/AWS1/CL_DPIGETPLINDEFNOUTPUT¶
Contains the output of GetPipelineDefinition.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_pipelineobjects TYPE /AWS1/CL_DPIPIPELINEOBJECT=>TT_PIPELINEOBJECTLIST TT_PIPELINEOBJECTLIST¶
The objects defined in the pipeline.
it_parameterobjects TYPE /AWS1/CL_DPIPARAMETEROBJECT=>TT_PARAMETEROBJECTLIST TT_PARAMETEROBJECTLIST¶
The parameter objects used in the pipeline definition.
it_parametervalues TYPE /AWS1/CL_DPIPARAMETERVALUE=>TT_PARAMETERVALUELIST TT_PARAMETERVALUELIST¶
The parameter values used in the pipeline definition.
Queryable Attributes¶
pipelineObjects¶
The objects defined in the pipeline.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PIPELINEOBJECTS() |
Getter for PIPELINEOBJECTS, with configurable default |
ASK_PIPELINEOBJECTS() |
Getter for PIPELINEOBJECTS w/ exceptions if field has no val |
HAS_PIPELINEOBJECTS() |
Determine if PIPELINEOBJECTS has a value |
parameterObjects¶
The parameter objects used in the pipeline definition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARAMETEROBJECTS() |
Getter for PARAMETEROBJECTS, with configurable default |
ASK_PARAMETEROBJECTS() |
Getter for PARAMETEROBJECTS w/ exceptions if field has no va |
HAS_PARAMETEROBJECTS() |
Determine if PARAMETEROBJECTS has a value |
parameterValues¶
The parameter values used in the pipeline definition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARAMETERVALUES() |
Getter for PARAMETERVALUES, with configurable default |
ASK_PARAMETERVALUES() |
Getter for PARAMETERVALUES w/ exceptions if field has no val |
HAS_PARAMETERVALUES() |
Determine if PARAMETERVALUES has a value |