@UESService public interface UESMetaGroup
| Modifier and Type | Field and Description |
|---|---|
static UESURI |
BETYPE_GROUP
URI of meata group business entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addRoleInterface(UESURI metaGroupUri,
This command creates new role interface connection to the specified meta group.
|
UESURI |
copy(UESURI sourceMetaArtifactUri,
Copy a meta group.
|
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 metaGroupUri,
The command exports a meta group to a DataFile, which is saved to the Export Storage.
|
UESMetaGroupAttributes |
getAttributes(UESURI metaGroupUri)
This command returns attributes representing the meta group specified by the metaGroupUri parameter.
|
UESStreamHandler |
getExportData(UESURI metaGroupUri,
The command returns a data file generated by the export command.
|
UESResultList<UESMetaGroupGetRoleInterfaceListItem,UESMetaGroupGetRoleInterfaceList> |
getRoleInterfaceList(UESURI metaGroupUri,
Returns list of the role interfaces that are added to the specified meta group.
|
void |
removeRoleInterface(UESURI metaGroupUri,
The command removes role interface connection from the specified meta group.
|
UESURI |
setAttributes(UESURI metaGroupUri,
Command for setting attributes of a meta group.
|
metaGroupUri - UESURI of a meta group whose attributes are returnedUESMetaGroupRTExceptionmetaGroupUri - UESURI of a meta group whose attributes shall be modifiedmetaGroup - DTO containing new attributes of the meta groupUESMetaGroupRTExceptionmetaGroupUri - UES URI of the meta group where the role interface will be addedroleInterface - DTO containing role interface that to be addedUESMetaGroupRTExceptionmetaGroupUri - UES URI of the meta group where the role interface will be removedroleInterface - DTO containing role interface that to be removedUESMetaGroupRTExceptionmetaGroupUri - UES URI of the meta group for which the added role interfaces are to be listedcriteria - DTO containing criteria for listing added role interfacesUESMetaGroupRTExceptionsourceMetaArtifactUri - UESURI of the meta group which will be copied.metaGroup - DTO containing attributes of the new meta group copy.UESMetaGroupRTExceptionmetaGroupUri - UESURI of the meta group to exportmetaGroup - DTO that contains attributes of the export processUESMetaGroupRTExceptionmetaGroupUri - UESURI of the meta group we want to get the exported file from.metaGroup - DTO that contains attributes concerning the file returned.UESMetaGroupRTExceptionlocationUri - UESURI of the Meta Model Dictionary where new Meta Group is created.metaGroup - DTO that contains attributes of the new Meta Group.UESMetaGroupRTException