Uses of Interface
org.activiti.engine.delegate.event.ActivitiEvent
-
-
Uses of ActivitiEvent in org.activiti.engine
Methods in org.activiti.engine with parameters of type ActivitiEvent Modifier and Type Method Description voidRuntimeService. dispatchEvent(ActivitiEvent event)Dispatches the given event to any listeners that are registered. -
Uses of ActivitiEvent in org.activiti.engine.delegate.event
Subinterfaces of ActivitiEvent in org.activiti.engine.delegate.event Modifier and Type Interface Description interfaceActivitiActivityCancelledEventAnActivitiEventrelated to cancel event being sent to an activity.interfaceActivitiActivityEventAnActivitiEventrelated to an activity within an execution;interfaceActivitiCancelledEventAnActivitiEventrelated to cancel event being sent when activiti object is cancelled.interfaceActivitiEntityEventAnActivitiEventrelated to a single entity.interfaceActivitiEntityWithVariablesEventAnActivitiEntityEventrelated to a single entity.interfaceActivitiErrorEventAnActivitiEventrelated to an error being sent to an activity.interfaceActivitiMembershipEventAn event related to group memberships.interfaceActivitiMessageEventAnActivitiEventrelated to an message being sent to an activity.interfaceActivitiProcessStartedEventAnActivitiEventrelated to start event being sent when activiti process instance is started.interfaceActivitiSequenceFlowTakenEventAnActivitiEventthat indicates a certain sequence flow has been taken.interfaceActivitiSignalEventAnActivitiEventrelated to a signal being sent to an activity.interfaceActivitiVariableEventAnActivitiEventrelated to a single variable.Methods in org.activiti.engine.delegate.event with parameters of type ActivitiEvent Modifier and Type Method Description voidActivitiEventDispatcher. dispatchEvent(ActivitiEvent event)Dispatches the given event to any listeners that are registered.protected booleanBaseEntityEventListener. isValidEvent(ActivitiEvent event)protected voidBaseEntityEventListener. onCreate(ActivitiEvent event)Called when an entity create event is received.protected voidBaseEntityEventListener. onDelete(ActivitiEvent event)Called when an entity delete event is received.protected voidBaseEntityEventListener. onEntityEvent(ActivitiEvent event)Called when an event is received, which is not a create, an update or delete.voidActivitiEventListener. onEvent(ActivitiEvent event)Called when an event has been firedvoidBaseEntityEventListener. onEvent(ActivitiEvent event)protected voidBaseEntityEventListener. onInitialized(ActivitiEvent event)Called when an entity initialized event is received.protected voidBaseEntityEventListener. onUpdate(ActivitiEvent event)Called when an entity update event is received. -
Uses of ActivitiEvent in org.activiti.engine.delegate.event.impl
Methods in org.activiti.engine.delegate.event.impl that return ActivitiEvent Modifier and Type Method Description static ActivitiEventActivitiEventBuilder. createEvent(ActivitiEventType type, java.lang.String executionId, java.lang.String processInstanceId, java.lang.String processDefinitionId)static ActivitiEventActivitiEventBuilder. createGlobalEvent(ActivitiEventType type)Methods in org.activiti.engine.delegate.event.impl with parameters of type ActivitiEvent Modifier and Type Method Description voidActivitiEventDispatcherImpl. dispatchEvent(ActivitiEvent event)voidActivitiEventSupport. dispatchEvent(ActivitiEvent event)protected voidActivitiEventSupport. dispatchEvent(ActivitiEvent event, ActivitiEventListener listener)protected org.activiti.bpmn.model.BpmnModelActivitiEventDispatcherImpl. extractBpmnModelFromEvent(ActivitiEvent event)In case no process-context is active, this method attempts to extract a process-definition based on the event. -
Uses of ActivitiEvent in org.activiti.engine.impl
Methods in org.activiti.engine.impl with parameters of type ActivitiEvent Modifier and Type Method Description voidRuntimeServiceImpl. dispatchEvent(ActivitiEvent event) -
Uses of ActivitiEvent in org.activiti.engine.impl.bpmn.helper
Methods in org.activiti.engine.impl.bpmn.helper with parameters of type ActivitiEvent Modifier and Type Method Description protected booleanBaseDelegateEventListener. isValidEvent(ActivitiEvent event)voidDelegateActivitiEventListener. onEvent(ActivitiEvent event)voidDelegateExpressionActivitiEventListener. onEvent(ActivitiEvent event)voidErrorThrowingEventListener. onEvent(ActivitiEvent event)voidMessageThrowingEventListener. onEvent(ActivitiEvent event)voidSignalThrowingEventListener. onEvent(ActivitiEvent event) -
Uses of ActivitiEvent in org.activiti.engine.impl.cmd
Fields in org.activiti.engine.impl.cmd declared as ActivitiEvent Modifier and Type Field Description protected ActivitiEventDispatchEventCommand. eventConstructors in org.activiti.engine.impl.cmd with parameters of type ActivitiEvent Constructor Description DispatchEventCommand(ActivitiEvent event) -
Uses of ActivitiEvent in org.activiti.engine.impl.event.logger
Methods in org.activiti.engine.impl.event.logger with parameters of type ActivitiEvent Modifier and Type Method Description protected EventLoggerEventHandlerEventLogger. getEventHandler(ActivitiEvent event)protected EventLoggerEventHandlerEventLogger. instantiateEventHandler(ActivitiEvent event, java.lang.Class<? extends EventLoggerEventHandler> eventHandlerClass)voidEventLogger. onEvent(ActivitiEvent event) -
Uses of ActivitiEvent in org.activiti.engine.impl.event.logger.handler
Fields in org.activiti.engine.impl.event.logger.handler declared as ActivitiEvent Modifier and Type Field Description protected ActivitiEventAbstractDatabaseEventLoggerEventHandler. eventMethods in org.activiti.engine.impl.event.logger.handler with parameters of type ActivitiEvent Modifier and Type Method Description voidAbstractDatabaseEventLoggerEventHandler. setEvent(ActivitiEvent event)voidEventLoggerEventHandler. setEvent(ActivitiEvent event) -
Uses of ActivitiEvent in org.activiti.engine.test.impl.logger
Methods in org.activiti.engine.test.impl.logger with parameters of type ActivitiEvent Modifier and Type Method Description protected ExecutionEntityDebugInfoEntityEventListener. getExecutionEntity(ActivitiEvent event)protected voidDebugInfoEntityEventListener. onCreate(ActivitiEvent event)protected voidDebugInfoEntityEventListener. onDelete(ActivitiEvent event)
-