public class CaseSentryPartImpl extends CmmnSentryPart
Modifier and Type | Field and Description |
---|---|
protected CaseExecutionImpl |
caseExecution |
protected CaseExecutionImpl |
caseInstance |
protected CaseExecutionImpl |
sourceCaseExecution |
satisfied, sentryId, source, standardEvent, type, variableEvent, variableName
Constructor and Description |
---|
CaseSentryPartImpl() |
Modifier and Type | Method and 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) |
getSentryId, getSource, getStandardEvent, getType, getVariableEvent, getVariableName, isSatisfied, setSatisfied, setSentryId, setSource, setStandardEvent, setType, setVariableEvent, setVariableName
protected CaseExecutionImpl caseInstance
protected CaseExecutionImpl caseExecution
protected CaseExecutionImpl sourceCaseExecution
public CaseExecutionImpl getCaseInstance()
getCaseInstance
in class CmmnSentryPart
public void setCaseInstance(CmmnExecution caseInstance)
setCaseInstance
in class CmmnSentryPart
public CmmnExecution getCaseExecution()
getCaseExecution
in class CmmnSentryPart
public void setCaseExecution(CmmnExecution caseExecution)
setCaseExecution
in class CmmnSentryPart
public CmmnExecution getSourceCaseExecution()
getSourceCaseExecution
in class CmmnSentryPart
public void setSourceCaseExecution(CmmnExecution sourceCaseExecution)
setSourceCaseExecution
in class CmmnSentryPart
public String getId()
public String getCaseInstanceId()
public String getCaseExecutionId()
public String getSourceCaseExecutionId()
getSourceCaseExecutionId
in class CmmnSentryPart
Copyright © 2017. All rights reserved.