@DTO public class UESArtifactStateTemplateCreate extends java.lang.Object
UESArtifactStateTemplate#create(UESURI, UESArtifactStateTemplateCreate)
.Modifier and Type | Field and Description |
---|---|
private java.lang.String |
code
Code of the new artifact state template.
|
private java.lang.Boolean |
createActivityTemplate
By setting this parameter to true, the user ensures that an activity for setting this state to artifacts
will be created after the creation of the artifact state template is finished.
|
private java.lang.String |
description
Description of the new artifact state template.
|
private java.lang.Boolean |
entryState
After an artifact is created from the related meta artifact, it will be set into the state
marked as the entry state.
|
private UESURI |
iconUri
Icon of the new artifact state template.
|
private java.lang.String |
name
Name of the new artifact state template.
|
private java.lang.Integer |
order
Order of the artifact state template.
|
private UESArtifactStateType |
type
Type of the new artifact state template.
|
Constructor and Description |
---|
UESArtifactStateTemplateCreate()
Empty constructor.
|
UESArtifactStateTemplateCreate(java.lang.String name,
Full constructor.
|
UESArtifactStateTemplateCreate(java.lang.String name,
Minimal constructor.
|