public interface ElementView
Exposes a view to a plan item or a case file item instance (i.e. wraps the respective underlying object and exposes a simplified public API for the object). Can be used for expression resolution (e.g. to expose plan items or case file items in EL expressions without wanting to expose all public properties of the object).
Modifier and Type | Method and Description |
---|---|
CaseFileItemInstance |
getCaseFileItemInternal() |
String |
getClientId() |
String |
getId() |
String |
getInstanceId() |
int |
getInstanceIntId() |
String |
getLastTransition() |
PlanItem |
getPlanItemInternal() |
String |
getState() |
boolean |
isCaseFileItem() |
String getState()
String getLastTransition()
String getId()
String getInstanceId()
int getInstanceIntId()
String getClientId()
boolean isCaseFileItem()
true
if and only if this element represents a case file item.PlanItem getPlanItemInternal()
null
when called on an element of type case file item.CaseFileItemInstance getCaseFileItemInternal()
null
when called on an element of type plan item.Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.