@DTO public class UESActivityTemplateAttributes extends java.lang.Object
UESActivityTemplate.getAttributes(UESURI).| Modifier and Type | Field and Description | 
|---|---|
private java.lang.Boolean | 
allowAsSubactivityTemplate
Specifies whether this activity template is usable as a template for subactivities. 
 | 
private java.lang.Boolean | 
allowCreationThroughUi
Specifies whether activities can be created according to this template through
 the user interface or not. 
 | 
private java.lang.Boolean | 
allowExecutiveRoleChange
Specifies whether the executive role of the activities created according to this
 template can be changed. 
 | 
private java.lang.Boolean | 
allowSubactivities
Specifies whether it is allowed to create subactivities of the activities created
 according to this template. 
 | 
private java.lang.Boolean | 
blockTimeInCalendar
Specifies whether the activities created according to this template will reserve time
 in the related users' calendars. 
 | 
private java.lang.String | 
code
Code of the activity template. 
 | 
private java.util.Date | 
creationTime
Creation time of the activity template. 
 | 
private UESURI | 
defaultSubactivityTemplateUri
UESURI of the activity template which should be used as the default template
 for subactivities. 
 | 
private java.lang.String | 
description
Description of the activity template. 
 | 
private java.lang.String | 
duration
The duration of the activity template. 
 | 
private UESURI | 
entityTypeUri
UESURI of the entity type of the activity template
 (see @{cz.ues.platform.sysc.entitytype.UESEntityType} for more info). 
 | 
private UESURI | 
executiveRoleUri
UESURI of the executive role for the activities created according to this template. 
 | 
private java.lang.String | 
expiration
Expiration specifies how long after the expected completion date the activities created
 according to this template should be automatically terminated. 
 | 
private java.lang.Boolean | 
generic
Specifies whether the activity template is generic or not. 
 | 
private UESURI | 
iconUri
UESURI of the activity template's icon. 
 | 
private java.lang.Integer | 
level
Specifies the level of nesting of the activity template. 
 | 
private java.util.Date | 
modificationTime
Modification time of the activity template. 
 | 
private java.lang.String | 
name
Name of the activity template. 
 | 
private java.lang.String | 
notification
The time the activity created according to this template should wait after its creation
 before appearing in the Digital Workspace. 
 | 
private UESURI | 
parentActivityTemplateUri
UESURI of the parent activity template. 
 | 
private UESURI | 
relatedObjectUri
UESURI for the artifact or object which is somehow related to the activity template. 
 | 
private UESActivityType | 
type
Type of the activity template. 
 | 
private UESURI | 
uri
UESURI of the activity template. 
 | 
private java.lang.Integer | 
version
Version of the activity template. 
 | 
| Constructor and Description | 
|---|
UESActivityTemplateAttributes()
Empty constructor. 
 | 
UESActivityTemplateAttributes(java.lang.String name,
Full constructor. 
 | 
UESActivityType}