public class OnePlanItemView extends DefaultPlanItemView
Constructor and Description |
---|
OnePlanItemView(PlanItem planItemInternal,
TransitionData transitionData,
ViewCreators viewCreators,
EvaluationListeners evaluationListeners,
PersistenceListeners persistenceListeners,
SynchronizedLowLevelCmmnService synchronizedLowLevelCmmnService) |
Modifier and Type | Method and Description |
---|---|
CaseFileItemInstance |
getCaseFileItemInternal() |
PlanItemView |
getCasePlanModel() |
PlanItemView |
getOwnerCasePlanModel()
Applies to plan items of a case plan model that has been created as a result of a case task.
|
PlanItemView |
getParent() |
PlanItemView |
getParentCasePlanModel()
Applies to plan items of a case plan model that has been created as a result of a case task.
|
PlanItem |
getPlanItemInternal() |
Map<String,PlanItemView> |
getPlanItems()
Applies to plan items of type CaseTask.
|
PlanItemView |
getTargetCasePlanModel()
Applies to plan items of type CaseTask.
|
PlanItemView |
getTopMostCasePlanModel()
Applies to plan items of a case plan model that has been created as a result of a case task.
|
String |
getWorkItem()
Synonym for
getWorkObject() . |
String |
getWorkObject() |
static String |
workObjectIdForClientId(PlanItem planItem) |
getActiveChildrenCount, getActiveCount, getActiveCountInStage, getArmedEntrySentries, getArmedExitSentries, getAvailableChildrenCount, getAvailableCount, getAvailableCountInStage, getChildInstanceCount, getClientId, getCompletedChildrenCount, getCompletedCount, getCompletedCountInStage, getCustomState, getDeferredEntrySentries, getDeferredExitSentries, getDisabledChildrenCount, getDisabledCount, getDisabledCountInStage, getEnabledChildrenCount, getEnabledCount, getEnabledCountInStage, getId, getIndex, getIndexInStage, getInstanceCount, getInstanceCountInStage, getInstanceId, getInstanceIntId, getLastTransition, getName, getParentClientId, getState, getTerminatedChildrenCount, getTerminatedCount, getTerminatedCountInStage, getTriggeredChildrenCount, getTriggeredCount, getTriggeredCountInStage, isArmed, isAutoComplete, isBlocking, isCaseFileItem, isCaseTask, isCompletionNeutral, isManualActivation, isPreActivation, isRepetition, isRequired, isRootCaseTask, isSemiTerminal, isSubCaseTask, isTerminal, isWaitingOnChildren, waitingOnChildren
public OnePlanItemView(PlanItem planItemInternal, TransitionData transitionData, ViewCreators viewCreators, EvaluationListeners evaluationListeners, PersistenceListeners persistenceListeners, SynchronizedLowLevelCmmnService synchronizedLowLevelCmmnService)
public String getWorkObject()
public String getWorkItem()
Synonym for getWorkObject()
.
public PlanItemView getParent()
getParent
in interface PlanItemView
getParent
in class DefaultPlanItemView
null
if not applicable.public PlanItem getPlanItemInternal()
getPlanItemInternal
in interface ElementView
getPlanItemInternal
in class DefaultPlanItemView
null
when called on an element of type case file item.public CaseFileItemInstance getCaseFileItemInternal()
getCaseFileItemInternal
in interface ElementView
getCaseFileItemInternal
in class DefaultPlanItemView
null
when called on an element of type plan item.public PlanItemView getCasePlanModel()
getCasePlanModel
in interface PlanItemView
getCasePlanModel
in class DefaultPlanItemView
null
if not applicable.public Map<String,PlanItemView> getPlanItems()
CaseTaskView
Applies to plan items of type CaseTask.
getPlanItems
in interface CaseTaskView
getPlanItems
in class DefaultPlanItemView
null
for case tasks that have not yet been started or
for plan items that are not of type case task.public PlanItemView getOwnerCasePlanModel()
CaseTaskView
Applies to plan items of a case plan model that has been created as a result of a case task.
getOwnerCasePlanModel
in interface CaseTaskView
getOwnerCasePlanModel
in class DefaultPlanItemView
null
for top level Cases (i.e. cases not started from a Case task).public PlanItemView getParentCasePlanModel()
CaseTaskView
Applies to plan items of a case plan model that has been created as a result of a case task.
getParentCasePlanModel
in interface CaseTaskView
getParentCasePlanModel
in class DefaultPlanItemView
null
for any other type of case.public PlanItemView getTargetCasePlanModel()
CaseTaskView
Applies to plan items of type CaseTask.
getTargetCasePlanModel
in interface CaseTaskView
getTargetCasePlanModel
in class DefaultPlanItemView
null
for case tasks that have not yet been started.public PlanItemView getTopMostCasePlanModel()
CaseTaskView
Applies to plan items of a case plan model that has been created as a result of a case task.
getTopMostCasePlanModel
in interface CaseTaskView
getTopMostCasePlanModel
in class DefaultPlanItemView
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.