module:model/DSDoUntilStep

module:model/DSDoUntilStep

new module:model/DSDoUntilStep(doSteps, expression, id, name, type)

Source:

Constructs a new DSDoUntilStep.

Parameters:
Name Type Description
doSteps 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]

expression module:model/DSWorkflowComparisonExpression
id String
name String
type module:model/DSWorkflowStepTypesDoUntil

Members

(inner) doSteps :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:
  • Array:.<Object:>

(inner) expression :module:model/DSWorkflowComparisonExpression

Source:
Type:

(inner) id :String

Source:
Type:
  • String

(inner) name :String

Source:
Type:
  • String

(inner) type :module:model/DSWorkflowStepTypesDoUntil

Source:
Type:
  • module:model/DSWorkflowStepTypesDoUntil

Methods

(static) constructFromObject(data, obj) → {module:model/DSDoUntilStep}

Source:

Constructs a DSDoUntilStep 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/DSDoUntilStep

Optional instance to populate.

Returns:

The populated DSDoUntilStep instance.

Type
module:model/DSDoUntilStep