Class WorkplaceUserInfo

java.lang.Object
org.eclnt.workplace.WorkplaceUserInfo
All Implemented Interfaces:
Serializable

public class WorkplaceUserInfo extends Object implements Serializable
User specific settings within the workplace configuration.
See Also:
  • Constructor Details

    • WorkplaceUserInfo

      public WorkplaceUserInfo()
  • Method Details

    • getPerspectives

      public List<String> getPerspectives()
      Perspectives that are allowed to be used for the user.
    • setPerspectives

      public void setPerspectives(List<String> perspectives)
    • getDefaultPerspective

      public String getDefaultPerspective()
      Default perpsective that is opened by default.
    • setDefaultPerspective

      public void setDefaultPerspective(String defaulPerspective)
    • getFunctionTree

      public String getFunctionTree()
      Name of function tree definition that is available for the user.
    • setFunctionTree

      public void setFunctionTree(String functionTree)
    • getInheritFromUser

      public String getInheritFromUser()
      In order to simplify the creation of user info configurations, one configuration can inherit from another configuration.
    • setInheritFromUser

      public void setInheritFromUser(String inheritFromUser)
    • getBackgroundPage

      public String getBackgroundPage()
      Name of page that is shown in the background of a workpage container. This page is shwon when the workpage container does not hold any page, i.e. if it is empty.
    • setBackgroundPage

      public void setBackgroundPage(String backgroundPage)