Class JobTaskSetup

  • All Implemented Interfaces:
    java.io.Serializable

    public class JobTaskSetup
    extends TaskSetup
    The class that represents the setup information for the job task elements in a process flow.
    See Also:
    Serialized Form
    • Constructor Detail

      • JobTaskSetup

        public JobTaskSetup​(java.lang.String name,
                            java.lang.String description,
                            java.lang.String elementId,
                            Element.ElementType type,
                            java.lang.String processFlowIdentifier)
        It is not intended or recommended that the consumer of this API construct these objects. They should only deal with the elements returned by the API.
        Parameters:
        name - The name of the element.
        description - The description of the element.
        elementId - The identifier of the element as it appears in the process flow definition.
        type - The type of the element.
        processFlowIdentifier - The identifier of the process flow that contains the element.
    • Method Detail

      • getJobPath

        public java.lang.String getJobPath()
        Gets the full path of the job.
        Returns:
        The full path.
      • setJobPath

        public void setJobPath​(java.lang.String jobPath)
        Sets the full path of the job.
        Parameters:
        jobPath - The full path.
      • getJobVersion

        public java.lang.String getJobVersion()
        Gets the version of the job.
        Returns:
        The version.
      • setJobVersion

        public void setJobVersion​(java.lang.String jobVersion)
        Sets the version of the job. If null is specified, the latest version is used.
        Parameters:
        jobVersion - The version.
      • getParameterValues

        public java.util.List<ParameterValue> getParameterValues()
        Get the parameter values that override the default parameter values in the job.
        Returns:
        The parameter values.
      • setParameterValues

        public void setParameterValues​(java.util.List<ParameterValue> parameterValues)
        Sets the parameter values that override the default parameter values in the job.
        Parameters:
        parameterValues - The parameter values that override the default parameter values in the job.
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class TaskSetup
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class TaskSetup