public class PlanItemInstanceEntityImpl extends AbstractCmmnEngineVariableScopeEntity implements PlanItemInstanceEntity, CountingPlanItemInstanceEntity
| Modifier and Type | Field and Description |
|---|---|
protected String |
caseDefinitionId |
protected String |
caseInstanceId |
protected List<PlanItemInstanceEntity> |
childPlanItemInstances |
protected boolean |
completeable |
protected boolean |
countEnabled |
protected String |
elementId |
protected boolean |
isStage |
protected String |
name |
protected org.flowable.cmmn.model.PlanItem |
planItem |
protected String |
planItemDefinitionId |
protected String |
planItemDefinitionType |
protected String |
referenceId |
protected String |
referenceType |
protected List<SentryPartInstanceEntity> |
satisfiedSentryPartInstances |
protected int |
sentryPartInstanceCount |
protected String |
stageInstanceId |
protected PlanItemInstanceEntity |
stagePlanItemInstance |
protected Date |
startTime |
protected String |
startUserId |
protected String |
state |
protected String |
tenantId |
protected int |
variableCount |
cachedElContext, transientVariabes, usedVariablesCache, variableInstancesid, isDeleted, isInserted, isUpdated, originalPersistentState, revision| Constructor and Description |
|---|
PlanItemInstanceEntityImpl() |
getIdPrefixcollectTransientVariables, collectVariableInstances, collectVariableNames, collectVariables, createVariableInstance, createVariablesLocal, deleteVariableInstanceForExplicitUserCall, ensureVariableInstancesInitialized, getCachedElContext, getTransientVariable, getTransientVariableLocal, getTransientVariables, getTransientVariablesLocal, getUsedVariablesCache, getVariable, getVariable, getVariable, getVariableInstance, getVariableInstance, getVariableInstanceEntities, getVariableInstanceLocal, getVariableInstanceLocal, getVariableInstances, getVariableInstances, getVariableInstances, getVariableInstancesLocal, getVariableInstancesLocal, getVariableInstancesLocal, getVariableLocal, getVariableLocal, getVariableLocal, getVariableNames, getVariableNamesLocal, getVariables, getVariables, getVariables, getVariablesLocal, getVariablesLocal, getVariablesLocal, hasVariable, hasVariableLocal, hasVariables, hasVariablesLocal, internalSetVariableInstances, isExpression, removeTransientVariable, removeTransientVariableLocal, removeTransientVariables, removeTransientVariablesLocal, removeVariable, removeVariableLocal, removeVariables, removeVariables, removeVariablesLocal, removeVariablesLocal, setCachedElContext, setTransientVariable, setTransientVariableLocal, setTransientVariables, setTransientVariablesLocal, setVariable, setVariable, setVariableLocal, setVariableLocal, setVariables, setVariablesLocal, updateVariableInstancegetId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRevision, getRevisionNext, setRevisiongetIdgetId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedgetTransientVariable, getTransientVariableLocal, getTransientVariables, getTransientVariablesLocal, getVariable, getVariable, getVariable, getVariableInstance, getVariableInstance, getVariableInstanceLocal, getVariableInstanceLocal, getVariableInstances, getVariableInstances, getVariableInstances, getVariableInstancesLocal, getVariableInstancesLocal, getVariableInstancesLocal, getVariableLocal, getVariableLocal, getVariableLocal, getVariableNames, getVariableNamesLocal, getVariables, getVariables, getVariables, getVariablesLocal, getVariablesLocal, getVariablesLocal, hasVariable, hasVariableLocal, hasVariables, hasVariablesLocal, removeTransientVariable, removeTransientVariableLocal, removeTransientVariables, removeTransientVariablesLocal, removeVariable, removeVariableLocal, removeVariables, removeVariables, removeVariablesLocal, removeVariablesLocal, setTransientVariable, setTransientVariableLocal, setTransientVariables, setTransientVariablesLocal, setVariable, setVariable, setVariableLocal, setVariableLocal, setVariables, setVariablesLocalprotected String caseDefinitionId
protected String caseInstanceId
protected String stageInstanceId
protected boolean isStage
protected String elementId
protected String planItemDefinitionId
protected String planItemDefinitionType
protected String name
protected String state
protected Date startTime
protected String startUserId
protected String referenceId
protected String referenceType
protected boolean completeable
protected String tenantId
protected boolean countEnabled
protected int variableCount
protected int sentryPartInstanceCount
protected org.flowable.cmmn.model.PlanItem planItem
protected List<PlanItemInstanceEntity> childPlanItemInstances
protected PlanItemInstanceEntity stagePlanItemInstance
protected List<SentryPartInstanceEntity> satisfiedSentryPartInstances
public Object getPersistentState()
getPersistentState in interface Entitypublic org.flowable.cmmn.model.PlanItem getPlanItem()
getPlanItem in interface DelegatePlanItemInstancepublic String getCaseDefinitionId()
getCaseDefinitionId in interface PlanItemInstancepublic void setCaseDefinitionId(String caseDefinitionId)
setCaseDefinitionId in interface DelegatePlanItemInstancepublic String getCaseInstanceId()
getCaseInstanceId in interface PlanItemInstancepublic void setCaseInstanceId(String caseInstanceId)
setCaseInstanceId in interface DelegatePlanItemInstancepublic String getStageInstanceId()
getStageInstanceId in interface PlanItemInstancepublic void setStageInstanceId(String stageInstanceId)
setStageInstanceId in interface DelegatePlanItemInstancepublic boolean isStage()
isStage in interface PlanItemInstancepublic void setStage(boolean isStage)
setStage in interface DelegatePlanItemInstancepublic String getElementId()
getElementId in interface PlanItemInstancepublic void setElementId(String elementId)
setElementId in interface DelegatePlanItemInstancepublic String getPlanItemDefinitionId()
getPlanItemDefinitionId in interface PlanItemInstancepublic void setPlanItemDefinitionId(String planItemDefinitionId)
setPlanItemDefinitionId in interface DelegatePlanItemInstancepublic String getPlanItemDefinitionType()
getPlanItemDefinitionType in interface PlanItemInstancepublic void setPlanItemDefinitionType(String planItemDefinitionType)
setPlanItemDefinitionType in interface DelegatePlanItemInstancepublic String getName()
getName in interface PlanItemInstancepublic void setName(String name)
setName in interface DelegatePlanItemInstancepublic String getState()
getState in interface PlanItemInstancepublic void setState(String state)
setState in interface DelegatePlanItemInstancepublic Date getStartTime()
getStartTime in interface PlanItemInstancepublic void setStartTime(Date startTime)
setStartTime in interface DelegatePlanItemInstancepublic String getStartUserId()
getStartUserId in interface PlanItemInstancepublic void setStartUserId(String startUserId)
setStartUserId in interface DelegatePlanItemInstancepublic String getReferenceId()
getReferenceId in interface PlanItemInstancepublic void setReferenceId(String referenceId)
setReferenceId in interface DelegatePlanItemInstancepublic String getReferenceType()
getReferenceType in interface PlanItemInstancepublic void setReferenceType(String referenceType)
setReferenceType in interface DelegatePlanItemInstancepublic boolean isCompleteable()
isCompleteable in interface PlanItemInstancepublic void setCompleteable(boolean completeable)
setCompleteable in interface DelegatePlanItemInstancepublic String getTenantId()
getTenantId in interface PlanItemInstancepublic void setTenantId(String tenantId)
setTenantId in interface DelegatePlanItemInstancepublic void setChildPlanItemInstances(List<PlanItemInstanceEntity> childPlanItemInstances)
setChildPlanItemInstances in interface PlanItemInstanceContainerpublic List<PlanItemInstanceEntity> getChildPlanItemInstances()
getChildPlanItemInstances in interface PlanItemInstanceContainerpublic PlanItemInstanceEntity getStagePlanItemInstanceEntity()
getStagePlanItemInstanceEntity in interface PlanItemInstanceEntitypublic List<SentryPartInstanceEntity> getSatisfiedSentryPartInstances()
getSatisfiedSentryPartInstances in interface EntityWithSentryPartInstancespublic void setSatisfiedSentryPartInstances(List<SentryPartInstanceEntity> satisfiedSentryPartInstances)
setSatisfiedSentryPartInstances in interface EntityWithSentryPartInstancesprotected Collection<VariableInstanceEntity> loadVariableInstances()
loadVariableInstances in class VariableScopeImplprotected VariableScopeImpl getParentVariableScope()
getParentVariableScope in class VariableScopeImplprotected void initializeVariableInstanceBackPointer(VariableInstanceEntity variableInstance)
initializeVariableInstanceBackPointer in class VariableScopeImplprotected void createVariableLocal(String variableName, Object value)
createVariableLocal in class VariableScopeImplprotected VariableInstanceEntity getSpecificVariable(String variableName)
getSpecificVariable in class VariableScopeImplprotected List<VariableInstanceEntity> getSpecificVariables(Collection<String> variableNames)
getSpecificVariables in class VariableScopeImplprotected boolean isPropagateToHistoricVariable()
isPropagateToHistoricVariable in class VariableScopeImplpublic boolean isCountEnabled()
isCountEnabled in interface CountingPlanItemInstanceEntitypublic void setCountEnabled(boolean countEnabled)
setCountEnabled in interface CountingPlanItemInstanceEntitypublic int getVariableCount()
getVariableCount in interface CountingPlanItemInstanceEntitypublic void setVariableCount(int variableCount)
setVariableCount in interface CountingPlanItemInstanceEntitypublic int getSentryPartInstanceCount()
getSentryPartInstanceCount in interface CountingPlanItemInstanceEntitypublic void setSentryPartInstanceCount(int sentryPartInstanceCount)
setSentryPartInstanceCount in interface CountingPlanItemInstanceEntityCopyright © 2018 Flowable. All rights reserved.