@DTO @XMLBindable public class UESFolderCreate extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
code
Code of the new folder.
|
private UESURI |
competentRoleUri
UESURI of the competent role.
|
private java.lang.String |
description
Description of the folder.
|
private java.lang.Boolean |
dryRun
Specifies whether this is only a test run to verify that the object can be created.
|
private UESURI |
iconUri
URI of the folder's icon.
|
private UESURI |
metaArtifactUri
UESURI of the meta artifact.
|
private java.lang.String |
name
Name of the folder.
|
private UESSecurityLevel |
securityLevel
Security level.
|
Constructor and Description |
---|
UESFolderCreate(UESURI metaArtifactUri, |
UESFolderCreate(UESURI metaArtifactUri, |
UESFolderCreate(UESURI metaArtifactUri, |
UESFolderCreate(UESURI metaArtifactUri, |
UESFolder.create(UESURI, UESFolderCreate)
, will be used. If no role is
authorized to create artifact into specified container, create command will fail. If selected role has not connected role interface
with selected meta artifact, create command will fail.