Class ReadOnlyDelegatePlanItemInstanceImpl
java.lang.Object
org.flowable.cmmn.engine.impl.delegate.ReadOnlyDelegatePlanItemInstanceImpl
- All Implemented Interfaces:
ReadOnlyDelegatePlanItemInstance
,PlanItemInstance
,VariableContainer
public class ReadOnlyDelegatePlanItemInstanceImpl
extends Object
implements ReadOnlyDelegatePlanItemInstance
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final String
protected final String
protected final boolean
protected final Date
protected final Date
protected final String
protected final String
protected final Date
protected final String
protected final String
protected final Date
protected final String
protected final String
protected final String
protected final Date
protected final Date
protected final Date
protected final Date
protected final Date
protected final Date
protected final String
protected final Date
protected final PlanItem
protected final String
protected final String
protected final String
protected final String
protected final boolean
protected final String
protected final String
protected final String
protected final String
protected final Date
-
Constructor Summary
ConstructorsConstructorDescriptionReadOnlyDelegatePlanItemInstanceImpl
(DelegatePlanItemInstance planItemInstance) -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
getState()
getVariable
(String variableName) boolean
hasVariable
(String variableName) boolean
boolean
isStage()
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.flowable.cmmn.api.runtime.PlanItemInstance
getStartTime
Methods inherited from interface org.flowable.cmmn.api.delegate.ReadOnlyDelegatePlanItemInstance
getPlanItemDefinition, setLocalizedName, setTransientVariable, setVariable
-
Field Details
-
id
-
name
-
state
-
caseDefinitionId
-
derivedCaseDefinitionId
-
caseInstanceId
-
stageInstanceId
-
stage
protected final boolean stage -
elementId
-
planItemDefinitionId
-
planItemDefinitionType
-
createTime
-
lastAvailableTime
-
lastEnabledTime
-
lastDisabledTime
-
lastStartedTime
-
lastSuspendedTime
-
completedTime
-
occurredTime
-
terminatedTime
-
exitTime
-
endedTime
-
startUserId
-
referenceId
-
referenceType
-
completable
protected final boolean completable -
entryCriterionId
-
exitCriterionId
-
formKey
-
extraValue
-
variables
-
tenantId
-
planItem
-
-
Constructor Details
-
ReadOnlyDelegatePlanItemInstanceImpl
-
-
Method Details
-
getId
- Specified by:
getId
in interfacePlanItemInstance
-
getName
- Specified by:
getName
in interfacePlanItemInstance
-
getState
- Specified by:
getState
in interfacePlanItemInstance
-
getCaseDefinitionId
- Specified by:
getCaseDefinitionId
in interfacePlanItemInstance
-
getDerivedCaseDefinitionId
- Specified by:
getDerivedCaseDefinitionId
in interfacePlanItemInstance
-
getCaseInstanceId
- Specified by:
getCaseInstanceId
in interfacePlanItemInstance
-
getStageInstanceId
- Specified by:
getStageInstanceId
in interfacePlanItemInstance
-
isStage
public boolean isStage()- Specified by:
isStage
in interfacePlanItemInstance
-
getElementId
- Specified by:
getElementId
in interfacePlanItemInstance
-
getPlanItemDefinitionId
- Specified by:
getPlanItemDefinitionId
in interfacePlanItemInstance
-
getPlanItemDefinitionType
- Specified by:
getPlanItemDefinitionType
in interfacePlanItemInstance
-
getCreateTime
- Specified by:
getCreateTime
in interfacePlanItemInstance
-
getLastAvailableTime
- Specified by:
getLastAvailableTime
in interfacePlanItemInstance
-
getLastEnabledTime
- Specified by:
getLastEnabledTime
in interfacePlanItemInstance
-
getLastDisabledTime
- Specified by:
getLastDisabledTime
in interfacePlanItemInstance
-
getLastStartedTime
- Specified by:
getLastStartedTime
in interfacePlanItemInstance
-
getLastSuspendedTime
- Specified by:
getLastSuspendedTime
in interfacePlanItemInstance
-
getCompletedTime
- Specified by:
getCompletedTime
in interfacePlanItemInstance
-
getOccurredTime
- Specified by:
getOccurredTime
in interfacePlanItemInstance
-
getTerminatedTime
- Specified by:
getTerminatedTime
in interfacePlanItemInstance
-
getExitTime
- Specified by:
getExitTime
in interfacePlanItemInstance
-
getEndedTime
- Specified by:
getEndedTime
in interfacePlanItemInstance
-
getStartUserId
- Specified by:
getStartUserId
in interfacePlanItemInstance
-
getReferenceId
- Specified by:
getReferenceId
in interfacePlanItemInstance
-
getReferenceType
- Specified by:
getReferenceType
in interfacePlanItemInstance
-
isCompletable
public boolean isCompletable()- Specified by:
isCompletable
in interfacePlanItemInstance
-
getEntryCriterionId
- Specified by:
getEntryCriterionId
in interfacePlanItemInstance
-
getExitCriterionId
- Specified by:
getExitCriterionId
in interfacePlanItemInstance
-
getFormKey
- Specified by:
getFormKey
in interfacePlanItemInstance
-
getExtraValue
- Specified by:
getExtraValue
in interfacePlanItemInstance
-
hasVariable
- Specified by:
hasVariable
in interfaceVariableContainer
-
getVariable
- Specified by:
getVariable
in interfaceVariableContainer
-
getTenantId
- Specified by:
getTenantId
in interfacePlanItemInstance
- Specified by:
getTenantId
in interfaceVariableContainer
-
getPlanItem
- Specified by:
getPlanItem
in interfaceReadOnlyDelegatePlanItemInstance
-
toString
-