Uses of Interface
org.camunda.bpm.engine.cdi.BusinessProcessEventType
Packages that use BusinessProcessEventType
-
Uses of BusinessProcessEventType in org.camunda.bpm.engine.cdi
Classes in org.camunda.bpm.engine.cdi that implement BusinessProcessEventTypeModifier and TypeClassDescriptionstatic classFields in org.camunda.bpm.engine.cdi declared as BusinessProcessEventTypeModifier and TypeFieldDescriptionstatic final BusinessProcessEventTypeBusinessProcessEventType.ASSIGN_TASKSignifies that a task is assignedstatic final BusinessProcessEventTypeBusinessProcessEventType.COMPLETE_TASKSignifies that a task is completedstatic final BusinessProcessEventTypeBusinessProcessEventType.CREATE_TASKSignifies that a task is createdstatic final BusinessProcessEventTypeBusinessProcessEventType.DELETE_TASKSignifies that a task is deletedstatic final BusinessProcessEventTypeBusinessProcessEventType.END_ACTIVITYSignifies that an activity is being left / was leftstatic final BusinessProcessEventTypeBusinessProcessEventType.START_ACTIVITYSignifies that an activity is being entered / war enteredstatic final BusinessProcessEventTypeBusinessProcessEventType.TAKESignifies that a transition is being taken / was takenstatic final BusinessProcessEventTypeBusinessProcessEventType.UPDATE_TASKSignifies that a task is updatedMethods in org.camunda.bpm.engine.cdi that return BusinessProcessEventType -
Uses of BusinessProcessEventType in org.camunda.bpm.engine.cdi.impl.event
Fields in org.camunda.bpm.engine.cdi.impl.event declared as BusinessProcessEventTypeModifier and TypeFieldDescriptionprotected final BusinessProcessEventTypeCdiBusinessProcessEvent.typeMethods in org.camunda.bpm.engine.cdi.impl.event that return BusinessProcessEventTypeConstructors in org.camunda.bpm.engine.cdi.impl.event with parameters of type BusinessProcessEventTypeModifierConstructorDescriptionCdiBusinessProcessEvent(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)