public class WorkplaceUserInfo
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
WorkplaceUserInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBackgroundPage()
Name of page that is shown in the background of a workpage container.
|
java.lang.String |
getDefaultPerspective()
Default perpsective that is opened by default.
|
java.lang.String |
getFunctionTree()
Name of function tree definition that is available for the user.
|
java.lang.String |
getInheritFromUser()
In order to simplify the creation of user info configurations, one configuration
can inherit from another configuration.
|
java.util.List<java.lang.String> |
getPerspectives()
Perspectives that are allowed to be used for the user.
|
void |
setBackgroundPage(java.lang.String backgroundPage) |
void |
setDefaultPerspective(java.lang.String defaulPerspective) |
void |
setFunctionTree(java.lang.String functionTree) |
void |
setInheritFromUser(java.lang.String inheritFromUser) |
void |
setPerspectives(java.util.List<java.lang.String> perspectives) |
public java.util.List<java.lang.String> getPerspectives()
public void setPerspectives(java.util.List<java.lang.String> perspectives)
public java.lang.String getDefaultPerspective()
public void setDefaultPerspective(java.lang.String defaulPerspective)
public java.lang.String getFunctionTree()
public void setFunctionTree(java.lang.String functionTree)
public java.lang.String getInheritFromUser()
public void setInheritFromUser(java.lang.String inheritFromUser)
public java.lang.String getBackgroundPage()
public void setBackgroundPage(java.lang.String backgroundPage)
Copyright © CaptainCasa Gmbh. All Rights Reserved.