Uses of Class
org.jbpm.casemgmt.api.event.CaseEvent
-
Packages that use CaseEvent Package Description org.jbpm.casemgmt.api.event org.jbpm.casemgmt.impl.audit org.jbpm.casemgmt.impl.jms org.jbpm.casemgmt.impl.wih -
-
Uses of CaseEvent in org.jbpm.casemgmt.api.event
Subclasses of CaseEvent in org.jbpm.casemgmt.api.event Modifier and Type Class Description classCaseCancelEventRepresents occurrence of case close operationclassCaseCloseEventRepresents occurrence of case close operationclassCaseCommentEventRepresents occurrence of case comment related operationclassCaseDataEventRepresents occurrence of case data (that is part of case file) related operationclassCaseDestroyEventRepresents occurrence of case destroy operationclassCaseDynamicSubprocessEventRepresents occurrence of dynamic subprocess add to case operationclassCaseDynamicTaskEventRepresents occurrence of dynamic task add to case operationclassCaseReopenEventRepresents occurrence of start case operationclassCaseRoleAssignmentEventRepresents occurrence of role assignment on a case operationclassCaseStartEventRepresents occurrence of start case operation -
Uses of CaseEvent in org.jbpm.casemgmt.impl.audit
Methods in org.jbpm.casemgmt.impl.audit with parameters of type CaseEvent Modifier and Type Method Description List<CaseFileData>CaseIndexerManager. index(CaseEvent caseEvent, String variableName, Object variable)protected voidCaseInstanceAuditEventListener. updateCaseFileItems(CaseEvent event, Map<String,Object> addedData, String caseId, String caseDefinitionId, String user) -
Uses of CaseEvent in org.jbpm.casemgmt.impl.jms
Methods in org.jbpm.casemgmt.impl.jms with parameters of type CaseEvent Modifier and Type Method Description protected List<CaseFileData>AsyncCaseInstanceAuditEventProducer. updateCaseFileItems(CaseEvent event, Map<String,Object> addedData, String caseId, String caseDefinitionId, String user) -
Uses of CaseEvent in org.jbpm.casemgmt.impl.wih
Methods in org.jbpm.casemgmt.impl.wih with parameters of type CaseEvent Modifier and Type Method Description protected voidNotifyParentCaseEventListener. notifyParentOnCompletion(CaseEvent event)
-