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 CaseExecutionImpl
caseExecution
protected CaseExecutionImpl
caseInstance
protected CaseExecutionImpl
sourceCaseExecution
-
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 CmmnExecution
getCaseExecution()
String
getCaseExecutionId()
CaseExecutionImpl
getCaseInstance()
String
getCaseInstanceId()
String
getId()
CmmnExecution
getSourceCaseExecution()
String
getSourceCaseExecutionId()
void
setCaseExecution(CmmnExecution caseExecution)
void
setCaseInstance(CmmnExecution caseInstance)
void
setSourceCaseExecution(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:
getCaseInstance
in classCmmnSentryPart
-
setCaseInstance
public void setCaseInstance(CmmnExecution caseInstance)
- Specified by:
setCaseInstance
in classCmmnSentryPart
-
getCaseExecution
public CmmnExecution getCaseExecution()
- Specified by:
getCaseExecution
in classCmmnSentryPart
-
setCaseExecution
public void setCaseExecution(CmmnExecution caseExecution)
- Specified by:
setCaseExecution
in classCmmnSentryPart
-
getSourceCaseExecution
public CmmnExecution getSourceCaseExecution()
- Specified by:
getSourceCaseExecution
in classCmmnSentryPart
-
setSourceCaseExecution
public void setSourceCaseExecution(CmmnExecution sourceCaseExecution)
- Specified by:
setSourceCaseExecution
in classCmmnSentryPart
-
getId
public String getId()
-
getCaseInstanceId
public String getCaseInstanceId()
-
getCaseExecutionId
public String getCaseExecutionId()
-
getSourceCaseExecutionId
public String getSourceCaseExecutionId()
- Specified by:
getSourceCaseExecutionId
in classCmmnSentryPart
-
-