module:model/WorkflowDefinitionList

module:model/WorkflowDefinitionList

new module:model/WorkflowDefinitionList()

Source:

Constructs a new WorkflowDefinitionList.
Returns a list of workflow definitions' metadata (0 or more).

Members

(inner) count :Number

Source:

Total number of definitions returned

Type:
  • Number

(inner) value :Array:.<module:model/WorkflowDefinitionMetadata:>

Source:

Array of workflow definition metadata

Type:

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated WorkflowDefinitionList instance.

Type
module:model/WorkflowDefinitionList