Package org.flowable.cmmn.api.delegate
Interface ReadOnlyDelegatePlanItemInstance
- All Superinterfaces:
PlanItemInstance
,org.flowable.common.engine.api.variable.VariableContainer
public interface ReadOnlyDelegatePlanItemInstance
extends PlanItemInstance, org.flowable.common.engine.api.variable.VariableContainer
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionorg.flowable.cmmn.model.PlanItem
default org.flowable.cmmn.model.PlanItemDefinition
default void
setLocalizedName
(String localizedName) Sets an optional localized name for the plan itemdefault void
setTransientVariable
(String variableName, Object variableValue) default void
setVariable
(String variableName, Object variableValue) 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, getPlanItemInstanceLocalVariables, getReferenceId, getReferenceType, getStageInstanceId, getStartTime, getStartUserId, getState, getTenantId, getTerminatedTime, isCompletable, isStage
Methods inherited from interface org.flowable.common.engine.api.variable.VariableContainer
getTenantId, getVariable, hasVariable
-
Method Details
-
getPlanItem
org.flowable.cmmn.model.PlanItem getPlanItem() -
getPlanItemDefinition
default org.flowable.cmmn.model.PlanItemDefinition getPlanItemDefinition() -
setVariable
- Specified by:
setVariable
in interfaceorg.flowable.common.engine.api.variable.VariableContainer
-
setTransientVariable
- Specified by:
setTransientVariable
in interfaceorg.flowable.common.engine.api.variable.VariableContainer
-
setLocalizedName
Description copied from interface:PlanItemInstance
Sets an optional localized name for the plan item- Specified by:
setLocalizedName
in interfacePlanItemInstance
-