public class ReadOnlyDelegatePlanItemInstanceImpl extends Object implements ReadOnlyDelegatePlanItemInstance
| Constructor and Description |
|---|
ReadOnlyDelegatePlanItemInstanceImpl(DelegatePlanItemInstance planItemInstance) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPlanItemDefinition, setLocalizedName, setTransientVariable, setVariablegetStartTimeprotected final String id
protected final String name
protected final String state
protected final String caseDefinitionId
protected final String derivedCaseDefinitionId
protected final String caseInstanceId
protected final String stageInstanceId
protected final boolean stage
protected final String elementId
protected final String planItemDefinitionId
protected final String planItemDefinitionType
protected final Date createTime
protected final Date lastAvailableTime
protected final Date lastUnavailableTime
protected final Date lastEnabledTime
protected final Date lastDisabledTime
protected final Date lastStartedTime
protected final Date lastSuspendedTime
protected final Date completedTime
protected final Date occurredTime
protected final Date terminatedTime
protected final Date exitTime
protected final Date endedTime
protected final String startUserId
protected final String referenceId
protected final String referenceType
protected final boolean completable
protected final String entryCriterionId
protected final String exitCriterionId
protected final String formKey
protected final String extraValue
protected final String tenantId
protected final org.flowable.cmmn.model.PlanItem planItem
public ReadOnlyDelegatePlanItemInstanceImpl(DelegatePlanItemInstance planItemInstance)
public String getId()
getId in interface PlanItemInstancepublic String getName()
getName in interface PlanItemInstancepublic String getState()
getState in interface PlanItemInstancepublic String getCaseDefinitionId()
getCaseDefinitionId in interface PlanItemInstancepublic String getDerivedCaseDefinitionId()
getDerivedCaseDefinitionId in interface PlanItemInstancepublic String getCaseInstanceId()
getCaseInstanceId in interface PlanItemInstancepublic String getStageInstanceId()
getStageInstanceId in interface PlanItemInstancepublic boolean isStage()
isStage in interface PlanItemInstancepublic String getElementId()
getElementId in interface PlanItemInstancepublic String getPlanItemDefinitionId()
getPlanItemDefinitionId in interface PlanItemInstancepublic String getPlanItemDefinitionType()
getPlanItemDefinitionType in interface PlanItemInstancepublic Date getCreateTime()
getCreateTime in interface PlanItemInstancepublic Date getLastAvailableTime()
getLastAvailableTime in interface PlanItemInstancepublic Date getLastUnavailableTime()
getLastUnavailableTime in interface PlanItemInstancepublic Date getLastEnabledTime()
getLastEnabledTime in interface PlanItemInstancepublic Date getLastDisabledTime()
getLastDisabledTime in interface PlanItemInstancepublic Date getLastStartedTime()
getLastStartedTime in interface PlanItemInstancepublic Date getLastSuspendedTime()
getLastSuspendedTime in interface PlanItemInstancepublic Date getCompletedTime()
getCompletedTime in interface PlanItemInstancepublic Date getOccurredTime()
getOccurredTime in interface PlanItemInstancepublic Date getTerminatedTime()
getTerminatedTime in interface PlanItemInstancepublic Date getExitTime()
getExitTime in interface PlanItemInstancepublic Date getEndedTime()
getEndedTime in interface PlanItemInstancepublic String getStartUserId()
getStartUserId in interface PlanItemInstancepublic String getReferenceId()
getReferenceId in interface PlanItemInstancepublic String getReferenceType()
getReferenceType in interface PlanItemInstancepublic boolean isCompletable()
isCompletable in interface PlanItemInstancepublic String getEntryCriterionId()
getEntryCriterionId in interface PlanItemInstancepublic String getExitCriterionId()
getExitCriterionId in interface PlanItemInstancepublic String getFormKey()
getFormKey in interface PlanItemInstancepublic String getExtraValue()
getExtraValue in interface PlanItemInstancepublic boolean hasVariable(String variableName)
hasVariable in interface VariableContainerpublic Object getVariable(String variableName)
getVariable in interface VariableContainerpublic String getTenantId()
getTenantId in interface PlanItemInstancegetTenantId in interface VariableContainerpublic org.flowable.cmmn.model.PlanItem getPlanItem()
getPlanItem in interface ReadOnlyDelegatePlanItemInstanceCopyright © 2021 Flowable. All rights reserved.