|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.telelogic.cs.api.TaskDetails
public class TaskDetails
Bundles a list of associated tasks with more detailed status and error information. In central server mode the extra information can be used to determine which tasks are missing--this can happen if tasks from some development databases were available, but other databases were offline.
Method Summary | |
---|---|
java.lang.String[] |
getOfflineDatabases()
The list of the user's databases that were offline when the associated tasks were looked up. |
java.lang.String[] |
getOfflineTaskIds()
A best guess of the tasks that were not returned, but probably should have been. |
Task[] |
getTasks()
Gets the found associated tasks. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Task[] getTasks()
public java.lang.String[] getOfflineTaskIds()
public java.lang.String[] getOfflineDatabases()
Triggers can use the admin token when looking up tasks to ensure all task databases are checked, though this will bypass ACL security--the results should not be shown to normal users.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |