|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TaskInstance
| Method Summary | |
|---|---|
java.util.Set<java.lang.String> |
getCandidates()
Returns the set of users that has been set to the candidates list. |
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. |
TaskState |
getState()
Returns the current state. |
java.util.List<StateUpdate> |
getStateUpdates()
Returns the list of recorded state changes. |
java.lang.String |
getUserId()
Returns the assigned user for the task. |
TaskUUID |
getUUID()
Returns the UUID of the task. |
boolean |
isCandidatesInitialized()
|
boolean |
isUserIdInitialzed()
|
| Methods inherited from interface org.ow2.bonita.facade.runtime.ActivityBody |
|---|
copy, getEndedDate, getStartedDate |
| Method Detail |
|---|
java.util.Set<java.lang.String> getCandidates()
throws UninitializedFieldException
UninitializedFieldException
java.lang.String getUserId()
throws UninitializedFieldException
UninitializedFieldExceptionjava.lang.String getStartedBy()
java.lang.String getEndedBy()
java.util.Date getCreatedDate()
java.util.Date getDueDate()
java.util.List<StateUpdate> getStateUpdates()
state changes.
state changes.TaskUUID getUUID()
getUUID in interface ActivityBodyTaskState getState()
boolean isCandidatesInitialized()
boolean isUserIdInitialzed()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||