Class WorkflowOutputParameterImpl

java.lang.Object
org.galaxyproject.gxformat2.v19_09.utils.SavableImpl
org.galaxyproject.gxformat2.v19_09.WorkflowOutputParameterImpl
All Implemented Interfaces:
Documented, Identified, OutputParameter, Parameter, Savable, WorkflowOutputParameter

Auto-generated class implementation for https://galaxyproject.org/gxformat2/v19_09#WorkflowOutputParameter
Describe an output parameter of a workflow. The parameter must be connected to one parameter defined in the workflow that will provide the value of the output parameter. It is legal to connect a WorkflowInputParameter to a WorkflowOutputParameter.
  • Constructor Details

    • WorkflowOutputParameterImpl

      public WorkflowOutputParameterImpl(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_)
      Used by RootLoader to construct instances of WorkflowOutputParameterImpl.
      Parameters:
      __doc_ - Document fragment to load this record object from (presumably a Map).
      __baseUri_ - Base URI to generate child document IDs against.
      __loadingOptions - Context for loading URIs and populating objects.
      __docRoot_ - ID at this position in the document (if available) (maybe?)
      Throws:
      ValidationException - If the document fragment is not a Map or validation of fields fails.
  • Method Details