|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of EventSubscriptionEntity in org.camunda.bpm.engine.impl.bpmn.deployer |
|---|
| Methods in org.camunda.bpm.engine.impl.bpmn.deployer that return types with arguments of type EventSubscriptionEntity | |
|---|---|
protected List<EventSubscriptionEntity> |
BpmnDeployer.filterSubscriptionsOfDifferentType(EventSubscriptionDeclaration eventSubscription,
List<EventSubscriptionEntity> subscriptionsForSameMessageName)
It is possible to deploy a process containing a start and intermediate message event that wait for the same message or to have two processes, one with a message start event and the other one with a message intermediate event, that subscribe for the same message. |
| Methods in org.camunda.bpm.engine.impl.bpmn.deployer with parameters of type EventSubscriptionEntity | |
|---|---|
protected boolean |
BpmnDeployer.isSubscriptionForIntermediateEvent(EventSubscriptionEntity subscriptionEntity)
|
protected boolean |
BpmnDeployer.isSubscriptionForStartEvent(EventSubscriptionEntity subscriptionEntity)
|
protected boolean |
BpmnDeployer.isSubscriptionOfDifferentTypeAsDeclaration(EventSubscriptionEntity subscriptionEntity,
EventSubscriptionDeclaration declaration)
|
| Method parameters in org.camunda.bpm.engine.impl.bpmn.deployer with type arguments of type EventSubscriptionEntity | |
|---|---|
protected List<EventSubscriptionEntity> |
BpmnDeployer.filterSubscriptionsOfDifferentType(EventSubscriptionDeclaration eventSubscription,
List<EventSubscriptionEntity> subscriptionsForSameMessageName)
It is possible to deploy a process containing a start and intermediate message event that wait for the same message or to have two processes, one with a message start event and the other one with a message intermediate event, that subscribe for the same message. |
| Uses of EventSubscriptionEntity in org.camunda.bpm.engine.impl.bpmn.parser |
|---|
| Methods in org.camunda.bpm.engine.impl.bpmn.parser that return EventSubscriptionEntity | |
|---|---|
EventSubscriptionEntity |
EventSubscriptionDeclaration.createSubscription(ExecutionEntity execution)
|
| Uses of EventSubscriptionEntity in org.camunda.bpm.engine.impl.cmd |
|---|
| Methods in org.camunda.bpm.engine.impl.cmd with parameters of type EventSubscriptionEntity | |
|---|---|
void |
CommandLogger.debugIgnoringEventSubscription(EventSubscriptionEntity eventSubscription,
String processDefinitionId)
|
| Uses of EventSubscriptionEntity in org.camunda.bpm.engine.impl.event |
|---|
| Methods in org.camunda.bpm.engine.impl.event with parameters of type EventSubscriptionEntity | |
|---|---|
void |
SignalEventHandler.handleEvent(EventSubscriptionEntity eventSubscription,
Object payload,
CommandContext commandContext)
|
void |
EventHandler.handleEvent(EventSubscriptionEntity eventSubscription,
Object payload,
CommandContext commandContext)
|
void |
CompensationEventHandler.handleEvent(EventSubscriptionEntity eventSubscription,
Object payload,
CommandContext commandContext)
|
void |
AbstractEventHandler.handleEvent(EventSubscriptionEntity eventSubscription,
Object payload,
CommandContext commandContext)
|
void |
AbstractEventHandler.handleIntermediateEvent(EventSubscriptionEntity eventSubscription,
Object payload,
CommandContext commandContext)
|
protected void |
SignalEventHandler.handleStartEvent(EventSubscriptionEntity eventSubscription,
Object payload,
CommandContext commandContext)
|
| Uses of EventSubscriptionEntity in org.camunda.bpm.engine.impl.jobexecutor |
|---|
| Methods in org.camunda.bpm.engine.impl.jobexecutor with parameters of type EventSubscriptionEntity | |
|---|---|
static EventSubscriptionJobDeclaration |
EventSubscriptionJobDeclaration.findDeclarationForSubscription(EventSubscriptionEntity eventSubscription)
Assumes that an activity has at most one declaration of a eventName + eventType combination. |
protected MessageEntity |
EventSubscriptionJobDeclaration.newJobInstance(EventSubscriptionEntity eventSubscription)
|
protected ExecutionEntity |
EventSubscriptionJobDeclaration.resolveExecution(EventSubscriptionEntity context)
|
protected String |
EventSubscriptionJobDeclaration.resolveJobHandlerConfiguration(EventSubscriptionEntity context)
|
| Uses of EventSubscriptionEntity in org.camunda.bpm.engine.impl.persistence.entity |
|---|
| Fields in org.camunda.bpm.engine.impl.persistence.entity with type parameters of type EventSubscriptionEntity | |
|---|---|
protected List<EventSubscriptionEntity> |
ExecutionEntity.eventSubscriptions
|
| Methods in org.camunda.bpm.engine.impl.persistence.entity that return EventSubscriptionEntity | |
|---|---|
EventSubscriptionEntity |
EventSubscriptionManager.findEventSubscriptionbyId(String id)
|
| Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type EventSubscriptionEntity | |
|---|---|
void |
ExecutionEntity.addEventSubscription(EventSubscriptionEntity eventSubscriptionEntity)
|
void |
EventSubscriptionManager.deleteAndFlushEventSubscription(EventSubscriptionEntity persistentObject)
|
void |
EventSubscriptionManager.deleteEventSubscription(EventSubscriptionEntity persistentObject)
|
void |
EventSubscriptionManager.insert(EventSubscriptionEntity persistentObject)
|
protected boolean |
EventSubscriptionManager.matchesSubscription(EventSubscriptionEntity subscription,
String type,
String eventName)
|
void |
ExecutionEntity.removeEventSubscription(EventSubscriptionEntity eventSubscriptionEntity)
|
| Method parameters in org.camunda.bpm.engine.impl.persistence.entity with type arguments of type EventSubscriptionEntity | |
|---|---|
void |
ExecutionEntity.restoreProcessInstance(Collection<ExecutionEntity> executions,
Collection<EventSubscriptionEntity> eventSubscriptions,
Collection<VariableInstanceEntity> variables)
Restores a complete process instance tree including referenced entities. |
| Uses of EventSubscriptionEntity in org.camunda.bpm.engine.impl.pvm.runtime |
|---|
| Methods in org.camunda.bpm.engine.impl.pvm.runtime with parameters of type EventSubscriptionEntity | |
|---|---|
protected static boolean |
LegacyBehavior.areEqualEventSubscriptions(EventSubscriptionEntity subscription1,
EventSubscriptionEntity subscription2)
Checks if the parameters are the same apart from the execution id |
static void |
LegacyBehavior.removeLegacySubscriptionOnParent(ExecutionEntity execution,
EventSubscriptionEntity eventSubscription)
Required for migrating active sequential MI receive tasks. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||