public class JobTaskDefinition extends TaskDefinition
OBJECT_TYPE
description, name
Constructor and Description |
---|
JobTaskDefinition(String name,
String description,
String elementId,
Element.ElementType type,
String processFlowIdentifier,
long revision)
Initializing constructor which sets the values of all variables.
|
Modifier and Type | Method and Description |
---|---|
String |
getJobPath()
Get the full path of the job
|
String |
getJobVersion()
Gets the version of the job
|
Set<ParameterValue> |
getParameters()
Get the parameter values that will override the default parameter values in the job
|
void |
setJobPath(String jobPath)
Set the full path of the job
|
void |
setJobVersion(String jobVersion)
Sets the version of the job.
|
void |
setParameters(Set<ParameterValue> parameters)
Sets the parameter values that will override the default parameter values in the job
|
equals, getAttributes, getObjectType, hashCode, setAttribute, setAttributes, setDescription, setName
getDescription, getElementId, getName, getProcessFlowIdentifier, getRevision, getType, toString
public JobTaskDefinition(String name, String description, String elementId, Element.ElementType type, String processFlowIdentifier, long revision)
It is not intended or recommended that the consumer of the API construct these objects. They should only be
retrieved from service calls such as
ProcessFlowService.getElementDefinitions(ProcessFlowContext, String)
.
name
- The name of the element definitiondescription
- The description of the element definitionelementId
- The id of the element definition as it appears in the process definitiontype
- The type of the elementprocessFlowIdentifier
- The identifier of the process flow that contains this elementrevision
- the internal revision numberpublic String getJobPath()
public void setJobPath(String jobPath)
jobPath
- The full path of the job to set.public String getJobVersion()
public void setJobVersion(String jobVersion)
jobVersion
- The job version to set.public Set<ParameterValue> getParameters()
public void setParameters(Set<ParameterValue> parameters)
parameters
- The parameter values that will override the default parameter values in the jobCopyright (c) 2017, SAS Institute Inc., Cary, NC, USA