|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TaskInst
Method Summary | |
---|---|
java.lang.String |
getActivityId()
Returns the activity id for which the task is attached. |
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.util.Date |
getEndedDate()
Returns the date recorded when the task is finished. |
java.lang.String |
getSignal()
The signal is used to indicate whether the task has been created for startMode or a finishMode set to manual. |
java.lang.String |
getStartedBy()
Returns the user starting the task. |
java.util.Date |
getStartedDate()
Returns the date recorded when the task is started. |
org.ow2.bonita.util.Constants.TaskState |
getState()
Returns the state of the task. |
java.lang.String |
getUserId()
Returns the assigned user for the task. |
Methods inherited from interface org.ow2.bonita.facade.runtime.RuntimeRecord |
---|
getInstanceId, getProcessId |
Methods inherited from interface org.ow2.bonita.facade.Record |
---|
getDeploymentId, getId, getPackageId |
Method Detail |
---|
java.util.Set<java.lang.String> getCandidates()
java.lang.String getUserId()
java.lang.String getStartedBy()
java.util.Date getStartedDate()
java.util.Date getEndedDate()
java.util.Date getCreatedDate()
java.util.Date getDueDate()
java.lang.String getSignal()
java.lang.String getActivityId()
org.ow2.bonita.util.Constants.TaskState getState()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |