public class JobTask extends Task
Task.Complexity, Task.Priority, Task.TaskStatus
Element.ElementType
Constructor and Description |
---|
JobTask(String typeId,
String id,
String elementId,
String name,
String description,
Element.ElementType type,
ProcessFlowDescriptor.FlowStatus flowStatus,
String processFlowId,
Date created,
Date started,
Task.TaskStatus taskStatus,
List<Attribute> attributes,
String jobPath,
String jobVersion,
Set<ParameterValue> parameterValues)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
String |
getJobPath()
Gets the full path of the job.
|
String |
getJobVersion()
Gets the version of the job.
|
Set<ParameterValue> |
getParameterValues()
Gets the parameter values that will override the default parameter values in the job.
|
getAttributes, getStarted, getTaskStatus, setAttributes
equals, getCreated, getDescription, getElementId, getFlowStatus, getName, getProcessFlowId, getType, hashCode, setName, toString
getId, getTypeId
public JobTask(String typeId, String id, String elementId, String name, String description, Element.ElementType type, ProcessFlowDescriptor.FlowStatus flowStatus, String processFlowId, Date created, Date started, Task.TaskStatus taskStatus, List<Attribute> attributes, String jobPath, String jobVersion, Set<ParameterValue> parameterValues)
typeId
- the object type id of this element.id
- the unique id of this element.elementId
- the id of the element as it appears in the process definition.name
- the name of the element.description
- the description of the element.type
- the type of the element.flowStatus
- status of the process flow containing this element.processFlowId
- the id of process flow containing this element.created
- the date this element was created.started
- the date this element was started.taskStatus
- the status of this element.attributes
- the extended attributes of the task.jobPath
- the path of the job with this task.jobVersion
- the version of the job to run with this task.parameterValues
- the parameter values used to run the job with this task.public String getJobPath()
public String getJobVersion()
public Set<ParameterValue> getParameterValues()
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA