public interface CaseTaskView
Exposes properties of plan items that are related to case tasks.
Modifier and Type | Method and Description |
---|---|
PlanItemView |
getOwnerCasePlanModel()
Applies to plan items of a case plan model that has been created as a result of a case task.
|
PlanItemView |
getParentCasePlanModel()
Applies to plan items of a case plan model that has been created as a result of a case task.
|
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.
|
PlanItemView getOwnerCasePlanModel()
Applies to plan items of a case plan model that has been created as a result of a case task.
null
for top level Cases (i.e. cases not started from a Case task).PlanItemView getParentCasePlanModel()
Applies to plan items of a case plan model that has been created as a result of a case task.
null
for any other type of case.PlanItemView getTopMostCasePlanModel()
Applies to plan items of a case plan model that has been created as a result of a case task.
Map<String,PlanItemView> getPlanItems()
Applies to plan items of type CaseTask.
null
for case tasks that have not yet been started or
for plan items that are not of type case task.PlanItemView getTargetCasePlanModel()
Applies to plan items of type CaseTask.
null
for case tasks that have not yet been started.Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.