Interface
|
Description
|
Application
|
The createComposer method returns a composer object.
|
Composer
|
The getDefaultParameters method returns a property map of composer parameters in the pipeline definition.
The runComposer method runs a pipeline associated with the composer object.
The getParameterLabel method returns the label for the given pipeline parameter.
The getParamDocumentation method returns the documentation for the given pipeline parameter.
The getParamType method returns the type for the given pipeline parameter.
The getParamEnumerationValue method returns all possible values for the enumeration as a string list.
The isParamRequired method determines if the given parameter is required.
|