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 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 identifier of the element.id
- the unique identifier of the element.elementId
- the identifier 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 that contains the element.processFlowId
- the identifier of process flow that contains the element.created
- the date on which the element was created.started
- the date on which the element was started.taskStatus
- the status of the element.attributes
- the extended attributes of the task.jobPath
- the path of the job with the task.jobVersion
- the version of the job to run with the task.parameterValues
- the parameter values used to run the job with the task.public String getJobPath()
public String getJobVersion()
public Set<ParameterValue> getParameterValues()
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA