Uses of Interface
org.camunda.bpm.engine.cdi.BusinessProcessEventType
-
Packages that use BusinessProcessEventType Package Description org.camunda.bpm.engine.cdi org.camunda.bpm.engine.cdi.impl.event -
-
Uses of BusinessProcessEventType in org.camunda.bpm.engine.cdi
Classes in org.camunda.bpm.engine.cdi that implement BusinessProcessEventType Modifier and Type Class Description static classBusinessProcessEventType.DefaultBusinessProcessEventTypeFields in org.camunda.bpm.engine.cdi declared as BusinessProcessEventType Modifier and Type Field Description static BusinessProcessEventTypeBusinessProcessEventType. ASSIGN_TASKSignifies that a task is assignedstatic BusinessProcessEventTypeBusinessProcessEventType. COMPLETE_TASKSignifies that a task is completedstatic BusinessProcessEventTypeBusinessProcessEventType. CREATE_TASKSignifies that a task is createdstatic BusinessProcessEventTypeBusinessProcessEventType. DELETE_TASKSignifies that a task is deletedstatic BusinessProcessEventTypeBusinessProcessEventType. END_ACTIVITYSignifies that an activity is being left / was leftstatic BusinessProcessEventTypeBusinessProcessEventType. START_ACTIVITYSignifies that an activity is being entered / war enteredstatic BusinessProcessEventTypeBusinessProcessEventType. TAKESignifies that a transition is being taken / was takenstatic BusinessProcessEventTypeBusinessProcessEventType. UPDATE_TASKSignifies that a task is updatedMethods in org.camunda.bpm.engine.cdi that return BusinessProcessEventType Modifier and Type Method Description BusinessProcessEventTypeBusinessProcessEvent. getType() -
Uses of BusinessProcessEventType in org.camunda.bpm.engine.cdi.impl.event
Fields in org.camunda.bpm.engine.cdi.impl.event declared as BusinessProcessEventType Modifier and Type Field Description protected BusinessProcessEventTypeCdiBusinessProcessEvent. typeMethods in org.camunda.bpm.engine.cdi.impl.event that return BusinessProcessEventType Modifier and Type Method Description BusinessProcessEventTypeCdiBusinessProcessEvent. getType()Constructors in org.camunda.bpm.engine.cdi.impl.event with parameters of type BusinessProcessEventType Constructor Description CdiBusinessProcessEvent(String activityId, String transitionName, org.camunda.bpm.engine.repository.ProcessDefinition processDefinition, org.camunda.bpm.engine.delegate.DelegateExecution execution, BusinessProcessEventType type, Date timeStamp)CdiBusinessProcessEvent(org.camunda.bpm.engine.delegate.DelegateTask task, org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity processDefinition, BusinessProcessEventType type, Date timeStamp)
-