new module:model/DSLoopStep(expression, id, loopSteps, name, type)
- Source:
Constructs a new DSLoopStep.
Parameters:
| Name | Type | Description |
|---|---|---|
expression |
module:model/DSWorkflowComparisonExpression | |
id |
String | |
loopSteps |
Array:.<Object:> | A list of #/definitions/DSWorkflowStep. Each element is: A DS Workflow Step. This object should be any of the following object models: [#/definitions/DSServiceStep, #/definitions/DSTransformationStep, #/definitions/DSDocGenStep, #/definitions/DSSignStep] |
name |
String | |
type |
module:model/DSWorkflowStepTypesLoop |
Members
(inner) expression :module:model/DSWorkflowComparisonExpression
- Source:
Type:
(inner) id :String
- Source:
Type:
- String
(inner) loopSteps :Array:.<Object:>
- Source:
A list of #/definitions/DSWorkflowStep. Each element is: A DS Workflow Step. This object should be any of the following object models: [#/definitions/DSServiceStep, #/definitions/DSTransformationStep, #/definitions/DSDocGenStep, #/definitions/DSSignStep]
Type:
(inner) name :String
- Source:
Type:
- String
(inner) type :module:model/DSWorkflowStepTypesLoop
- Source:
Type:
- module:model/DSWorkflowStepTypesLoop
Methods
(static) constructFromObject(data, obj) → {module:model/DSLoopStep}
- Source:
Constructs a DSLoopStep from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.
Parameters:
| Name | Type | Description |
|---|---|---|
data |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/DSLoopStep | Optional instance to populate. |
Returns:
The populated DSLoopStep instance.