module:model/DSWorkflowReplaceExpression

module:model/DSWorkflowReplaceExpression

new module:model/DSWorkflowReplaceExpression(newText, oldText, text, type)

Source:

Constructs a new DSWorkflowReplaceExpression.

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

oldText 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/DSWorkflowTransformationExpressionTypesReplaceExpression

Members

(inner) newText :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) oldText :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/DSWorkflowTransformationExpressionTypesReplaceExpression

Source:
Type:
  • module:model/DSWorkflowTransformationExpressionTypesReplaceExpression

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated DSWorkflowReplaceExpression instance.

Type
module:model/DSWorkflowReplaceExpression