Class ProcessInput

java.lang.Object
com.genologics.ri.processtype.ProcessInput
All Implemented Interfaces:
Serializable

public class ProcessInput extends Object implements Serializable
Process-input is a child element of process type specifying the available input types for the process
See Also:
  • Field Details

    • artifactType

      protected String artifactType
    • displayName

      protected String displayName
    • removeWorkingFlag

      @Deprecated protected Boolean removeWorkingFlag
      Deprecated.
  • Constructor Details

    • ProcessInput

      public ProcessInput()
  • Method Details

    • getArtifactType

      public String getArtifactType()
    • setArtifactType

      public void setArtifactType(String artifactType)
    • getDisplayName

      public String getDisplayName()
    • setDisplayName

      public void setDisplayName(String displayName)
    • isRemoveWorkingFlag

      @Deprecated public Boolean isRemoveWorkingFlag()
      Deprecated.
      This property is no longer supported.
      Whether the working flag should be removed from the input when the process runs.
      Returns:
      true if it should be removed, false if not.
    • setRemoveWorkingFlag

      @Deprecated public void setRemoveWorkingFlag(Boolean removeWorkingFlag)
      Deprecated.