Uses of Class
org.camunda.bpm.engine.impl.event.EventType
-
Packages that use EventType Package Description org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.bpmn.parser org.camunda.bpm.engine.impl.event org.camunda.bpm.engine.impl.persistence.entity -
-
Uses of EventType in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl with parameters of type EventType Modifier and Type Method Description ExecutionQueryExecutionQueryImpl. eventSubscription(EventType eventType, String eventName)ProcessDefinitionQueryProcessDefinitionQueryImpl. 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 EventType Modifier and Type Field Description protected EventTypeEventSubscriptionDeclaration. eventTypeConstructors in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type EventType Constructor Description EventSubscriptionDeclaration(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 EventType Modifier and Type Field Description static EventTypeEventType. COMPENSATEstatic EventTypeEventType. CONDITONALstatic EventTypeEventType. MESSAGEstatic EventTypeEventType. SIGNALConstructors in org.camunda.bpm.engine.impl.event with parameters of type EventType Constructor Description EventHandlerImpl(EventType 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 EventType Modifier and Type Method Description static 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 EventType Constructor Description EventSubscriptionEntity(EventType eventType)EventSubscriptionEntity(ExecutionEntity executionEntity, EventType eventType)
-