Uses of Interface
org.activiti.engine.delegate.event.ActivitiActivityEvent
Packages that use ActivitiActivityEvent
-
Uses of ActivitiActivityEvent in org.activiti.engine.delegate.event
Subinterfaces of ActivitiActivityEvent in org.activiti.engine.delegate.eventModifier and TypeInterfaceDescriptioninterfaceAnActivitiEventrelated to cancel event being sent to an activity.interfaceAnActivitiEventrelated to an error being sent to an activity.interfaceAnActivitiEventrelated to an message being sent to an activity.interfaceAnActivitiEventrelated to a signal being sent to an activity. -
Uses of ActivitiActivityEvent in org.activiti.engine.delegate.event.impl
Classes in org.activiti.engine.delegate.event.impl that implement ActivitiActivityEventModifier and TypeClassDescriptionclassAnActivitiActivityCancelledEventimplementation.classImplementation of anActivitiActivityEvent.classImplementation of anActivitiErrorEvent.classAnActivitiSignalEventimplementation.classAnActivitiSignalEventimplementation.Methods in org.activiti.engine.delegate.event.impl that return ActivitiActivityEventModifier and TypeMethodDescriptionstatic ActivitiActivityEventActivitiEventBuilder.createActivityEvent(ActivitiEventType type, String activityId, String activityName, String executionId, String processInstanceId, String processDefinitionId, FlowElement flowElement) static ActivitiActivityEventActivitiEventBuilder.createActivityEvent(ActivitiEventType type, DelegateExecution execution, FlowElement flowElement)