@DTO public class UESAccessRoleAttributes extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private UESArtifactType |
artifactType
Deprecated.
Deprecated since UES8-14. Always returns null.
|
private java.lang.String |
avatarUri
UES URI or URL of image which represents access role's avatar (user photo).
|
private java.lang.String |
code
Code of the personal access role.
|
private UESURI |
companyUri
URI of the compay in which the personal access role lies.
|
private UESURI |
competentRoleUri
URI of the competent role.
|
private java.lang.Boolean |
componentContent
Defines whether the primarily displayed content of the created Role is component content.
|
private java.lang.String |
creationStamp
Creation stamp of the access role.
|
private java.util.Date |
creationTime
Creation time of the access role.
|
private java.lang.String |
description
Description of the personal access role.
|
private UESURI |
entityTypeUri
UESURI of the entity type of the access role (see @{cz.ues.platform.sysc.entitytype.UESEntityType} for more info).
|
private java.lang.String |
firstName
First name of the personal access role.
|
private java.lang.Boolean |
grantAllFromOrganizationalUnit
Specifies if the access role is be included among All roles from organizational unit.
|
private UESURI |
iconUri
URI of the access role's icon.
|
private UESURI |
locationUri
URI of the personal access role's container.
|
private UESURI |
metaArtifactUri
URI of the meta artifact.
|
private java.lang.String |
modificationStamp
Modification stamp of the access role.
|
private java.util.Date |
modificationTime
Modification time of the access role.
|
private UESURI |
organizationalUnitUri
URI of the organizational unit in which the personal access role lies.
|
private java.lang.Boolean |
searchableInTerritory
Specifies if it is possible to search the access role in its territory.
|
private UESSecurityLevel |
securityClearance
Security clearance of the access role.
|
private UESSecurityLevel |
securityLevel
Security level of the access role.
|
private UESArtifactStateType |
stateType
State type of the access role.
|
private java.lang.String |
surname
Surname of the personal access role.
|
private java.lang.String |
universeId
Universe identifier of the user.
|
private UESURI |
uri
Normalized UESURI of the personal access role.
|
private java.lang.Integer |
version
Version number of the access role.
|
| Constructor and Description |
|---|
UESAccessRoleAttributes(UESURI uri, |
UESAccessRoleAttributes(UESURI uri, |
UESAccessRoleAttributes(UESURI uri,
Creates a new instance of UESAccessRoleAttributes.
|
UESAccessRoleAttributes(UESURI uri, |
UESAccessRoleAttributes(UESURI uri,
Full constructor.
|
UESArtifactType.ORGANIZATIONAL.uri - firstName - surname - code - description - locationUri - organizationalUnitUri - companyUri - metaArtifactUri - universeId - competentRoleUri - artifactType - securityLevel - securityClearance - creationStamp - creationTime - modificationStamp - modificationTime - version - searchableInTerritory - iconUri - grantAllFromOrganizationalUnit - entityTypeUri - stateType -