@DTO public class UESMetaAccessRoleSetAttributes extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
code
The new code of the meta access role.
|
private UESArtifactType |
defaultArtifactType
Specifies new default artifact type of the created access role according to meta access role.
|
private java.lang.String |
defaultCode
Specifies new default code of the created access role according to meta access role.
|
private UESURI |
defaultIconUri
Specifies new default icon of the created access role according to meta access role (specified in metaAccessRoleUri).
|
private java.lang.String |
defaultName
Specifies new default name of the created access role according to meta access role.
|
private java.lang.Boolean |
defaultSearchableInTerritory
Specifies if it is possible to search for the access role created according to the meta access role in its territory.
|
private UESSecurityLevel |
defaultSecurityLevel
Specifies new default security level of the created access role according to meta access role.
|
private java.lang.String |
description
The new description of the meta access role.
|
private UESURI |
iconUri
UESURI of the new meta access role's icon.
|
private java.lang.String |
name
The new name of the meta access role.
|
private UESSecurityLevel |
securityLevel
The new security level of the meta access role.
|
Constructor and Description |
---|
UESMetaAccessRoleSetAttributes(java.lang.String name, |