@DTO public class CommandCreate extends java.lang.Object
Command.create(UESURI, CommandCreate).| Modifier and Type | Field and Description |
|---|---|
private java.lang.Boolean |
asynchronous
Flag if command is asynchronous.
|
private java.lang.String |
code
Code of the new command.
|
private UESURI |
competentRoleUri
UESURI of the competent role.
|
private java.lang.String |
controllerUrlPath
Part of controller URL path.
|
private java.lang.String |
description
Description of the new command.
|
private UESURI |
iconUri
UESURI of the command's icon.
|
private UESURI |
metaArtifactUri
UESURI of the meta artifact.
|
private java.lang.String |
name
Name of the new command.
|
private UESSecurityLevel |
securityLevel
Security level.
|
| Constructor and Description |
|---|
CommandCreate(UESURI metaArtifactUri,
Minimal constructor for the command creation.
|
CommandCreate(UESURI metaArtifactUri,
Enough constructor for the command creation.
|
CommandCreate(UESURI metaArtifactUri,
Maximal constructor for the command creation.
|
metaArtifactUri - name - code - description - competentRoleUri - securityLevel - iconUri - controllerUrlPath -