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, waitingOnChildrenpublic 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 PlanItemViewgetParent in class DefaultPlanItemViewnull if not applicable.public PlanItem getPlanItemInternal()
getPlanItemInternal in interface ElementViewgetPlanItemInternal in class DefaultPlanItemViewnull when called on an element of type case file item.public CaseFileItemInstance getCaseFileItemInternal()
getCaseFileItemInternal in interface ElementViewgetCaseFileItemInternal in class DefaultPlanItemViewnull when called on an element of type plan item.public PlanItemView getCasePlanModel()
getCasePlanModel in interface PlanItemViewgetCasePlanModel in class DefaultPlanItemViewnull if not applicable.public Map<String,PlanItemView> getPlanItems()
CaseTaskViewApplies to plan items of type CaseTask.
getPlanItems in interface CaseTaskViewgetPlanItems in class DefaultPlanItemViewnull for case tasks that have not yet been started or
for plan items that are not of type case task.public PlanItemView getOwnerCasePlanModel()
CaseTaskViewApplies to plan items of a case plan model that has been created as a result of a case task.
getOwnerCasePlanModel in interface CaseTaskViewgetOwnerCasePlanModel in class DefaultPlanItemViewnull for top level Cases (i.e. cases not started from a Case task).public PlanItemView getParentCasePlanModel()
CaseTaskViewApplies to plan items of a case plan model that has been created as a result of a case task.
getParentCasePlanModel in interface CaseTaskViewgetParentCasePlanModel in class DefaultPlanItemViewnull for any other type of case.public PlanItemView getTargetCasePlanModel()
CaseTaskViewApplies to plan items of type CaseTask.
getTargetCasePlanModel in interface CaseTaskViewgetTargetCasePlanModel in class DefaultPlanItemViewnull for case tasks that have not yet been started.public PlanItemView getTopMostCasePlanModel()
CaseTaskViewApplies to plan items of a case plan model that has been created as a result of a case task.
getTopMostCasePlanModel in interface CaseTaskViewgetTopMostCasePlanModel in class DefaultPlanItemViewCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.