@DTO public class UESActivityAttributes extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
activityStateComment
Comment of the current activity state.
|
private java.lang.String |
activityStateName
Name of the activity state.
|
private UESActivityStateSubtype |
activityStateSubtype
Subtype of the current activity state.
|
private UESActivityStateType |
activityStateType
Type of the current activity state.
|
private UESActivityType |
activityType
Type of the activity.
|
private java.lang.Boolean |
allowExecutiveRoleChange
Specifies if it is allowed to change the executive role of the activity.
|
private java.lang.Boolean |
allowSubactivities
Specifies if it is allowed to create new subactivities on the activity.
|
private java.lang.Boolean |
blockTimeInCalendar
Specifies if the activity of type
TIME_RESERVATION blocks time in the calendar. |
private java.lang.String |
code
Code of the activity.
|
private UESURI |
competentRoleUri
Normalized UESURI of the competent role of the activity (submitter of the activity).
|
private java.util.Date |
dateExpiration
Date when the activity is automatically finished.
|
private java.util.Date |
dateFinished
When the activity was finished.
|
private java.util.Date |
dateFrom
Date from which the activity is shown in the tasklist.
|
private java.util.Date |
dateStart
Date from which the executive role should perform the activity.
|
private java.util.Date |
dateTo
Date when the executive role should have finished the activity.
|
private java.lang.String |
description
Description of the activity.
|
private UESURI |
entityTypeUri
UESURI of the entity type of the artifact (see @{cz.ues.platform.sysc.entitytype.UESEntityType} for more info).
|
private UESURI |
executiveRoleUri
Normalized UESURI of the executive role of the activity (solver of the activity).
|
private java.lang.String |
name
Name of the activity.
|
private UESURI |
parentActivityUri
Normalized UESURI of the parent activity.
|
private java.lang.Boolean |
recurrent
Identifies whether the activity is recurrent in time.
|
private UESURI |
relatedArtifactUri
Deprecated.
Since UES7-08, use attribute relatedObjectUri.
|
private UESURI |
relatedObjectUri
Related object of the activity.
|
private UESURI |
templateUri
Normalized UESURI of the activity template.
|
private UESURI |
uri
Normalized UESURI of the activity.
|
private java.lang.Integer |
version
Version of the activity.
|
Constructor and Description |
---|
UESActivityAttributes(UESURI uri, |
UESActivityAttributes(UESURI uri, |
UESActivityAttributes(UESURI uri, |
UESActivityAttributes(UESURI uri,
Full constructor.
|
UESActivityAttributes(UESURI uri, |
UESActivityType}
UESActivityType}
TIME_RESERVATION
blocks time in the calendar. Null for activities of all other types.UESActivityType}
UESActivityStateType}
UESActivityStateSubtype}