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 completion status of the task.
|
String |
getJobDetails()
Gets the details of the job (the description from 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 that were used to run the job with the task.
|
String |
getRunAsOwner()
Gets the runAsOwner user as defined in the job for the 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 identifier of the task.id
- the unique identifier of the task.elementId
- the identifier of the task as it appears in the process definition.processFlowId
- the identifier of the process flow that contains the element.name
- the name of the task.description
- the description of the task.type
- the type of the task.created
- the date on which the task was created.attributes
- the extended attributes of the task.completedBy
- the user who completed the task.completed
- the date on which the task was completed.completedStatus
- the completion status of the task.completedState
- the completed state of the task.runAsOwner
- the runAsOwner user as defined in the job for the task.jobPath
- the path of the job with the task.jobDetails
- the job details as defined in the job.jobVersion
- the version of the job to run with the task.parameterValues
- the parameter values that were used to run the job with the 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