public class CaseSentryPartEntity extends CmmnSentryPart implements DbEntity, HasDbRevision, HasDbReferences
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() |
getSentryId, getSource, getStandardEvent, getType, getVariableEvent, getVariableName, isSatisfied, setSatisfied, setSentryId, setSource, setStandardEvent, setType, setVariableEvent, setVariableName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDependentEntities
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)
public Set<String> getReferencedEntityIds()
HasDbReferences
Scope: IN-MEMORY references
getReferencedEntityIds
in interface HasDbReferences
public Map<String,Class> getReferencedEntitiesIdAndClass()
HasDbReferences
Scope: IN-MEMORY references
getReferencedEntitiesIdAndClass
in interface HasDbReferences
Copyright © 2022. All rights reserved.