@UESService public interface UESMetaModel
| Modifier and Type | Field and Description | 
|---|---|
static UESURI | 
BETYPE_METAMODEL
URI of organizational unit business entity 
 | 
| Modifier and Type | Method and Description | 
|---|---|
UESURI | 
create(UESURI locationUri,
Creates a new meta model. 
 | 
void | 
delete(UESURI metaModelUri)
This command deletes the specified meta model from the system. 
 | 
UESURI | 
export(UESURI metaModelUri,
The command exports a meta model to a DataFile, which is saved to the Export Storage. 
 | 
UESMetaModelAttributes | 
getAttributes(UESURI metaModelUri)
This command returns attributes representing the meta model specified by the metaModelUri parameter. 
 | 
UESResultList<UESMetaModelEntryAttributes,UESMetaModelGetEntryList> | 
getEntryList(UESURI metaModelUri,
This command returns a list of entries (artifacts, meta artifacts, meta interfaces, containers, meta model dictionaries or shortcuts)
 enlisted in the specified meta model dictionary. 
 | 
UESStreamHandler | 
getExportData(UESURI metaModelUri,
The command returns a data file generated by the export command. 
 | 
UESURI | 
setAttributes(UESURI metaModelUri,
Command for setting attributes of a meta model. 
 | 
UESMetaModelCreate DTO. Competent role for the meta model will be selected as the most suitable according to
 specified container and meta artifact (executive/authorized role with connected interface), or can be also specified in
 UESMetaModelCreate DTO.locationUri - UESURI of the folder/org. unit/meta model where meta model will be created.metaModel - DTO containing attributes of the new meta model.UESMetaModelRTExceptionmetaModelUri - UESURI of a meta model whose attributes are returnedUESMetaModelRTExceptionmetaModelUri - UESURI of the meta model whose attributes are to be changedmetaModel - DTO containing new attributes the meta modelUESMetaModelRTExceptionmetaModelUri - UESURI of the meta model which is about to be deleted.UESMetaModelRTExceptionmetaModelUri - UESURI of the meta model dictionary from where entries are listed.criteria - DTO containing criteria. Available parameters are: name, code and
          entityTypeUri.UESMetaModelRTExceptionmetaModelUri - UESURI of the meta model to exportmetaModel - DTO that contains attributes of the export processUESMetaModelRTExceptionmetaModelUri - UESURI of the meta model we want to get the exported file from.metaModel - DTO that contains attributes concerning the file returned.UESMetaModelRTException