Uses of Interface
org.camunda.bpm.scenario.defer.Deferred
-
Packages that use Deferred Package Description org.camunda.bpm.scenario.defer org.camunda.bpm.scenario.impl org.camunda.bpm.scenario.impl.delegate -
-
Uses of Deferred in org.camunda.bpm.scenario.defer
Methods in org.camunda.bpm.scenario.defer with parameters of type Deferred Modifier and Type Method Description voidDeferrable. defer(String period, Deferred action)Defer a certain action for a certain period of time until it is executed. -
Uses of Deferred in org.camunda.bpm.scenario.impl
Methods in org.camunda.bpm.scenario.impl with parameters of type Deferred Modifier and Type Method Description voidWaitstateExecutable. defer(String period, Deferred action)static DeferredExecutableExecutable.Deferreds. newInstance(ProcessRunnerImpl runner, org.camunda.bpm.engine.history.HistoricActivityInstance instance, String period, Deferred action)Constructors in org.camunda.bpm.scenario.impl with parameters of type Deferred Constructor Description DeferredExecutable(ProcessRunnerImpl runner, org.camunda.bpm.engine.history.HistoricActivityInstance instance, String period, Deferred action) -
Uses of Deferred in org.camunda.bpm.scenario.impl.delegate
Methods in org.camunda.bpm.scenario.impl.delegate with parameters of type Deferred Modifier and Type Method Description voidEventSubscriptionDelegateImpl. defer(String period, Deferred action)voidProcessInstanceDelegateImpl. defer(String period, Deferred action)
-