java.lang.Object
com.genologics.ri.processexecution.ArtifactBase
com.genologics.ri.processexecution.Input
All Implemented Interfaces:
LimsLink<Artifact>, Linkable<Artifact>, Locatable, Serializable

public class Input extends ArtifactBase implements LimsLink<Artifact>
The input element provides URIs to one or more Artifacts that will be used by the Process. Input is a child element of input-output-map.
See Also:
  • Field Details

    • uri

      protected URI uri
      The URI of the input artifact.
  • Constructor Details

    • Input

      public Input()
      Default constructor.
    • Input

      public Input(URI uri)
      Constructor with URI.
      Parameters:
      uri - The artifact URI.
    • Input

      public Input(URI uri, QCFlag qc)
      Constructor with URI and QC flag.
      Parameters:
      uri - The artifact URI.
      qc - The QC flag.
    • Input

      public Input(Linkable<Artifact> link)
      Constructor from a linkable artifact.
      Parameters:
      link - The artifact link.
  • Method Details