Uses of Class
org.camunda.bpm.engine.impl.event.EventType
Packages that use EventType
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of EventType in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl with parameters of type EventTypeModifier and TypeMethodDescriptionExecutionQueryImpl.eventSubscription(EventType eventType, String eventName) ProcessDefinitionQueryImpl.eventSubscription(EventType eventType, String eventName) -
Uses of EventType in org.camunda.bpm.engine.impl.bpmn.parser
Fields in org.camunda.bpm.engine.impl.bpmn.parser declared as EventTypeModifier and TypeFieldDescriptionprotected final EventTypeEventSubscriptionDeclaration.eventTypeConstructors in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type EventTypeModifierConstructorDescriptionEventSubscriptionDeclaration(Expression eventExpression, EventType eventType) EventSubscriptionDeclaration(Expression eventExpression, EventType eventType, CallableElement eventPayload) -
Uses of EventType in org.camunda.bpm.engine.impl.event
Fields in org.camunda.bpm.engine.impl.event declared as EventTypeModifier and TypeFieldDescriptionstatic final EventTypeEventType.COMPENSATEstatic final EventTypeEventType.CONDITONALstatic final EventTypeEventType.MESSAGEstatic final EventTypeEventType.SIGNALConstructors in org.camunda.bpm.engine.impl.event with parameters of type EventType -
Uses of EventType in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type EventTypeModifier and TypeMethodDescriptionstatic EventSubscriptionEntityEventSubscriptionEntity.createAndInsert(ExecutionEntity executionEntity, EventType eventType, ActivityImpl activity) static EventSubscriptionEntityEventSubscriptionEntity.createAndInsert(ExecutionEntity executionEntity, EventType eventType, ActivityImpl activity, String configuration) booleanEventSubscriptionEntity.isSubscriptionForEventType(EventType eventType) Constructors in org.camunda.bpm.engine.impl.persistence.entity with parameters of type EventTypeModifierConstructorDescriptionEventSubscriptionEntity(EventType eventType) EventSubscriptionEntity(ExecutionEntity executionEntity, EventType eventType)