Method Summary |
|
public void | accept() Mark this assignment as accepted. |
public WfActivity | activity() Gets the activity object of this assignment. |
public WfResource | assignee() Gets the assignee (resource) of this assignment. |
public void | changeStatus(String status) Change the status of this assignment. |
public void | complete() Mark this assignment as complete. |
public void | delegate() Mark this assignment as delegated. |
public java.sql.Timestamp | fromDate() Gets the from date of this assignment. |
public void | remove() Removes the stored data for this object. |
public void | setAssignee(WfResource newValue) Sets the assignee of this assignment. |
public void | setResult(java.util.Map results) Set the results of this assignment. |
public String | status() Gets the status of this assignment. |