Class JobTaskSetup
java.lang.Object
com.sas.lsaf.workflow.processflow.setup.ElementSetup
com.sas.lsaf.workflow.processflow.setup.TaskSetup
com.sas.lsaf.workflow.processflow.setup.JobTaskSetup
- All Implemented Interfaces:
Serializable
The class that represents the setup information for the job task elements in a process flow.
- See Also:
-
Field Summary
Fields inherited from class com.sas.lsaf.workflow.processflow.setup.ElementSetup
description, name -
Constructor Summary
ConstructorsConstructorDescriptionJobTaskSetup(String name, String description, String elementId, Element.ElementType type, String processFlowIdentifier) It is not intended or recommended that the consumer of this API construct these objects. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the full path of the job.Gets the version of the job.Get the parameter values that override the default parameter values in the job.inthashCode()voidsetJobPath(String jobPath) Sets the full path of the job.voidsetJobVersion(String jobVersion) Sets the version of the job.voidsetParameterValues(List<ParameterValue> parameterValues) Sets the parameter values that override the default parameter values in the job.toString()Methods inherited from class com.sas.lsaf.workflow.processflow.setup.TaskSetup
getAttributes, setAttributes, setDescription, setNameMethods inherited from class com.sas.lsaf.workflow.processflow.setup.ElementSetup
getDescription, getElementId, getName, getProcessFlowIdentifier, getType
-
Constructor Details
-
JobTaskSetup
public JobTaskSetup(String name, String description, String elementId, Element.ElementType type, 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 Details
-
getJobPath
Gets the full path of the job.- Returns:
- The full path.
-
setJobPath
Sets the full path of the job.- Parameters:
jobPath- The full path.
-
getJobVersion
Gets the version of the job.- Returns:
- The version.
-
setJobVersion
Sets the version of the job. If null is specified, the latest version is used.- Parameters:
jobVersion- The version.
-
getParameterValues
Get the parameter values that override the default parameter values in the job.- Returns:
- The parameter values.
-
setParameterValues
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.
-
hashCode
public int hashCode() -
equals
-
toString
-