Interface WorkflowStepOutput
- All Superinterfaces:
Identified
,Savable
- All Known Implementing Classes:
WorkflowStepOutputImpl
Auto-generated interface for https://galaxyproject.org/gxformat2/v19_09#WorkflowStepOutput
This interface is implemented by
This interface is implemented by
WorkflowStepOutputImpl
Associate an output parameter of the underlying process with a workflow parameter. The workflow parameter (given in the `id` field) be may be used as a `source` to connect with input parameters of other workflow steps, or with an output parameter of the process.A unique identifier for this workflow output parameter. This is the identifier to use in the `source` field of `WorkflowStepInput` to connect the output value to downstream parameters.
-
Method Summary
Modifier and TypeMethodDescriptionGetter for property https://galaxyproject.org/gxformat2/v19_09#WorkflowStepOutput/add_tagsGetter for property https://galaxyproject.org/gxformat2/v19_09#WorkflowStepOutput/change_datatypeGetter for property https://galaxyproject.org/gxformat2/v19_09#WorkflowStepOutput/delete_intermediate_datasetsgetHide()
Getter for property https://galaxyproject.org/gxformat2/v19_09#WorkflowStepOutput/hidegetId()
Getter for property https://w3id.org/cwl/cwl#Identified/id
The unique identifier for this object.Getter for property https://galaxyproject.org/gxformat2/v19_09#WorkflowStepOutput/remove_tagsGetter for property https://galaxyproject.org/gxformat2/v19_09#WorkflowStepOutput/renameGetter for property https://galaxyproject.org/gxformat2/v19_09#WorkflowStepOutput/set_columns
-
Method Details
-
getId
Getter for property https://w3id.org/cwl/cwl#Identified/id
The unique identifier for this object. *
-
getAdd_tags
Getter for property https://galaxyproject.org/gxformat2/v19_09#WorkflowStepOutput/add_tags -
getChange_datatype
Getter for property https://galaxyproject.org/gxformat2/v19_09#WorkflowStepOutput/change_datatype -
getDelete_intermediate_datasets
Getter for property https://galaxyproject.org/gxformat2/v19_09#WorkflowStepOutput/delete_intermediate_datasets -
getHide
Getter for property https://galaxyproject.org/gxformat2/v19_09#WorkflowStepOutput/hide -
getRemove_tags
Getter for property https://galaxyproject.org/gxformat2/v19_09#WorkflowStepOutput/remove_tags -
getRename
Getter for property https://galaxyproject.org/gxformat2/v19_09#WorkflowStepOutput/rename -
getSet_columns
Getter for property https://galaxyproject.org/gxformat2/v19_09#WorkflowStepOutput/set_columns
-