Class AbstractEventSubscriptionDelegate
- java.lang.Object
-
- org.camunda.bpm.scenario.impl.delegate.AbstractProcessEngineServicesDelegate
-
- org.camunda.bpm.scenario.impl.AbstractExecutable<I>
-
- org.camunda.bpm.scenario.impl.WaitstateExecutable<org.camunda.bpm.engine.runtime.EventSubscription>
-
- org.camunda.bpm.scenario.impl.delegate.AbstractEventSubscriptionDelegate
-
- All Implemented Interfaces:
Comparable<AbstractExecutable>,org.camunda.bpm.engine.runtime.EventSubscription,Deferrable,EventSubscriptionDelegate,ProcessInstanceAwareDelegate,Executable<AbstractExecutable>
- Direct Known Subclasses:
MessageIntermediateCatchEventExecutable,SignalIntermediateCatchEventExecutable
public abstract class AbstractEventSubscriptionDelegate extends WaitstateExecutable<org.camunda.bpm.engine.runtime.EventSubscription> implements EventSubscriptionDelegate
- Author:
- Martin Schimak
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.camunda.bpm.scenario.impl.Executable
Executable.Deferreds, Executable.Helpers, Executable.Jobs, Executable.Waitstates
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.scenario.impl.WaitstateExecutable
historicDelegate
-
Fields inherited from class org.camunda.bpm.scenario.impl.AbstractExecutable
delegate, idComparator, runner
-
Fields inherited from class org.camunda.bpm.scenario.impl.delegate.AbstractProcessEngineServicesDelegate
processEngine
-
-
Constructor Summary
Constructors Constructor Description AbstractEventSubscriptionDelegate(ProcessRunnerImpl runner, org.camunda.bpm.engine.history.HistoricActivityInstance instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetCreated()StringgetEventName()StringgetEventType()StringgetId()StringgetProcessInstanceId()StringgetTenantId()-
Methods inherited from class org.camunda.bpm.scenario.impl.WaitstateExecutable
action, action, compareTo, defer, execute, getActivityId, getExecutionId, getProcessInstance, isExecutableAt
-
Methods inherited from class org.camunda.bpm.scenario.impl.AbstractExecutable
getDelegate
-
Methods inherited from class org.camunda.bpm.scenario.impl.delegate.AbstractProcessEngineServicesDelegate
getAuthorizationService, getCaseService, getDecisionService, getExternalTaskService, getFilterService, getFormService, getHistoryService, getIdentityService, getManagementService, getProcessEngine, getRepositoryService, getRuntimeService, getTaskService
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.camunda.bpm.scenario.defer.Deferrable
defer
-
Methods inherited from interface org.camunda.bpm.engine.runtime.EventSubscription
getActivityId, getExecutionId
-
Methods inherited from interface org.camunda.bpm.scenario.delegate.EventSubscriptionDelegate
receive, receive
-
Methods inherited from interface org.camunda.bpm.scenario.delegate.ProcessInstanceAwareDelegate
getProcessInstance
-
-
-
-
Constructor Detail
-
AbstractEventSubscriptionDelegate
public AbstractEventSubscriptionDelegate(ProcessRunnerImpl runner, org.camunda.bpm.engine.history.HistoricActivityInstance instance)
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getIdin interfaceorg.camunda.bpm.engine.runtime.EventSubscription
-
getEventType
public String getEventType()
- Specified by:
getEventTypein interfaceorg.camunda.bpm.engine.runtime.EventSubscription
-
getEventName
public String getEventName()
- Specified by:
getEventNamein interfaceorg.camunda.bpm.engine.runtime.EventSubscription
-
getProcessInstanceId
public String getProcessInstanceId()
- Specified by:
getProcessInstanceIdin interfaceorg.camunda.bpm.engine.runtime.EventSubscription
-
getTenantId
public String getTenantId()
- Specified by:
getTenantIdin interfaceorg.camunda.bpm.engine.runtime.EventSubscription
-
getCreated
public Date getCreated()
- Specified by:
getCreatedin interfaceorg.camunda.bpm.engine.runtime.EventSubscription
-
-