Uses of Class
org.camunda.bpm.scenario.impl.WaitstateExecutable
-
Packages that use WaitstateExecutable Package Description org.camunda.bpm.scenario.impl org.camunda.bpm.scenario.impl.delegate org.camunda.bpm.scenario.impl.waitstate -
-
Uses of WaitstateExecutable in org.camunda.bpm.scenario.impl
Methods in org.camunda.bpm.scenario.impl with parameters of type WaitstateExecutable Modifier and Type Method Description voidProcessRunnerImpl. setExecuted(WaitstateExecutable waitstate) -
Uses of WaitstateExecutable in org.camunda.bpm.scenario.impl.delegate
Subclasses of WaitstateExecutable in org.camunda.bpm.scenario.impl.delegate Modifier and Type Class Description classAbstractEventSubscriptionDelegateclassAbstractExternalTaskDelegateclassAbstractProcessInstanceDelegateclassAbstractTaskDelegateMethods in org.camunda.bpm.scenario.impl.delegate with parameters of type WaitstateExecutable Modifier and Type Method Description static List<EventSubscriptionDelegate>EventSubscriptionDelegateImpl. newInstance(WaitstateExecutable waitstate, List<org.camunda.bpm.engine.runtime.EventSubscription> eventSubscriptions)static EventSubscriptionDelegateEventSubscriptionDelegateImpl. newInstance(WaitstateExecutable waitstate, org.camunda.bpm.engine.runtime.EventSubscription eventSubscription)static ProcessInstanceDelegateProcessInstanceDelegateImpl. newInstance(WaitstateExecutable waitstate, org.camunda.bpm.engine.runtime.ProcessInstance processInstance)Constructors in org.camunda.bpm.scenario.impl.delegate with parameters of type WaitstateExecutable Constructor Description EventSubscriptionDelegateImpl(WaitstateExecutable waitstate, org.camunda.bpm.engine.runtime.EventSubscription eventSubscription)ProcessInstanceDelegateImpl(WaitstateExecutable waitstate, org.camunda.bpm.engine.runtime.ProcessInstance processInstance) -
Uses of WaitstateExecutable in org.camunda.bpm.scenario.impl.waitstate
Subclasses of WaitstateExecutable in org.camunda.bpm.scenario.impl.waitstate Modifier and Type Class Description classBusinessRuleTaskExecutableclassCallActivityExecutableclassConditionalIntermediateEventExecutableclassEventBasedGatewayExecutableclassIgnoredExecutableclassMessageEndEventExecutableclassMessageIntermediateCatchEventExecutableclassMessageIntermediateThrowEventExecutableclassReceiveTaskExecutableclassSendTaskExecutableclassServiceTaskExecutableclassSignalIntermediateCatchEventExecutableclassTimerIntermediateEventExecutableclassUserTaskExecutable
-