@DTO public class UESActivityActionCreate extends java.lang.Object
UESActivityAction.create(UESURI, UESActivityActionCreate)
.Modifier and Type | Field and Description |
---|---|
private UESURI |
activityStateTemplateUri
UESURI of an activity state template which is related to the activity template or its instance
set as the main entity.
|
private java.lang.String |
code
Code of the new activity action.
|
private UESURI |
macroUri
UESURI of an artifact created according to a meta artifact for macro.
|
private UESURI |
targetActivityStateTemplateUri
UESURI of an activity state template.
|
private UESURI |
targetArtifactStateTemplateUri
UESURI of an artifact state template which is related to the specific meta artifact according
to the entered main entity.
|
private UESActivityActionType |
type
Type of the new activity action.
|
Constructor and Description |
---|
UESActivityActionCreate()
Empty constructor.
|
UESActivityActionCreate(java.lang.String code,
Full constructor.
|
UESActivityActionCreate(UESActivityActionType type)
Minimal constructor (without type-dependent attributes).
|