org.camunda.bpm.engine.runtime
Interface CaseInstance

All Superinterfaces:
CaseExecution
All Known Implementing Classes:
CaseExecutionEntity

public interface CaseInstance
extends CaseExecution

Author:
Roman Smirnov

Method Summary
 String getBusinessKey()
          The business key of this process instance.
 String getCaseDefinitionId()
          The id of the case definition of the case instance.
 
Methods inherited from interface org.camunda.bpm.engine.runtime.CaseExecution
getCaseInstanceId, getId, isActive, isEnabled
 

Method Detail

getCaseDefinitionId

String getCaseDefinitionId()
The id of the case definition of the case instance.


getBusinessKey

String getBusinessKey()
The business key of this process instance.



Copyright © 2014 camunda services GmbH. All Rights Reserved.