@UESService public interface UESMetaAccessRole
| Modifier and Type | Field and Description | 
|---|---|
static UESURI | 
BETYPE_ACCESSROLE
URI of meata access role business entity. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addRoleInterface(UESURI metaAccessRoleUri,
This command creates new role interface connection to the specified meta access role. 
 | 
UESURI | 
copy(UESURI sourceMetaArtifactUri,
Copy a meta access role. 
 | 
UESURI | 
create(UESURI locationUri,
Deprecated. 
 
This command is backward incompatible (older versions of the meta artifact's XML can be unsupported). New commands will be
             prepared for creating object templates. 
 | 
UESURI | 
export(UESURI metaAccessRoleUri,
The command exports a meta access role to a DataFile, which is saved to the Export Storage. 
 | 
UESMetaAccessRoleAttributes | 
getAttributes(UESURI metaAccessRoleUri)
This command returns attributes representing the meta access role role specified by the metaAccessRoleRoleUri parameter. 
 | 
UESStreamHandler | 
getExportData(UESURI metaAccessRoleUri,
The command returns a data file generated by the export command. 
 | 
UESResultList<UESMetaAccessRoleGetRoleInterfaceListItem,UESMetaAccessRoleGetRoleInterfaceList> | 
getRoleInterfaceList(UESURI metaAccessRoleUri,
Returns list of the role interfaces that are added to the specified meta access role. 
 | 
void | 
removeRoleInterface(UESURI metaAccessRoleUri,
The command removes role interface connection from the specified meta access role. 
 | 
UESURI | 
setAttributes(UESURI metaAccessRoleUri,
Command for setting attributes of a meta access role. 
 | 
metaAccessRoleUri - UESURI of a meta access role whose attributes are returnedUESMetaAccessRoleRTExceptionmetaAccessRoleUri - UESURI of a meta access role whose attributes shall be modifiedmetaAccessRole - DTO containing new attributes of the meta access roleUESMetaAccessRoleRTExceptionmetaAccessRoleUri - UES URI of the meta access role where the role interface will be addedroleInterface - DTO containing role interface that to be addedUESMetaAccessRoleRTExceptionmetaAccessRoleUri - UES URI of the meta access role where the role interface will be removedroleInterface - DTO containing role interface that to be removedUESMetaAccessRoleRTExceptionmetaAccessRoleUri - UES URI of the meta access role for which the added role interfaces are to be listedcriteria - DTO containing criteria for listing added role interfacesUESMetaAccessRoleRTExceptionsourceMetaArtifactUri - UESURI of the meta access role which will be copied.metaAccessRole - DTO containing attributes of the new meta access role copy.UESMetaAccessRoleRTExceptionmetaAccessRoleUri - UESURI of the meta access role to exportmetaAccessRole - DTO that contains attributes of the export processUESMetaAccessRoleRTExceptionmetaAccessRoleUri - UESURI of the meta access role we want to get the exported file from.metaAccessRole - DTO that contains attributes concerning the file returned.UESMetaAccessRoleRTExceptionlocationUri - UESURI of the Meta Model Dictionary where new Meta Access Role is created.metaAccessRole - DTO that contains attributes of the new Meta Access Role.UESURI - of the new Meta Access Role.UESMetaAccessRoleRTException