@DTO public class UESActivityStateTemplateAttributes extends java.lang.Object
UESActivityStateTemplate.getAttributes(UESURI).| Modifier and Type | Field and Description | 
|---|---|
private UESURI | 
activityTemplateUri
UESURI of the activity template this activity state template is created for. 
 | 
private UESActivityStateParticipant[] | 
availableParticipants
Participants who can set activity state according to this template, 
 to which the current user belongs regarding the specified activity. 
 | 
private java.lang.String | 
code
Code of the activity state template. 
 | 
private java.util.Date | 
creationTime
Creation time of the activity state template. 
 | 
private java.lang.String | 
description
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 UESURI | 
entityTypeUri
UESURI of the entity type of the activity state template
 (see @{cz.ues.platform.sysc.entitytype.UESEntityType} for more info). 
 | 
private java.lang.Boolean | 
entryState
Parameter specifies whether activity states set according to this template are entry states
 of the specified activity. 
 | 
private java.lang.Boolean | 
exitState
Parameter specifies whether activity states set according to this template are exit states
 of the specified activity. 
 | 
private UESURI | 
iconUri
UESURI of the activity state template's icon. 
 | 
private java.util.Date | 
modificationTime
Modification time of the activity state template. 
 | 
private java.lang.String | 
name
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
Subtype of the activity state template. 
 | 
private UESActivityStateType | 
type
Type of the activity state template. 
 | 
private UESURI | 
uri
UESURI of the activity state template. 
 | 
private java.lang.Integer | 
version
Version of the activity state template. 
 | 
| Constructor and Description | 
|---|
UESActivityStateTemplateAttributes()
Empty constructor. 
 | 
UESActivityStateTemplateAttributes(java.lang.String name,
Full constructor. 
 |