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
-
-
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()StringgetCaseExecutionId()CaseExecutionImplgetCaseInstance()StringgetCaseInstanceId()StringgetId()CmmnExecutiongetSourceCaseExecution()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 String getId()
-
getCaseInstanceId
public String getCaseInstanceId()
-
getCaseExecutionId
public String getCaseExecutionId()
-
getSourceCaseExecutionId
public String getSourceCaseExecutionId()
- Specified by:
getSourceCaseExecutionIdin classCmmnSentryPart
-
-