@DTO public class UESActivityActionAttributes extends java.lang.Object
UESActivityAction.getAttributes(UESURI)
.Modifier and Type | Field and Description |
---|---|
private UESURI |
activityStateTemplateUri
UESURI of an activity state template.
|
private java.lang.String |
code
Code of the activity action.
|
private java.util.Date |
creationTime
Creation time of the activity action.
|
private UESURI |
entityTypeUri
UESURI of the entity type of the activity action
(see @{cz.ues.platform.sysc.entitytype.UESEntityType} for more info).
|
private UESURI |
entityUri
UESURI of the entity (activity template or activity instance) this activity action
is created for.
|
private UESURI |
macroUri
UESURI of the artifact that represents a macro that will be run after this activity
action is executed.
|
private java.util.Date |
modificationTime
Modification time of the activity action.
|
private UESURI |
targetActivityStateTemplateUri
UESURI of the activity state template that will be set to its related activity template
after this activity action is executed.
|
private UESURI |
targetArtifactStateTemplateUri
UESURI of the artifact state template that will be set to an artifact created according
to the related meta artifact after this activity action is executed.
|
private UESActivityActionType |
type
Type of the activity action.
|
private UESURI |
uri
UESURI of the activity action.
|
private java.lang.Integer |
version
Version of the activity action.
|
Constructor and Description |
---|
UESActivityActionAttributes()
Empty constructor.
|
UESActivityActionAttributes(java.lang.String code,
Full constructor.
|