public interface IPSetManager
| Modifier and Type | Method and Description |
|---|---|
void |
addTasks(String sid,
TaskSet tasks)
Add tasks to the set identified by sid
|
void |
createSet(String sid,
TaskSet tasks)
Create a new set containing the tasks
|
void |
deleteSets(String sid)
Delete the task set
|
TaskSet |
getTasks(String sid)
Get the tasks in the set sid
|
void |
removeTasks(String sid,
TaskSet tasks)
Remove the tasks from the set sid
|
void addTasks(String sid, TaskSet tasks)
sid - tasks - void createSet(String sid, TaskSet tasks)
sid - tasks - void deleteSets(String sid)
sid - TaskSet getTasks(String sid)
sid - Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.