@UESService public interface UESMetaRole
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BEMETAROLE_CODE
Code of meta role business entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addRoleInterface(UESURI metaRoleUri,
This command creates new role interface connection to the specified meta role.
|
UESURI |
copy(UESURI sourceMetaArtifactUri,
Copy a meta 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 metaRoleUri,
The command exports a meta role to a DataFile, which is saved to the Export Storage.
|
UESMetaRoleAttributes |
getAttributes(UESURI metaRoleUri)
This command returns attributes representing the meta role specified by the metaRoleUri parameter.
|
UESStreamHandler |
getExportData(UESURI metaRoleUri,
The command returns a data file generated by the export command.
|
UESResultList<UESMetaRoleGetRoleInterfaceListItem,UESMetaRoleGetRoleInterfaceList> |
getRoleInterfaceList(UESURI metaRoleUri,
Returns list of the role interfaces that are added to the specified meta role.
|
void |
removeRoleInterface(UESURI metaRoleUri,
The command removes role interface connection from the specified meta role.
|
UESURI |
setAttributes(UESURI metaRoleUri,
Command for setting attributes of a meta role.
|
metaRoleUri - UESURI of a meta role whose attributes are returnedUESMetaRoleRTExceptionmetaRoleUri - UESURI of the meta role whose attributes are to be setmetaRole - DTO containing new attributes of the meta roleUESMetaRoleRTExceptionsourceMetaArtifactUri - UESURI of the meta role which will be copied.metaRole - DTO containing attributes of the new meta role copy.UESMetaRoleRTExceptionmetaRoleUri - UES URI of the meta role where the role interface will be addedroleInterface - DTO containing role interface that to be addedUESMetaRoleRTExceptionmetaRoleUri - UES URI of the meta role for which the added role interfaces are to be listedcriteria - DTO containing criteria for listing added role interfacesUESMetaRoleRTExceptionmetaRoleUri - UES URI of the meta role where the role interface will be removedroleInterface - DTO containing role interface that to be removedUESMetaRoleRTExceptionmetaRoleUri - UESURI of the meta role to exportmetaRole - DTO that contains attributes of the export processUESMetaRoleRTExceptionmetaRoleUri - UESURI of the meta role we want to get the exported file from.metaRole - DTO that contains attributes concerning the file returned.UESMetaRoleRTExceptionlocationUri - UESURI of the Meta Model Dictionary where new Meta Role is created.metaRole - DTO that contains attributes of the new Meta Role.UESMetaRoleRTException