@UESService public interface MetaUseCaseRealization
Modifier and Type | Field and Description |
---|---|
static UESURI |
BETYPE_META_USE_CASE_REALIZATION
URI of UseCaseRealization business entity.
|
Modifier and Type | Method and Description |
---|---|
UESURI |
copy(UESURI sourceMetaArtifactUri,
Copy a meta use case realization.
|
MetaUseCaseRealizationAttributes |
getAttributes(UESURI metaUseCaseRealizationUri)
This command returns attributes representing the meta use case realization specified by the metaUseCaseRealizationUri parameter.
|
UESURI |
setAttributes(UESURI metaUseCaseRealizationUri,
The command for setting attributes of a specified meta use case realization.
|
sourceMetaArtifactUri
- UESURI of the meta use case realization which will be copied.metaUseCaseRealization
- DTO containing attributes of the new meta use case realization copy.MetaUseCaseRealizationRTException
metaUseCaseRealizationUri
- UESURI of a meta use case realization whose attributes are returned.MetaUseCaseRealizationRTException
metaUseCaseRealizationUri
- UESURI of the meta use case realization.metaUseCaseRealization
- DTO containing new attributes of the meta use case realization.MetaUseCaseRealizationRTException