public class JobTaskSetup extends TaskSetup
description, name
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getJobPath()
Gets the full path of the job.
|
String |
getJobVersion()
Gets the version of the job.
|
Set<ParameterValue> |
getParameterValues()
Get the parameter values that override the default parameter values in the job.
|
int |
hashCode() |
void |
setJobPath(String jobPath)
Sets the full path of the job.
|
void |
setJobVersion(String jobVersion)
Sets the version of the job.
|
void |
setParameterValues(Set<ParameterValue> parameterValues)
Sets the parameter values that override the default parameter values in the job.
|
String |
toString() |
getAttributes, setAttributes, setDescription, setName
getDescription, getElementId, getName, getProcessFlowIdentifier, getType
public JobTaskSetup(String name, String description, String elementId, Element.ElementType type, String processFlowIdentifier)
name
- the name of the element.description
- the description of the element.elementId
- the id of the element as it appears in the process definition.type
- the type of the element.processFlowIdentifier
- the id of the process flow that contains the element.public String getJobPath()
public void setJobPath(String jobPath)
jobPath
- The full path of the job.public String getJobVersion()
public void setJobVersion(String jobVersion)
jobVersion
- The job version.public Set<ParameterValue> getParameterValues()
public void setParameterValues(Set<ParameterValue> parameterValues)
parameterValues
- The parameter values that override the default parameter values in the job.Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA