Find out whether or not the given parameter Id is contained in the object.
Find out whether or not the given parameter Id is contained in the object.
The Id of the parameter that we want to search for.
true if the parameter is contained. false otherwise.
Get the chorus file stored added by a "ChorusFileSelector" parameter.
Get the chorus file stored added by a "ChorusFileSelector" parameter. The return type is a case class with a id and a name field.
If no file was selected, this will return None.
Get the value of a parameter as a double.
Get the value of a parameter as a double.
The parameter Id that was used with an input field in the OperatorDialog object.
The parameter value as a double.
Get the value of a parameter as an integer.
Get the value of a parameter as an integer.
The parameter Id that was used with an input field in the OperatorDialog object.
The parameter value as an integer.
Get an iterator of parameter Ids.
Get an iterator of parameter Ids.
An iterator of parameter Ids.
Get the string array value of a parameter (a checkboxes parameter).
Get the string array value of a parameter (a checkboxes parameter).
The parameter Id of the multi item selector (checkboxes).
An array of selected values.
Get the value of a parameter as a string.
Get the value of a parameter as a string. If the parameter is a TabularColumnDropDownBox then this returns the same value as "getTabularDatasetSelectedColumn". If it is a chorus file object, then it will return the WorkfileId (e.g. the same as getChorusFile.workfileId) It will throw an exception if the param is one of the following types: TabularColumnCheckboxes, Checkboxes.
The parameter Id that was used with an input field in the OperatorDialog object.
The parameter value as a string.
Get the selected column from a tabular dataset output of an input operator.
Get the selected column from a tabular dataset output of an input operator. NOTE: If the parameter was not required and the user didn't select a column this will return an empty string.
The parameter Id of the column dropdown dialog element.
A tuple of a source operator name and a selected column name.
Get the selected column from a tabular dataset output of an input operator.
Get the selected column from a tabular dataset output of an input operator. This is a Java-friendly version. NOTE: If the parameter was not required and the user didn't select a column this will return an empty string.
The parameter Id of the column dropdown dialog element.
The selected column name.
Get the selected columns from a tabular dataset output of an input operator.
Get the selected columns from a tabular dataset output of an input operator. This is a Java-friendly version. NOTE: If the parameter was not required and the user did not input a value then this method will return and empty array.
The parameter Id of the column checkboxes dialog element.
An array of selected column names.
Get the selected columns from a tabular dataset output of an input operator.
Get the selected columns from a tabular dataset output of an input operator. NOTE: If the parameter was not required and the user did not input a value then this method will return and empty array.
The parameter Id of the column checkboxes dialog element.
A tuple of a source operator name and an array of selected column names.
Get the value of a parameter as a reference object.
Get the value of a parameter as a reference object.
The parameter Id that was used with an input field in the OperatorDialog object.
The parameter value as a reference object.