-
language
java.lang.String language
User language. The language is in the ISO 639-1 format, for example: en,
cs, es, ru, sk. Never null.
- Since:
- UES6-06
-
notificationsEmail
java.lang.String notificationsEmail
User notifications email.
- Since:
- UES8-10
-
notificationsRule
UESPersonalRoleNotificationsRule notificationsRule
User notifications rule.
- Since:
- UES8-10
-
experimentalFeaturesEnabled
java.lang.Boolean experimentalFeaturesEnabled
Enables or disables using of experimental features for the personal role.
- Since:
- UES8-10
-
responsiveLayoutEnabled
java.lang.Boolean responsiveLayoutEnabled
Enables or disables displaying layout in responsive layout.
- Since:
- UES8-22
-
responsiveContentEnabled
java.lang.Boolean responsiveContentEnabled
Enables or disables displaying content in responsive layout.
- Since:
- UES8-22
-
myTerritoryUri
UESURI myTerritoryUri
Normalized UESURI of the territory the personal role is contained in.
Never null.
- Since:
- UES6-06
-
myRoleUri
UESURI myRoleUri
Normalized UESURI of the personal role. Never null.
- Since:
- UES6-06
-
myArtifactUri
UESURI myArtifactUri
Normalized UESURI of the personal role's artifact. Never null.
- Since:
- UES6-06
-
myWorkspaceUri
UESURI myWorkspaceUri
Normalized UESURI of the personal role's workspace folder. Never null.
- Since:
- UES6-06
-
preferredTerritoryUri
UESURI preferredTerritoryUri
Normalized UESURI of the preferred territory. It is the preferred
territory of the user identified by the personal role. Null when no
preferred territory is set for the personal role.
- Since:
- UES6-06
-
preferredAccessRoleUri
UESURI preferredAccessRoleUri
Normalized UESURI of the access role in the preferred territory. It is
the access role of the user identified by the personal role. Null when no
preferred territory is set for the personal role.
- Since:
- UES6-06
-
preferredRoleUri
UESURI preferredRoleUri
Normalized UESURI of the preferred role in the preferred territory. Those
are the preferred territory and the preferred role of the user identified
by the personal role. Null when no preferred territory is set for the
personal role or no preferred role is set in the territory.
- Since:
- UES6-06
-
preferredArtifactUri
UESURI preferredArtifactUri
Normalized UESURI of the preferred role's artifact in the preferred
territory. Those are the preferred territory and the preferred role of
the user identified by the personal role. Null when no preferred
territory is set for the personal role or no preferred role is set in the
territory.
- Since:
- UES6-06
-
preferredWorkspaceUri
UESURI preferredWorkspaceUri
Normalized UESURI of the preferred role's workspace folder in the
preferred territory. Those are the preferred territory and the preferred
role of the user identified by the personal role. Null when no preferred
territory is set for the personal role or no preferred role is set in the
territory.
- Since:
- UES6-06
-
globalLoginEnabled
java.lang.Boolean globalLoginEnabled
Specifies whether the user global login is enabled. Never null.
- Since:
- {version}
-
bookmarksLocationUri
UESURI bookmarksLocationUri
Location of user bookmarks. The location is a Folder or Organizational
Unit of the same territory as the Personal Role, or it is not set at all.
- Since:
- {version}
-
portletsMode
java.lang.String portletsMode
Specifies whether the portlet area is displayed. Never null.
- Since:
- {version}
-
portletsMobileMode
java.lang.String portletsMobileMode
Specifies whether the portlet area is displayed on mobile devices. If
DEFAULT is set, it will be determined by portlets_mode. Never null.
- Since:
- {version}
-
portlets
java.util.List<E> portlets
List of portlets displayed in the portlet area. The value is an array of
portlet codes defined in UU::OS::PersonalRole::PersonalRolePortlet, e.g.
["NAVIGATION", "NEW_ACTIVITIES", "TABLE_OF_CONTENTS",
"ARTIFACT_INFORMATION]. The maximum allowed number of portlets is 5.
Never null.
- Since:
- {version}
-
bookmarksToNavigator
java.lang.Boolean bookmarksToNavigator
Enables or disables the automatic saving of links to artifacts in the navigator.
Setting this attribute may not have any effect if the UC for adding bookmarks to the navigator is not available for the given personal role.
- Since:
- {version}