public class CompletedJobTask extends CompletedTask
CompletedTask.TaskCompletedState
Constructor and Description |
---|
CompletedJobTask(String typeId,
String id,
String elementId,
String processFlowId,
String name,
String description,
Element.ElementType type,
Date created,
List<Attribute> attributes,
String completedBy,
Date completed,
String completedStatus,
CompletedTask.TaskCompletedState completedState,
String runAsOwner,
String jobPath,
String jobDetails,
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 |
---|---|
CompletedTask.TaskCompletedState |
getCompletedState()
Gets the completed state of the task.
|
String |
getCompletedStatus()
Gets the descriptive completion status of the task.
|
String |
getJobDetails()
Gets the details of the job - the description from within the job xml.
|
String |
getJobPath()
Gets the full path of the job.
|
String |
getJobVersion()
Gets the version of the job.
|
Set<ParameterValue> |
getParameterValues()
Gets the parameter values used to run the job with this task.
|
String |
getRunAsOwner()
Gets the runAsOwner user as defined on the job for this task.
|
getAttributes
getCompleted, getCompletedBy, getCreated, getDescription, getElementId, getName, getProcessFlowId, getType, toString
equals, getId, getTypeId, hashCode
public CompletedJobTask(String typeId, String id, String elementId, String processFlowId, String name, String description, Element.ElementType type, Date created, List<Attribute> attributes, String completedBy, Date completed, String completedStatus, CompletedTask.TaskCompletedState completedState, String runAsOwner, String jobPath, String jobDetails, String jobVersion, Set<ParameterValue> parameterValues)
typeId
- the object type id of this task.id
- the unique id of this task.elementId
- the id of the task as it appears in the process definition.processFlowId
- the id of the process flow containing this element.name
- the name of the task.description
- the description of the task.type
- the type of the task.created
- the date this task was created.attributes
- the extended attributes of the task.completedBy
- the user who completed this task.completed
- the date this task was created.completedStatus
- the descriptive completion status of the task.completedState
- the completed state of the task.runAsOwner
- the runAsOwner user as defined on the job for this task.jobPath
- the path of the job with this task.jobDetails
- the job details as defined within the job.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 getCompletedStatus()
public CompletedTask.TaskCompletedState getCompletedState()
public String getRunAsOwner()
public String getJobPath()
public String getJobDetails()
public String getJobVersion()
public Set<ParameterValue> getParameterValues()
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA