Uses of Interface
org.activiti.engine.delegate.event.ActivitiEntityWithVariablesEvent
-
Packages that use ActivitiEntityWithVariablesEvent Package Description org.activiti.engine.delegate.event org.activiti.engine.delegate.event.impl -
-
Uses of ActivitiEntityWithVariablesEvent in org.activiti.engine.delegate.event
Subinterfaces of ActivitiEntityWithVariablesEvent in org.activiti.engine.delegate.event Modifier and Type Interface Description interfaceActivitiProcessStartedEventAnActivitiEventrelated to start event being sent when activiti process instance is started. -
Uses of ActivitiEntityWithVariablesEvent in org.activiti.engine.delegate.event.impl
Classes in org.activiti.engine.delegate.event.impl that implement ActivitiEntityWithVariablesEvent Modifier and Type Class Description classActivitiEntityWithVariablesEventImplBase class for allActivitiEntityEventimplementations, related to entities with variables.classActivitiProcessStartedEventImplAnActivitiCancelledEventimplementation.Methods in org.activiti.engine.delegate.event.impl that return ActivitiEntityWithVariablesEvent Modifier and Type Method Description static ActivitiEntityWithVariablesEventActivitiEventBuilder. createEntityWithVariablesEvent(ActivitiEventType type, java.lang.Object entity, java.util.Map variables, boolean localScope)
-