Class ViewContextBean

java.lang.Object
com.ptc.expansionui.server.ViewContextBean

public class ViewContextBean extends Object
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
  • Method Details

    • getObjectIdentifiers

      public List<com.ptc.cat.entity.client.Identifier> getObjectIdentifiers()
      Returns the object identifiers list.

      Supported API: true
      Returns:
      List
    • getUpstreamView

      public String getUpstreamView()
      Returns the Upstream View name

      Supported API: true
      Returns:
      String
    • getDownstreamView

      public 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

      public ViewDelegate.ViewListType getViewListType()
      returns the the ViewListType.

      Supported API: true
      Returns:
      ViewListType
    • getViewDefaultType

      public ViewDelegate.DefaultViewType getViewDefaultType()
      Returns the DefaultViewType.

      Supported API: true
      Returns:
      the viewDefaultType