@UESService public interface UESMetaArtifact
Modifier and Type | Method and Description |
---|---|
UESURI |
copy(UESURI sourceMetaArtifactUri,
Copy a meta artifact.
|
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 metaArtifactUri,
The command exports a meta artifact to a DataFile, which is saved to the Export Storage.
|
UESMetaArtifactAttributes |
getAttributes(UESURI metaArtifactUri)
This command returns attributes representing the meta artifact specified by the metaArtifactUri parameter.
|
UESMetaArtifactDefaultPresentationAttributes |
getDefaultPresentationAttributes(UESURI metaArtifactUri)
Retrieves an artifact presentation template.
|
UESStreamHandler |
getExportData(UESURI metaArtifactUri,
The command returns a data file generated by the export command.
|
UESMetaArtifactPresentationAttributes |
getPresentationAttributes(UESURI metaArtifactUri)
Retrieves meta artifact presentation settings.
|
UESURI |
setAttributes(UESURI metaArtifactUri,
Command for setting attributes of a meta artifact.
|
UESURI |
setDefaultPresentationAttributes(UESURI metaArtifactUri,
Configures an artifact presentation template.
|
UESURI |
setPresentationAttributes(UESURI metaArtifactUri,
Configures meta artifact presentation settings.
|
metaArtifactUri
- UESURI of a meta artifact whose attributes are returnedUESMetaArtifactRTException
metaArtifactUri
- UESURI of a meta artifact whose attributes are returnedmetaArtifact
- DTO containing new attributes of the meta artifactUESMetaArtifactRTException
UESMetaArtifactCopy
DTO.
Only basic meta artifact types can be copied by this command (no meta role, meta group, etc.). Competent role for the new meta artifact
copy 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 UESMetaArtifactCopy
DTO.sourceMetaArtifactUri
- UESURI of the meta artifact which will be copied.metaArtifact
- DTO containing attributes of the new meta artifact copy.UESMetaArtifactRTException
artifactUri
- UESURI of the meta artifact to exportmetaArtifact
- DTO that contains attributes of the export processUESMetaArtifactRTException
locationUri
- UESURI of the Meta Model Dictionary where new Meta Artifact is created.metaArtifact
- DTO that contains attributes of the new Meta Artifact.UESMetaArtifactRTException
metaArtifactUri
- UESURI of the meta artifact we want to get the exported file from.metaArtifact
- DTO that contains attributes concerning the file returned.UESMetaArtifactRTException
metaArtifactUri
- UESURI of the meta artifact whose presentation template is to be changed.presentation
- DTO containing presentation template values.UESMetaArtifactRTException
metaArtifactUri
- UESURI of the meta artifact whose presentation template is to be retrieved.UESMetaArtifactRTException
metaArtifactUri
- UESURI of the meta artifact whose presentation settings are to be changed.presentation
- DTO containing presentation settings.UESMetaArtifactRTException
metaArtifactUri
- UESURI of the meta artifact whose presentation settings are to be retrieved.UESMetaArtifactRTException