@DTO public class CommandAttributes extends java.lang.Object
Command.getAttributes(UESURI)
.Modifier and Type | Field and Description |
---|---|
private UESArtifactType |
artifactType
Artifact type.
|
private java.lang.Boolean |
asynchronous
Flag if command is asynchronous.
|
private java.lang.String |
code
The code of the command.
|
private UESURI |
companyUri
UESURI of the company where the command is located.
|
private UESURI |
competentRoleUri
UESURI of the competent for command.
|
private java.lang.String |
controllerUrlPath
Part of controller URL path.
|
private java.lang.String |
creationStamp
The creation stamp of the command.
|
private java.util.Date |
creationTime
The creation time of the command.
|
private java.lang.String |
description
The description of the command.
|
private UESURI |
entityTypeUri
UESURI of the entity type of the command (see @{cz.ues.platform.sysc.entitytype.UESEntityType} for more info).
|
private UESURI |
iconUri
UESURI of the command's icon.
|
private UESURI |
locationUri
UESURI of the command's container.
|
private UESURI |
metaArtifactUri
UESURI of the meta artifact.
|
private java.lang.String |
modificationStamp
The modification time of the command.
|
private java.util.Date |
modificationTime
The modification stamp of the command.
|
private java.lang.String |
name
The name of the command.
|
private UESURI |
organizationalUnitUri
UESURI of the organizational unit in which the command lies.
|
private UESSecurityLevel |
securityLevel
Security level of the command.
|
private UESURI |
uri
The normalized UESURI of the command.
|
private java.lang.Integer |
version
Version number of the command.
|
Constructor and Description |
---|
CommandAttributes() |
CommandAttributes(UESURI uri, |
UESArtifactType.META
.