org.camunda.bpm.engine.impl.cmmn.execution
Class CaseSentryPartImpl
java.lang.Object
org.camunda.bpm.engine.impl.cmmn.execution.CmmnSentryPart
org.camunda.bpm.engine.impl.cmmn.execution.CaseSentryPartImpl
- All Implemented Interfaces:
- Serializable
public class CaseSentryPartImpl
- extends CmmnSentryPart
- Author:
- Roman Smirnov
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
caseInstance
protected CaseExecutionImpl caseInstance
caseExecution
protected CaseExecutionImpl caseExecution
sourceCaseExecution
protected CaseExecutionImpl sourceCaseExecution
CaseSentryPartImpl
public CaseSentryPartImpl()
getCaseInstance
public CaseExecutionImpl getCaseInstance()
- Specified by:
getCaseInstance
in class CmmnSentryPart
setCaseInstance
public void setCaseInstance(CmmnExecution caseInstance)
- Specified by:
setCaseInstance
in class CmmnSentryPart
getCaseExecution
public CmmnExecution getCaseExecution()
- Specified by:
getCaseExecution
in class CmmnSentryPart
setCaseExecution
public void setCaseExecution(CmmnExecution caseExecution)
- Specified by:
setCaseExecution
in class CmmnSentryPart
getSourceCaseExecution
public CmmnExecution getSourceCaseExecution()
- Specified by:
getSourceCaseExecution
in class CmmnSentryPart
setSourceCaseExecution
public void setSourceCaseExecution(CmmnExecution sourceCaseExecution)
- Specified by:
setSourceCaseExecution
in class CmmnSentryPart
getId
public String getId()
getCaseInstanceId
public String getCaseInstanceId()
getCaseExecutionId
public String getCaseExecutionId()
getSourceCaseExecutionId
public String getSourceCaseExecutionId()
- Specified by:
getSourceCaseExecutionId
in class CmmnSentryPart
Copyright © 2016 camunda services GmbH. All rights reserved.