Interface PlanItemInstanceEntity
- All Superinterfaces:
DelegatePlanItemInstance
,Entity
,EntityWithSentryPartInstances
,HasRevision
,PlanItemInstance
,PlanItemInstanceContainer
,VariableContainer
,VariableScope
- All Known Implementing Classes:
PlanItemInstanceEntityImpl
public interface PlanItemInstanceEntity
extends Entity, HasRevision, DelegatePlanItemInstance, EntityWithSentryPartInstances, PlanItemInstanceContainer
- Author:
- Joram Barrez
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setPlannedForActivationInMigration
(boolean plannedForActivationInMigration) 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 Details
-
getStagePlanItemInstanceEntity
PlanItemInstanceEntity getStagePlanItemInstanceEntity() -
getParentVariableScope
VariableScope getParentVariableScope() -
isPlannedForActivationInMigration
boolean isPlannedForActivationInMigration() -
setPlannedForActivationInMigration
void setPlannedForActivationInMigration(boolean plannedForActivationInMigration)
-