IBM BPM API for Web Service Clients v8.0.0

Uses of Class
com.lombardisoftware.webapi.Task

Uses of Task in com.lombardisoftware.webapi
 

Methods in com.lombardisoftware.webapi that return Task
 Task TaskSyncItem.getTask()
          Gets the task value for this TaskSyncItem.
 Task WebAPI.getTask(long taskId)
          Get the task.
 Task[] ProcessInstance.getTasks()
          Gets the tasks value for this ProcessInstance.
 Task[] WebAPI.getTasksForSavedSearch(long savedSearchId)
          Get the tasks returned by the execution of a saved search.
 Task WebAPI.runFavorite(long favoriteId)
          Run a favorite and return a task if it exists
 Task WebAPI.sendTask(SendTaskInfo sendTaskInfo)
          Send a task
 Task WebAPI.startExposedItem(long exposedItemId)
          Start an exposed item and return a task if it exists
 

Methods in com.lombardisoftware.webapi with parameters of type Task
 void TaskSyncItem.setTask(Task task)
          Sets the task value for this TaskSyncItem.
 void ProcessInstance.setTasks(Task[] tasks)
          Sets the tasks value for this ProcessInstance.
 

Constructors in com.lombardisoftware.webapi with parameters of type Task
ProcessInstance(java.util.Calendar dueDate, long id, java.lang.String name, java.lang.String status, Task[] tasks, Process process, java.lang.String sharepointSiteUrl, BusinessData businessData, java.util.Calendar createDate, java.util.Calendar modifyDate)
           
TaskSyncItem(TaskSyncAction action, Task task, long taskId)
           
 


IBM BPM API for Web Service Clients v8.0.0

(C) Copyright IBM Corporation 2011. All Rights Reserved.