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
      The artifact type for the input.
    • displayName

      protected String displayName
      The display name for the input.
    • removeWorkingFlag

      @Deprecated protected Boolean removeWorkingFlag
      Deprecated.
      This property is no longer supported.
      Whether the working flag should be removed from the input when the process runs.
  • Constructor Details

    • ProcessInput

      public ProcessInput()
  • Method Details

    • getArtifactType

      public String getArtifactType()
      Gets the artifact type for the input.
      Returns:
      the artifact type.
    • setArtifactType

      public void setArtifactType(String artifactType)
      Sets the artifact type for the input.
      Parameters:
      artifactType - the artifact type.
    • getDisplayName

      public String getDisplayName()
      Gets the display name for the input.
      Returns:
      the display name.
    • setDisplayName

      public void setDisplayName(String displayName)
      Sets the display name for the input.
      Parameters:
      displayName - the display name.
    • 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.
      This property is no longer supported.
      Sets whether the working flag should be removed from the input when the process runs.
      Parameters:
      removeWorkingFlag - true if it should be removed.