Package com.ptc.expansionui.server
Class ViewContextBean
java.lang.Object
com.ptc.expansionui.server.ViewContextBean
This Bean holds the information required by ViewDelegate to populate the list of view names and default view name for
list object identifiers.
Supported API: true
Supported API: true
-
Method Summary
Modifier and TypeMethodDescriptionReturns the Downstream View name
Supported API: trueList<com.ptc.cat.entity.client.Identifier> Returns the object identifiers list.Returns the Upstream View name
Supported API: trueReturns the DefaultViewType.returns the the ViewListType.booleanReturns true if it is initiated from Upstream
Supported API: true
-
Method Details
-
getObjectIdentifiers
Returns the object identifiers list.
Supported API: true- Returns:
- List
-
getUpstreamView
Returns the Upstream View name
Supported API: true- Returns:
- String
-
getDownstreamView
Returns the Downstream View name
Supported API: true- Returns:
- String
-
isUpstream
public boolean isUpstream()Returns true if it is initiated from Upstream
Supported API: true- Returns:
- boolean
-
getViewListType
returns the the ViewListType.
Supported API: true- Returns:
- ViewListType
-
getViewDefaultType
Returns the DefaultViewType.
Supported API: true- Returns:
- the viewDefaultType
-