Uses of Class
org.activiti.engine.delegate.event.ActivitiEventType
-
-
Uses of ActivitiEventType in org.activiti.engine
Methods in org.activiti.engine with parameters of type ActivitiEventType Modifier and Type Method Description voidRuntimeService. addEventListener(ActivitiEventListener listenerToAdd, ActivitiEventType... types)Adds an event-listener which will only be notified when an event occurs, which type is in the given types. -
Uses of ActivitiEventType in org.activiti.engine.delegate.event
Fields in org.activiti.engine.delegate.event declared as ActivitiEventType Modifier and Type Field Description static ActivitiEventType[]ActivitiEventType. EMPTY_ARRAYMethods in org.activiti.engine.delegate.event that return ActivitiEventType Modifier and Type Method Description ActivitiEventTypeActivitiEvent. getType()static ActivitiEventType[]ActivitiEventType. getTypesFromString(java.lang.String string)static ActivitiEventTypeActivitiEventType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ActivitiEventType[]ActivitiEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.activiti.engine.delegate.event with parameters of type ActivitiEventType Modifier and Type Method Description voidActivitiEventDispatcher. addEventListener(ActivitiEventListener listenerToAdd, ActivitiEventType... types)Adds an event-listener which will only be notified when an event of the given types occurs. -
Uses of ActivitiEventType in org.activiti.engine.delegate.event.impl
Fields in org.activiti.engine.delegate.event.impl declared as ActivitiEventType Modifier and Type Field Description protected ActivitiEventTypeActivitiEventImpl. typeFields in org.activiti.engine.delegate.event.impl with type parameters of type ActivitiEventType Modifier and Type Field Description protected java.util.Map<ActivitiEventType,java.util.List<ActivitiEventListener>>ActivitiEventSupport. typedListenersMethods in org.activiti.engine.delegate.event.impl that return ActivitiEventType Modifier and Type Method Description ActivitiEventTypeActivitiEventImpl. getType()Methods in org.activiti.engine.delegate.event.impl with parameters of type ActivitiEventType Modifier and Type Method Description voidActivitiEventDispatcherImpl. addEventListener(ActivitiEventListener listenerToAdd, ActivitiEventType... types)voidActivitiEventSupport. addEventListener(ActivitiEventListener listenerToAdd, ActivitiEventType... types)protected voidActivitiEventSupport. addTypedEventListener(ActivitiEventListener listener, ActivitiEventType type)static ActivitiActivityEventActivitiEventBuilder. createActivityEvent(ActivitiEventType type, java.lang.String activityId, java.lang.String activityName, java.lang.String executionId, java.lang.String processInstanceId, java.lang.String processDefinitionId, org.activiti.bpmn.model.FlowElement flowElement)static ActivitiEntityEventActivitiEventBuilder. createEntityEvent(ActivitiEventType type, java.lang.Object entity)static ActivitiEntityEventActivitiEventBuilder. createEntityEvent(ActivitiEventType type, java.lang.Object entity, java.lang.String executionId, java.lang.String processInstanceId, java.lang.String processDefinitionId)static ActivitiEntityEventActivitiEventBuilder. createEntityExceptionEvent(ActivitiEventType type, java.lang.Object entity, java.lang.Throwable cause)static ActivitiEntityEventActivitiEventBuilder. createEntityExceptionEvent(ActivitiEventType type, java.lang.Object entity, java.lang.Throwable cause, java.lang.String executionId, java.lang.String processInstanceId, java.lang.String processDefinitionId)static ActivitiEntityWithVariablesEventActivitiEventBuilder. createEntityWithVariablesEvent(ActivitiEventType type, java.lang.Object entity, java.util.Map variables, boolean localScope)static ActivitiErrorEventActivitiEventBuilder. createErrorEvent(ActivitiEventType type, java.lang.String activityId, java.lang.String errorId, java.lang.String errorCode, java.lang.String executionId, java.lang.String processInstanceId, java.lang.String processDefinitionId)static ActivitiEventActivitiEventBuilder. createEvent(ActivitiEventType type, java.lang.String executionId, java.lang.String processInstanceId, java.lang.String processDefinitionId)static ActivitiEventActivitiEventBuilder. createGlobalEvent(ActivitiEventType type)static ActivitiMembershipEventActivitiEventBuilder. createMembershipEvent(ActivitiEventType type, java.lang.String groupId, java.lang.String userId)static ActivitiSequenceFlowTakenEventActivitiEventBuilder. createSequenceFlowTakenEvent(ExecutionEntity executionEntity, ActivitiEventType type, java.lang.String sequenceFlowId, java.lang.String sourceActivityId, java.lang.String sourceActivityName, java.lang.String sourceActivityType, java.lang.Object sourceActivityBehavior, java.lang.String targetActivityId, java.lang.String targetActivityName, java.lang.String targetActivityType, java.lang.Object targetActivityBehavior)static ActivitiVariableEventActivitiEventBuilder. createVariableEvent(ActivitiEventType type, java.lang.String variableName, java.lang.Object variableValue, VariableType variableType, java.lang.String taskId, java.lang.String executionId, java.lang.String processInstanceId, java.lang.String processDefinitionId)voidActivitiEventImpl. setType(ActivitiEventType type) -
Uses of ActivitiEventType in org.activiti.engine.impl
Methods in org.activiti.engine.impl with parameters of type ActivitiEventType Modifier and Type Method Description voidRuntimeServiceImpl. addEventListener(ActivitiEventListener listenerToAdd, ActivitiEventType... types) -
Uses of ActivitiEventType in org.activiti.engine.impl.cmd
Fields in org.activiti.engine.impl.cmd declared as ActivitiEventType Modifier and Type Field Description protected ActivitiEventType[]AddEventListenerCommand. typesConstructors in org.activiti.engine.impl.cmd with parameters of type ActivitiEventType Constructor Description AddEventListenerCommand(ActivitiEventListener listener, ActivitiEventType[] types) -
Uses of ActivitiEventType in org.activiti.engine.impl.event.logger
Fields in org.activiti.engine.impl.event.logger with type parameters of type ActivitiEventType Modifier and Type Field Description protected java.util.Map<ActivitiEventType,java.lang.Class<? extends EventLoggerEventHandler>>EventLogger. eventHandlersMethods in org.activiti.engine.impl.event.logger with parameters of type ActivitiEventType Modifier and Type Method Description voidEventLogger. addEventHandler(ActivitiEventType eventType, java.lang.Class<? extends EventLoggerEventHandler> eventHandlerClass)
-