public class CaseSentryPartEntity extends CmmnSentryPart implements DbEntity, HasDbRevision
Modifier and Type | Field and Description |
---|---|
protected CaseExecutionEntity |
caseExecution |
protected String |
caseExecutionId |
protected CaseExecutionEntity |
caseInstance |
protected String |
caseInstanceId |
protected String |
id |
protected int |
revision |
protected CaseExecutionEntity |
sourceCaseExecution |
protected String |
sourceCaseExecutionId |
protected String |
tenantId |
satisfied, sentryId, source, standardEvent, type, variableEvent, variableName
Constructor and Description |
---|
CaseSentryPartEntity() |
Modifier and Type | Method and Description |
---|---|
protected void |
ensureCaseExecutionInitialized() |
protected void |
ensureCaseInstanceInitialized() |
protected void |
ensureSourceCaseExecutionInitialized() |
protected CaseExecutionEntity |
findCaseExecutionById(String caseExecutionId) |
void |
forceUpdate() |
CaseExecutionEntity |
getCaseExecution() |
String |
getCaseExecutionId() |
CaseExecutionEntity |
getCaseInstance() |
String |
getCaseInstanceId() |
String |
getId() |
Object |
getPersistentState()
Returns a representation of the object,
as would be stored in the database.
|
int |
getRevision() |
int |
getRevisionNext() |
CmmnExecution |
getSourceCaseExecution() |
String |
getSourceCaseExecutionId() |
String |
getTenantId() |
void |
setCaseExecution(CmmnExecution caseExecution) |
void |
setCaseInstance(CmmnExecution caseInstance) |
void |
setId(String id) |
void |
setRevision(int revision) |
void |
setSourceCaseExecution(CmmnExecution sourceCaseExecution) |
void |
setTenantId(String tenantId) |
getSentryId, getSource, getStandardEvent, getType, getVariableEvent, getVariableName, isSatisfied, setSatisfied, setSentryId, setSource, setStandardEvent, setType, setVariableEvent, setVariableName
protected CaseExecutionEntity caseInstance
protected CaseExecutionEntity caseExecution
protected CaseExecutionEntity sourceCaseExecution
protected String id
protected int revision
protected String caseInstanceId
protected String caseExecutionId
protected String sourceCaseExecutionId
protected String tenantId
public String getCaseInstanceId()
public CaseExecutionEntity getCaseInstance()
getCaseInstance
in class CmmnSentryPart
protected void ensureCaseInstanceInitialized()
public void setCaseInstance(CmmnExecution caseInstance)
setCaseInstance
in class CmmnSentryPart
public String getCaseExecutionId()
public CaseExecutionEntity getCaseExecution()
getCaseExecution
in class CmmnSentryPart
protected void ensureCaseExecutionInitialized()
public void setCaseExecution(CmmnExecution caseExecution)
setCaseExecution
in class CmmnSentryPart
public String getSourceCaseExecutionId()
getSourceCaseExecutionId
in class CmmnSentryPart
public CmmnExecution getSourceCaseExecution()
getSourceCaseExecution
in class CmmnSentryPart
protected void ensureSourceCaseExecutionInitialized()
public void setSourceCaseExecution(CmmnExecution sourceCaseExecution)
setSourceCaseExecution
in class CmmnSentryPart
public int getRevision()
getRevision
in interface HasDbRevision
public void setRevision(int revision)
setRevision
in interface HasDbRevision
public int getRevisionNext()
getRevisionNext
in interface HasDbRevision
public String getTenantId()
public void setTenantId(String tenantId)
public void forceUpdate()
public Object getPersistentState()
DbEntity
getPersistentState
in interface DbEntity
protected CaseExecutionEntity findCaseExecutionById(String caseExecutionId)
Copyright © 2017. All rights reserved.