public class UserTaskAssignment extends Object implements Serializable
Constructor and Description |
---|
UserTaskAssignment(String id,
String taskId,
String elementId,
Date dateStarted,
Date dateAssigned,
Principal assignee,
float actualHours)
It is not intended or recommended that the consumer of the API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
float |
getActualHours()
Gets the hours worked on the task by the current assignee.
|
Principal |
getAssignee()
Gets the user who is assigned to this task.
|
Date |
getDateAssigned()
Gets the date on which the task was assigned.
|
Date |
getDateStarted()
Gets the date on which the task was started.
|
String |
getElementId()
Gets the identifier for the element as defined in the process flow definition.
|
String |
getId()
Gets the identifier for the user task.
|
String |
getTaskId()
Gets the internal task identifier for the user task.
|
String |
toString() |
public UserTaskAssignment(String id, String taskId, String elementId, Date dateStarted, Date dateAssigned, Principal assignee, float actualHours)
id
- The identifier for the user task instance.taskId
- The internal task identifier for the user task instance.elementId
- The identifier for the element as defined in the process flow definition.dateStarted
- The date on which the task assignment was started.dateAssigned
- The date on which the task assignment was assigned.assignee
- The user assigned to this task.actualHours
- The total hours worked on the task by the current assignee.public String getId()
public String getTaskId()
public String getElementId()
public Date getDateStarted()
public Date getDateAssigned()
public Principal getAssignee()
public float getActualHours()
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>