@DTO public class UESActivityConditionAttributes extends java.lang.Object
UESActivityCondition#getAttributes(UESURI)
.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 UESActivityConditionAttributes[] |
conditionList
The list 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 UESURI |
entityUri
UESURI of the entity (activity instance or activity template) this activity condition is created for.
|
private java.lang.String |
expression
Logical expression of the composed activity condition that describes logical relationships among nested
conditions.
|
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 activity condition.
|
private UESActivityConditionValidityType |
validityType
Validity type of the activity condition.
|
Constructor and Description |
---|
UESActivityConditionAttributes()
Empty constructor.
|
UESActivityConditionAttributes(java.lang.String conditionCode,
Full constructor.
|