Uses of Interface
org.camunda.bpm.scenario.delegate.ProcessInstanceDelegate
-
-
Uses of ProcessInstanceDelegate in org.camunda.bpm.scenario.act
Methods in org.camunda.bpm.scenario.act with parameters of type ProcessInstanceDelegate Modifier and Type Method Description voidConditionalIntermediateEventAction. execute(ProcessInstanceDelegate processInstance)Implement this action with custom code to be executed when the process instance arrives at a conditional intermediate event.voidTimerIntermediateEventAction. execute(ProcessInstanceDelegate processInstance)Implement this action with custom code to be executed when the process instance arrives at a timer intermediate event. -
Uses of ProcessInstanceDelegate in org.camunda.bpm.scenario.delegate
Methods in org.camunda.bpm.scenario.delegate that return ProcessInstanceDelegate Modifier and Type Method Description ProcessInstanceDelegateProcessInstanceAwareDelegate. getProcessInstance()Get the process instance this object is associated to. -
Uses of ProcessInstanceDelegate in org.camunda.bpm.scenario.impl
Methods in org.camunda.bpm.scenario.impl that return ProcessInstanceDelegate Modifier and Type Method Description ProcessInstanceDelegateWaitstateExecutable. getProcessInstance() -
Uses of ProcessInstanceDelegate in org.camunda.bpm.scenario.impl.delegate
Classes in org.camunda.bpm.scenario.impl.delegate that implement ProcessInstanceDelegate Modifier and Type Class Description classAbstractProcessInstanceDelegateclassProcessInstanceDelegateImplMethods in org.camunda.bpm.scenario.impl.delegate that return ProcessInstanceDelegate Modifier and Type Method Description ProcessInstanceDelegateEventSubscriptionDelegateImpl. getProcessInstance()static ProcessInstanceDelegateProcessInstanceDelegateImpl. newInstance(WaitstateExecutable waitstate, org.camunda.bpm.engine.runtime.ProcessInstance processInstance) -
Uses of ProcessInstanceDelegate in org.camunda.bpm.scenario.impl.waitstate
Classes in org.camunda.bpm.scenario.impl.waitstate that implement ProcessInstanceDelegate Modifier and Type Class Description classCallActivityExecutableclassConditionalIntermediateEventExecutableclassTimerIntermediateEventExecutableMethods in org.camunda.bpm.scenario.impl.waitstate that return types with arguments of type ProcessInstanceDelegate Modifier and Type Method Description protected Action<ProcessInstanceDelegate>CallActivityExecutable. action(ProcessScenario scenario)
-