|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TaskInstance
Interface for the body of task activity (aka Manual activity).
Method Summary | |
---|---|
java.util.List<AssignUpdate> |
getAssignUpdates()
Returns the list of recorded assign changes . |
java.util.Date |
getCreatedDate()
Returns the date recorded when the task is created. |
java.util.Date |
getDueDate()
Returns the date at which the task must be started. |
java.lang.String |
getEndedBy()
Returns the user finishing the activity. |
java.lang.String |
getStartedBy()
Returns the user starting the task. |
java.util.Set<java.lang.String> |
getTaskCandidates()
Returns the current set of candidate users. This list depends on: the set of candidate users when the task has been initially created. |
java.lang.String |
getTaskUser()
Returns the user assigned for the task. Check before calling this method if a user has been assigned with isTaskAssigned() method. |
java.lang.String |
getUpdatedBy()
Returns the user Id performing the update ( state update or assign update ). |
TaskUUID |
getUUID()
Returns the UUID of the task. |
boolean |
isTaskAssigned()
Return true if the task is assigned. |
Methods inherited from interface org.ow2.bonita.facade.runtime.ActivityBody |
---|
copy, getEndedDate, getReadyDate, getStartedDate, getState, getStateUpdates |
Method Detail |
---|
java.util.Set<java.lang.String> getTaskCandidates()
assign update
.
java.lang.String getTaskUser()
isTaskAssigned()
method.
The assigned user depends on:
assign update
, state update
).
java.lang.IllegalStateException
- if the task is not assigned.java.lang.String getUpdatedBy()
state update
or assign update
).
state update
or assign update
).java.lang.String getStartedBy()
java.lang.String getEndedBy()
java.util.Date getCreatedDate()
java.util.Date getDueDate()
java.util.List<AssignUpdate> getAssignUpdates()
assign changes
.
assign changes
.TaskUUID getUUID()
getUUID
in interface ActivityBody
boolean isTaskAssigned()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |