Uses of Enum Class
org.activiti.engine.delegate.event.ActivitiEventType
Packages that use ActivitiEventType
Package
Description
-
Uses of ActivitiEventType in org.activiti.engine
Methods in org.activiti.engine with parameters of type ActivitiEventTypeModifier and TypeMethodDescriptionvoidRuntimeService.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
Subclasses with type arguments of type ActivitiEventType in org.activiti.engine.delegate.eventModifier and TypeClassDescriptionenumEnumeration containing all possible types ofActivitiEvents.Fields in org.activiti.engine.delegate.event declared as ActivitiEventTypeMethods in org.activiti.engine.delegate.event that return ActivitiEventTypeModifier and TypeMethodDescriptionActivitiEvent.getType()static ActivitiEventType[]ActivitiEventType.getTypesFromString(String string) static ActivitiEventTypeReturns the enum constant of this class with the specified name.static ActivitiEventType[]ActivitiEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.activiti.engine.delegate.event with parameters of type ActivitiEventTypeModifier and TypeMethodDescriptionvoidActivitiEventDispatcher.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 ActivitiEventTypeFields in org.activiti.engine.delegate.event.impl with type parameters of type ActivitiEventTypeModifier and TypeFieldDescriptionprotected Map<ActivitiEventType, List<ActivitiEventListener>> ActivitiEventSupport.typedListenersMethods in org.activiti.engine.delegate.event.impl that return ActivitiEventTypeMethods in org.activiti.engine.delegate.event.impl with parameters of type ActivitiEventTypeModifier and TypeMethodDescriptionvoidActivitiEventDispatcherImpl.addEventListener(ActivitiEventListener listenerToAdd, ActivitiEventType... types) voidActivitiEventSupport.addEventListener(ActivitiEventListener listenerToAdd, ActivitiEventType... types) protected voidActivitiEventSupport.addTypedEventListener(ActivitiEventListener listener, ActivitiEventType type) static ActivitiActivityEventActivitiEventBuilder.createActivityEvent(ActivitiEventType type, String activityId, String activityName, String executionId, String processInstanceId, String processDefinitionId, org.activiti.bpmn.model.FlowElement flowElement) static ActivitiActivityEventActivitiEventBuilder.createActivityEvent(ActivitiEventType type, DelegateExecution execution, org.activiti.bpmn.model.FlowElement flowElement) static ActivitiEntityEventActivitiEventBuilder.createEntityEvent(ActivitiEventType type, Object entity) static ActivitiEntityEventActivitiEventBuilder.createEntityEvent(ActivitiEventType type, Object entity, String executionId, String processInstanceId, String processDefinitionId) static ActivitiEventActivitiEventBuilder.createEntityEventWithActor(ActivitiEventType type, ExecutionEntity entity, String actor) static ActivitiEntityEventActivitiEventBuilder.createEntityExceptionEvent(ActivitiEventType type, Object entity, Throwable cause) static ActivitiEntityEventActivitiEventBuilder.createEntityExceptionEvent(ActivitiEventType type, Object entity, Throwable cause, String executionId, String processInstanceId, String processDefinitionId) ActivitiEventBuilder.createEntityWithVariablesEvent(ActivitiEventType type, Object entity, Map variables, boolean localScope) static ActivitiErrorEventActivitiEventBuilder.createErrorEvent(ActivitiEventType type, String activityId, String errorId, String errorCode, String executionId, String processInstanceId, String processDefinitionId) static ActivitiEventActivitiEventBuilder.createEvent(ActivitiEventType type, String executionId, String processInstanceId, String processDefinitionId) static ActivitiEventActivitiEventBuilder.createGlobalEvent(ActivitiEventType type) static ActivitiMembershipEventActivitiEventBuilder.createMembershipEvent(ActivitiEventType type, String groupId, String userId) ActivitiEventBuilder.createSequenceFlowTakenEvent(ExecutionEntity executionEntity, ActivitiEventType type, String sequenceFlowId, String sourceActivityId, String sourceActivityName, String sourceActivityType, Object sourceActivityBehavior, String targetActivityId, String targetActivityName, String targetActivityType, Object targetActivityBehavior) static ActivitiVariableEventActivitiEventBuilder.createVariableEvent(ActivitiEventType type, String variableName, Object variableValue, VariableType variableType, String taskId, String executionId, String processInstanceId, String processDefinitionId) voidActivitiEventImpl.setType(ActivitiEventType type) Constructors in org.activiti.engine.delegate.event.impl with parameters of type ActivitiEventTypeModifierConstructorDescriptionActivitiEntityEventImpl(Object entity, ActivitiEventType type) ActivitiEntityExceptionEventImpl(Object entity, ActivitiEventType type, Throwable cause) ActivitiEntityWithVariablesEventImpl(Object entity, Map variables, boolean localScope, ActivitiEventType type) Creates a new event implementation, not part of an execution context.ActivitiEventImpl(ActivitiEventType type, String executionId, String processInstanceId, String processDefinitionId) Creates a new event implementation, part of an execution context. -
Uses of ActivitiEventType in org.activiti.engine.impl
Methods in org.activiti.engine.impl with parameters of type ActivitiEventTypeModifier and TypeMethodDescriptionvoidRuntimeServiceImpl.addEventListener(ActivitiEventListener listenerToAdd, ActivitiEventType... types) -
Uses of ActivitiEventType in org.activiti.engine.impl.cmd
Fields in org.activiti.engine.impl.cmd declared as ActivitiEventTypeConstructors in org.activiti.engine.impl.cmd with parameters of type ActivitiEventTypeModifierConstructorDescriptionAddEventListenerCommand(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 ActivitiEventTypeModifier and TypeFieldDescriptionprotected Map<ActivitiEventType, Class<? extends EventLoggerEventHandler>> EventLogger.eventHandlersMethods in org.activiti.engine.impl.event.logger with parameters of type ActivitiEventTypeModifier and TypeMethodDescriptionvoidEventLogger.addEventHandler(ActivitiEventType eventType, Class<? extends EventLoggerEventHandler> eventHandlerClass)