org.camunda.bpm.engine.context
Class DelegateExecutionContext

java.lang.Object
  extended by 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

Constructor Summary
DelegateExecutionContext()
           
 
Method Summary
static DelegateExecution getCurrentDelegationExecution()
          Returns the current delegation execution or null if the execution is not available.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegateExecutionContext

public DelegateExecutionContext()
Method Detail

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.