@DTO public class UESActivityStateTemplateSetAttributes extends java.lang.Object
UESActivityStateTemplate.setAttributes(UESURI, UESActivityStateTemplateSetAttributes)
.Modifier and Type | Field and Description |
---|---|
private java.lang.String |
code
The new code of the activity state template.
|
private java.lang.String |
description
The new description of the activity state template.
|
private UESActivityStateVisibility[] |
digitalWorkspaceVisibility
Set 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
UESURI of the new activity state template's icon.
|
private java.lang.String |
name
The new name of the activity state template.
|
private java.lang.Integer |
order
Order of the activity state template.
|
private UESActivityStateParticipant[] |
participants
Set of participants who can set activity state according to this template.
|
private UESActivityStateSubtype |
subtype
The new subtype of the activity state template.
|
Constructor and Description |
---|
UESActivityStateTemplateSetAttributes()
Empty constructor.
|
UESActivityStateTemplateSetAttributes(java.lang.String name,
Full constructor.
|