Class CaseSentryPartImpl
- java.lang.Object
 - 
- org.camunda.bpm.engine.impl.cmmn.execution.CmmnSentryPart
 - 
- org.camunda.bpm.engine.impl.cmmn.execution.CaseSentryPartImpl
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class CaseSentryPartImpl extends CmmnSentryPart
- Author:
 - Roman Smirnov
 - See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected CaseExecutionImplcaseExecutionprotected CaseExecutionImplcaseInstanceprotected CaseExecutionImplsourceCaseExecution- 
Fields inherited from class org.camunda.bpm.engine.impl.cmmn.execution.CmmnSentryPart
satisfied, sentryId, source, standardEvent, type, variableEvent, variableName 
 - 
 
- 
Constructor Summary
Constructors Constructor Description CaseSentryPartImpl() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CmmnExecutiongetCaseExecution()java.lang.StringgetCaseExecutionId()CaseExecutionImplgetCaseInstance()java.lang.StringgetCaseInstanceId()java.lang.StringgetId()CmmnExecutiongetSourceCaseExecution()java.lang.StringgetSourceCaseExecutionId()voidsetCaseExecution(CmmnExecution caseExecution)voidsetCaseInstance(CmmnExecution caseInstance)voidsetSourceCaseExecution(CmmnExecution sourceCaseExecution)- 
Methods inherited from class org.camunda.bpm.engine.impl.cmmn.execution.CmmnSentryPart
getSentryId, getSource, getStandardEvent, getType, getVariableEvent, getVariableName, isSatisfied, setSatisfied, setSentryId, setSource, setStandardEvent, setType, setVariableEvent, setVariableName 
 - 
 
 - 
 
- 
- 
Field Detail
- 
caseInstance
protected CaseExecutionImpl caseInstance
 
- 
caseExecution
protected CaseExecutionImpl caseExecution
 
- 
sourceCaseExecution
protected CaseExecutionImpl sourceCaseExecution
 
 - 
 
- 
Method Detail
- 
getCaseInstance
public CaseExecutionImpl getCaseInstance()
- Specified by:
 getCaseInstancein classCmmnSentryPart
 
- 
setCaseInstance
public void setCaseInstance(CmmnExecution caseInstance)
- Specified by:
 setCaseInstancein classCmmnSentryPart
 
- 
getCaseExecution
public CmmnExecution getCaseExecution()
- Specified by:
 getCaseExecutionin classCmmnSentryPart
 
- 
setCaseExecution
public void setCaseExecution(CmmnExecution caseExecution)
- Specified by:
 setCaseExecutionin classCmmnSentryPart
 
- 
getSourceCaseExecution
public CmmnExecution getSourceCaseExecution()
- Specified by:
 getSourceCaseExecutionin classCmmnSentryPart
 
- 
setSourceCaseExecution
public void setSourceCaseExecution(CmmnExecution sourceCaseExecution)
- Specified by:
 setSourceCaseExecutionin classCmmnSentryPart
 
- 
getId
public java.lang.String getId()
 
- 
getCaseInstanceId
public java.lang.String getCaseInstanceId()
 
- 
getCaseExecutionId
public java.lang.String getCaseExecutionId()
 
- 
getSourceCaseExecutionId
public java.lang.String getSourceCaseExecutionId()
- Specified by:
 getSourceCaseExecutionIdin classCmmnSentryPart
 
 - 
 
 -