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, setVariableNameprotected 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 CmmnSentryPartprotected void ensureCaseInstanceInitialized()
public void setCaseInstance(CmmnExecution caseInstance)
setCaseInstance in class CmmnSentryPartpublic String getCaseExecutionId()
public CaseExecutionEntity getCaseExecution()
getCaseExecution in class CmmnSentryPartprotected void ensureCaseExecutionInitialized()
public void setCaseExecution(CmmnExecution caseExecution)
setCaseExecution in class CmmnSentryPartpublic String getSourceCaseExecutionId()
getSourceCaseExecutionId in class CmmnSentryPartpublic CmmnExecution getSourceCaseExecution()
getSourceCaseExecution in class CmmnSentryPartprotected void ensureSourceCaseExecutionInitialized()
public void setSourceCaseExecution(CmmnExecution sourceCaseExecution)
setSourceCaseExecution in class CmmnSentryPartpublic int getRevision()
getRevision in interface HasDbRevisionpublic void setRevision(int revision)
setRevision in interface HasDbRevisionpublic int getRevisionNext()
getRevisionNext in interface HasDbRevisionpublic String getTenantId()
public void setTenantId(String tenantId)
public void forceUpdate()
public Object getPersistentState()
DbEntitygetPersistentState in interface DbEntityprotected CaseExecutionEntity findCaseExecutionById(String caseExecutionId)
Copyright © 2018. All rights reserved.