org.camunda.bpm.engine.runtime
Interface CaseExecution

All Known Subinterfaces:
CaseInstance
All Known Implementing Classes:
CaseExecutionEntity

public interface CaseExecution

Author:
Roman Smirnov

Method Summary
 String getCaseInstanceId()
          Id of the root of the execution tree representing the case instance.
 String getId()
          The unique identifier of the execution.
 boolean isActive()
          Returns true if the case instance is active.
 boolean isEnabled()
          Returns true if the case instance is enabled.
 

Method Detail

getId

String getId()
The unique identifier of the execution.


getCaseInstanceId

String getCaseInstanceId()
Id of the root of the execution tree representing the case instance. It is the same as getId() if this execution is the case instance.


isActive

boolean isActive()
Returns true if the case instance is active.


isEnabled

boolean isEnabled()
Returns true if the case instance is enabled.



Copyright © 2014 camunda services GmbH. All Rights Reserved.