@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 returnedUESMetaRoleRTException
metaRoleUri
- UESURI of the meta role whose attributes are to be setmetaRole
- DTO containing new attributes of the meta roleUESMetaRoleRTException
sourceMetaArtifactUri
- UESURI of the meta role which will be copied.metaRole
- DTO containing attributes of the new meta role copy.UESMetaRoleRTException
metaRoleUri
- UES URI of the meta role where the role interface will be addedroleInterface
- DTO containing role interface that to be addedUESMetaRoleRTException
metaRoleUri
- UES URI of the meta role for which the added role interfaces are to be listedcriteria
- DTO containing criteria for listing added role interfacesUESMetaRoleRTException
metaRoleUri
- UES URI of the meta role where the role interface will be removedroleInterface
- DTO containing role interface that to be removedUESMetaRoleRTException
metaRoleUri
- UESURI of the meta role to exportmetaRole
- DTO that contains attributes of the export processUESMetaRoleRTException
metaRoleUri
- UESURI of the meta role we want to get the exported file from.metaRole
- DTO that contains attributes concerning the file returned.UESMetaRoleRTException
locationUri
- UESURI of the Meta Model Dictionary where new Meta Role is created.metaRole
- DTO that contains attributes of the new Meta Role.UESMetaRoleRTException