@DTO public class UESActivityCreate extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
private UESActivityType | 
activityType
Specifies the type of the new activity. 
 | 
private java.lang.Boolean | 
allowExecutiveRoleChange
Specifies if it will be possible to change an executive role of the new activity in the future. 
 | 
private java.lang.Boolean | 
allowSubactivities
Specifies if it will be possible to create new child activities on the new activity in the future. 
 | 
private java.lang.Boolean | 
blockTimeInCalendar
Specifies if the calendar should block the time for the time of meeting. 
 | 
private java.lang.String | 
code
Code of the new activity. 
 | 
private UESURI | 
competentRoleUri
The competent role for the activity. 
 | 
private java.lang.Object | 
dateExpiration
Specifies the date when the activity is automatically finished. 
 | 
private java.util.Date | 
dateFrom
Specifies the date when the activity is shown in the related users digital workspace. 
 | 
private java.util.Date | 
dateStart
Specifies the start of the meeting. 
 | 
private java.util.Date | 
dateTo
Specifies the date when the activity should be finished. 
 | 
private java.lang.String | 
description
Description of the new activity. 
 | 
private UESURI[] | 
executiveRoleUris
The executive role or roles of the new activity. 
 | 
private java.lang.Boolean | 
isCompetentRoleParticipating
Specifies if the root activity should be created as a cover activity, in case child activites are created. 
 | 
private java.lang.String | 
name
Name of the new activity. 
 | 
private java.lang.Boolean | 
notify
Specifies whether users who are cast in executiveRoleUris will be notified of the new activity in their 
 Digital Workspace and by e-mail (if they have enabled e-mail notifications in their personal settings). 
 | 
private java.lang.String | 
parameters
Data containing additional information for a macro or other processing tool. 
 | 
private UESURI | 
relatedArtifactUri
Deprecated. 
 
Since UES7-08, use attribute relatedObjectUri. 
 | 
private UESURI | 
relatedObjectUri
Related object of the new activity. 
 | 
private UESURI | 
templateUri
UESURI of the activity template. 
 | 
| Constructor and Description | 
|---|
UESActivityCreate(UESActivityType activityType)
* Minimal constructor for the activity creation using activity type. 
 | 
UESActivityCreate(UESActivityType activityType,
Enough constructor for the activity creation using activity type. 
 | 
UESActivityCreate(UESActivityType activityType,
Maximal constructor for the activity creation using UESActivityType. 
 | 
UESActivityCreate(UESActivityType activityType,
A constructor before adding the attribute dateExpiration. 
 | 
UESActivityCreate(UESActivityType activityType,
Constructor for the activity creation using activity type. 
 | 
UESActivityCreate(UESURI templateUri)
* Minimal constructor for the activity creation using UESURI of activity template. 
 | 
UESActivityCreate(UESURI templateUri,
Enough constructor for the activity creation using UESURI of activity template. 
 | 
UESActivityCreate(UESURI templateUri,
Maximal constructor for the activity creation using UESURI of activity template. 
 | 
UESActivityCreate(UESURI templateUri,
A constructor before adding the attribute dateExpiration. 
 | 
UESActivityCreate(UESURI templateUri,
Constructor for the activity creation using UESURI of activity template. 
 | 
UESActivityType}UESActivityType}