org.camunda.bpm.engine.context
Class DelegateExecutionContext
java.lang.Object
org.camunda.bpm.engine.context.DelegateExecutionContext
public class DelegateExecutionContext
- extends Object
Represents a delegation execution context which should return the current
delegation execution.
- Author:
- Christopher Zell
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DelegateExecutionContext
public DelegateExecutionContext()
getCurrentDelegationExecution
public static DelegateExecution getCurrentDelegationExecution()
- Returns the current delegation execution or null if the
execution is not available.
- Returns:
- the current delegation execution or null if not available
Copyright © 2017 camunda services GmbH. All rights reserved.