@DTO public class UESActivityConditionCreate extends java.lang.Object
UESActivityCondition.create(UESURI, UESActivityConditionCreate)
.Modifier and Type | Field and Description |
---|---|
private UESURI |
activityStateTemplateUri
UESURI of an activity state template.
|
private UESURI |
artifactStateTemplateUri
UESURI of an artifact state template.
|
private java.lang.String |
conditionCode
Activity condition identifier.
|
private UESActivityConditionCreate[] |
conditionList
Definition of nested conditions of the composed activity condition.
|
private java.util.Date |
dateOfFulfilling
Date of fulfilling of the time condition.
|
private java.lang.String |
delay
Specifies the duration which must be elapsed for condition fulfillment.
|
private java.lang.String |
expression
Logical expression of the composed activity condition.
|
private java.lang.String |
id
Nested activity condition identifier.
|
private UESURI |
previousActivityStateTemplateUri
UESURI of an activity state template.
|
private UESURI |
previousArtifactStateTemplateUri
UESURI of an artifact state template.
|
private java.lang.Boolean |
recurring
Specifies whether the condition will be executed every time when the given conditions are fulfilled
or it will be transformed into a simple time condition after its first evaluation.
|
private UESActivityConditionType |
type
Type of the new activity condition.
|
private UESActivityConditionValidityType |
validityType
Validity type of the activity condition.
|
Constructor and Description |
---|
UESActivityConditionCreate()
Empty constructor.
|
UESActivityConditionCreate(java.lang.String conditionCode,
Full constructor.
|
UESActivityConditionCreate(UESActivityConditionType type,
Full constructor for composed condition.
|
UESActivityConditionCreate(UESActivityConditionType type,
Typical constructor for state condition.
|
UESActivityConditionCreate(UESActivityConditionType type,
Typical constructor for time condition.
|