@UESService public interface Command
| Modifier and Type | Field and Description |
|---|---|
static UESURI |
BETYPE_COMMAND
URI of Command business entity.
|
| Modifier and Type | Method and Description |
|---|---|
UESURI |
create(UESURI locationUri,
The command creates a command in a specified meta model.
|
void |
delete(UESURI commandUri)
The command deletes the specified command from the system.
|
CommandAttributes |
getAttributes(UESURI commandUri)
This command returns attributes representing the command specified by the commandUri parameter.
|
UESURI |
setAttributes(UESURI commandUri,
The command for setting attributes of a specified command.
|
CommandCreate DTO.
Competent role for the new command 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 CommandCreate DTO.locationUri - UESURI of the meta model where the command will be created.command - DTO containing attributes of the new command.CommandRTExceptioncommandUri - UESURI of the command which is about to be deleted.CommandRTExceptioncommandUri - UESURI of the command.CommandRTExceptioncommandUri - UESURI of the command.command - DTO containing new attributes of the use case.CommandRTException