Interface PlanItemInstanceEntity
-
- All Superinterfaces:
DelegatePlanItemInstance,Entity,EntityWithSentryPartInstances,HasRevision,PlanItemInstance,PlanItemInstanceContainer,VariableContainer,org.flowable.variable.api.delegate.VariableScope
- All Known Implementing Classes:
PlanItemInstanceEntityImpl
public interface PlanItemInstanceEntity extends Entity, HasRevision, DelegatePlanItemInstance, EntityWithSentryPartInstances, PlanItemInstanceContainer
- Author:
- Joram Barrez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.flowable.variable.api.delegate.VariableScopegetParentVariableScope()PlanItemInstanceEntitygetStagePlanItemInstanceEntity()-
Methods inherited from interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
getCurrentFlowableListener, getCurrentLifecycleListener, getPlanItem, getPlanItemDefinition, setCaseDefinitionId, setCaseInstanceId, setCompletable, setCompletedTime, setCreateTime, setCurrentLifecycleListener, setDerivedCaseDefinitionId, setElementId, setEndedTime, setEntryCriterionId, setExitCriterionId, setExitTime, setExtraValue, setFormKey, setLastAvailableTime, setLastDisabledTime, setLastEnabledTime, setLastStartedTime, setLastSuspendedTime, setLastUnavailableTime, setName, setOccurredTime, setPlanItemDefinitionId, setPlanItemDefinitionType, setReferenceId, setReferenceType, setStage, setStageInstanceId, setStartTime, setStartUserId, setState, setTenantId, setTerminatedTime, snapshotReadOnly
-
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Methods inherited from interface org.flowable.cmmn.engine.impl.persistence.entity.EntityWithSentryPartInstances
getSatisfiedSentryPartInstances, setSatisfiedSentryPartInstances
-
Methods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
Methods inherited from interface org.flowable.cmmn.api.runtime.PlanItemInstance
getCaseDefinitionId, getCaseInstanceId, getCompletedTime, getCreateTime, getDerivedCaseDefinitionId, getElementId, getEndedTime, getEntryCriterionId, getExitCriterionId, getExitTime, getExtraValue, getFormKey, getId, getLastAvailableTime, getLastDisabledTime, getLastEnabledTime, getLastStartedTime, getLastSuspendedTime, getLastUnavailableTime, getName, getOccurredTime, getPlanItemDefinitionId, getPlanItemDefinitionType, getReferenceId, getReferenceType, getStageInstanceId, getStartTime, getStartUserId, getState, getTenantId, getTerminatedTime, isCompletable, isStage, setLocalizedName
-
Methods inherited from interface org.flowable.cmmn.engine.impl.persistence.entity.PlanItemInstanceContainer
getChildPlanItemInstances, getPlanItems, setChildPlanItemInstances
-
Methods inherited from interface org.flowable.common.engine.api.variable.VariableContainer
getTenantId
-
Methods inherited from interface org.flowable.variable.api.delegate.VariableScope
getTransientVariable, 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, setVariablesLocal
-
-
-
-
Method Detail
-
getStagePlanItemInstanceEntity
PlanItemInstanceEntity getStagePlanItemInstanceEntity()
-
getParentVariableScope
org.flowable.variable.api.delegate.VariableScope getParentVariableScope()
-
-