@DTO public class UESActivityTemplateCreate extends java.lang.Object
UESActivityTemplate.create(UESURI, UESActivityTemplateCreate).| Modifier and Type | Field and Description | 
|---|---|
private java.lang.Boolean | 
allowAsSubactivityTemplate
Parameter specifies whether this activity template will be usable as a template for subactivities. 
 | 
private java.lang.Boolean | 
allowCreationThroughUi
Parameter specifies whether activities can be created according to this activity template through
 the user interface or not. 
 | 
private java.lang.Boolean | 
allowExecutiveRoleChange
Parameter specifies whether Specifies whether the executive role of the activities created according to this
 template can be changed. 
 | 
private java.lang.Boolean | 
allowSubactivities
Parameter 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 new 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 new activity template. 
 | 
private java.lang.String | 
duration
Parameter specifies the duration of the activity template. 
 | 
private UESURI | 
executiveRoleUri
UESURI of the executive role for the activities created according to this template. 
 | 
private java.lang.Object | 
expiration
Parameter specifies how long after the expected completion date the activities created according
 to this template should be automatically terminated. 
 | 
private UESURI | 
iconUri
UESURI of the new activity template's icon. 
 | 
private java.lang.String | 
name
Name of the new activity template. 
 | 
private java.lang.String | 
notification
Parameter specifies the default time from creation of the activity to its expected completion. 
 | 
private UESURI | 
relatedObjectUri
UESURI of the artifact or object which is somehow related to the activity template. 
 | 
private UESActivityType | 
type
Type of the new activity template. 
 | 
| Constructor and Description | 
|---|
UESActivityTemplateCreate()
Empty constructor. 
 | 
UESActivityTemplateCreate(java.lang.String name,
Full constructor. 
 | 
UESActivityTemplateCreate(java.lang.String name,
Minimal constructor. 
 | 
UESActivityTemplateCreate(java.lang.String name,
Minimal constructor for templates of subactivities. 
 |