@UESService public interface UESPersonalRole
Modifier and Type | Method and Description |
---|---|
UESPersonalRoleArtifactPresentationAttributes |
getArtifactPresentationAttributes(UESURI personalRoleUri)
Retrieves user settings of artifact presentation.
|
UESProfileAttributes |
getProfileAttributes(UESURI personalRoleUri)
This command returns profile information of the user.
|
UESResultList<UESTerritoryAttributes,UESPersonalRoleGetTerritoryList> |
getTerritoryList(UESURI personalRoleUri,
This command returns a list of territories the personal role has access to.
|
UESURI |
setArtifactPresentationAttributes(UESURI personalRoleUri,
Configures user settings of artifact presentation.
|
UESURI |
setProfileAttributes(UESURI personalRoleUri,
Sets user's profile attributes.
|
personalRoleUri
- UESURI of the personal role whose territories are listed.criteria
- DTO containing criteria for listing territories. Available parameters are: name
,
code
, preferred
and
type
: UESTerritoryType
.UESPersonalRoleRTException
personalRoleUri
- UESURI of the personal role whose profile attributes are returned.UESPersonalRoleRTException
personalRoleUri
- UESURI of the personal role which represents the user and for which the language settings are modified. Never
null.profile
- Object containing personal profile attributes, contained language can be null.UESPersonalRoleRTException
personalRoleUri
- UESURI of the personal role whose profile attributes are to be configured.attributes
- DTO of presentation attributesUESPersonalRoleRTException
personalRoleUri
- UESURI of the personal role whose profile attributes are to be retrieved.UESPersonalRoleRTException