Uses of Class
org.camunda.bpm.engine.impl.event.EventType
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of EventType in org.camunda.bpm.engine.impl
Modifier and TypeMethodDescriptionExecutionQueryImpl.eventSubscription
(EventType eventType, String eventName) ProcessDefinitionQueryImpl.eventSubscription
(EventType eventType, String eventName) -
Uses of EventType in org.camunda.bpm.engine.impl.bpmn.parser
Modifier and TypeFieldDescriptionprotected final EventType
EventSubscriptionDeclaration.eventType
ModifierConstructorDescriptionEventSubscriptionDeclaration
(Expression eventExpression, EventType eventType) EventSubscriptionDeclaration
(Expression eventExpression, EventType eventType, CallableElement eventPayload) -
Uses of EventType in org.camunda.bpm.engine.impl.event
Modifier and TypeFieldDescriptionstatic final EventType
EventType.COMPENSATE
static final EventType
EventType.CONDITONAL
static final EventType
EventType.MESSAGE
static final EventType
EventType.SIGNAL
-
Uses of EventType in org.camunda.bpm.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionstatic EventSubscriptionEntity
EventSubscriptionEntity.createAndInsert
(ExecutionEntity executionEntity, EventType eventType, ActivityImpl activity) static EventSubscriptionEntity
EventSubscriptionEntity.createAndInsert
(ExecutionEntity executionEntity, EventType eventType, ActivityImpl activity, String configuration) boolean
EventSubscriptionEntity.isSubscriptionForEventType
(EventType eventType) ModifierConstructorDescriptionEventSubscriptionEntity
(EventType eventType) EventSubscriptionEntity
(ExecutionEntity executionEntity, EventType eventType)