@DTO public class UESActivityStateTemplateCreate extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
code
Code of the new activity state template.
|
private java.lang.String |
description
Description of the new activity state template.
|
private UESActivityStateVisibility[] |
digitalWorkspaceVisibility
List of roles which will get a digital workspace record in their digital workspace in the case when an activity is set
to the state which is created according to this activity state template.
|
private java.lang.Boolean |
entryState
After an activity is created according to an activity template, it will be set into the state
marked as the entry state.
|
private java.lang.Boolean |
exitState
There is always just one activity state template marked as the exit state on every activity template.
|
private UESURI |
iconUri
Icon of the new activity state template.
|
private java.lang.String |
name
Name of the new activity state template.
|
private java.lang.Integer |
order
Order of the new activity state template.
|
private UESActivityStateParticipant[] |
participants
List of participants who can set the activity state according to this template.
|
private UESActivityStateSubtype |
subtype
Subtype of the new activity state template.
|
private UESActivityStateType |
type
Type of the new activity state template.
|
Constructor and Description |
---|
UESActivityStateTemplateCreate()
Empty constructor.
|
UESActivityStateTemplateCreate(java.lang.String name,
Full constructor.
|
UESActivityStateTemplateCreate(java.lang.String name,
Minimal constructor.
|
UESActivityStateType}
UESActivityStateParticipant}
UESActivityStateVisibility}