module:model/DSWorkflowIndexOfExpression

module:model/DSWorkflowIndexOfExpression

new module:model/DSWorkflowIndexOfExpression(searchText, text, type)

Source:

Constructs a new DSWorkflowIndexOfExpression.

Parameters:
Name Type Description
searchText Object

Reference of #/definitions/StringOrVariableOrTransformation. Object stands for a String or a Variable or a Transformation. This object should be any of the following object models or types: [string, #/definitions/DSWorkflowVariable, #/definitions/DSWorkflowTransformationExpression]

text Object

Reference of #/definitions/StringOrVariableOrTransformation. Object stands for a String or a Variable or a Transformation. This object should be any of the following object models or types: [string, #/definitions/DSWorkflowVariable, #/definitions/DSWorkflowTransformationExpression]

type module:model/DSWorkflowTransformationExpressionTypesIndexOfExpression

Members

(inner) searchText :Object

Source:

Reference of #/definitions/StringOrVariableOrTransformation. Object stands for a String or a Variable or a Transformation. This object should be any of the following object models or types: [string, #/definitions/DSWorkflowVariable, #/definitions/DSWorkflowTransformationExpression]

Type:
  • Object

(inner) text :Object

Source:

Reference of #/definitions/StringOrVariableOrTransformation. Object stands for a String or a Variable or a Transformation. This object should be any of the following object models or types: [string, #/definitions/DSWorkflowVariable, #/definitions/DSWorkflowTransformationExpression]

Type:
  • Object

(inner) type :module:model/DSWorkflowTransformationExpressionTypesIndexOfExpression

Source:
Type:
  • module:model/DSWorkflowTransformationExpressionTypesIndexOfExpression

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated DSWorkflowIndexOfExpression instance.

Type
module:model/DSWorkflowIndexOfExpression