com.uwyn.rife.scheduler
Interface TaskoptionManager
- All Known Implementing Classes:
- DatabaseTaskoptions, MemoryTaskoptions
public interface TaskoptionManager
setScheduler
void setScheduler(Scheduler scheduler)
getScheduler
Scheduler getScheduler()
addTaskoption
boolean addTaskoption(Taskoption taskoption)
throws TaskoptionManagerException
- Throws:
TaskoptionManagerException
updateTaskoption
boolean updateTaskoption(Taskoption taskoption)
throws TaskoptionManagerException
- Throws:
TaskoptionManagerException
getTaskoption
Taskoption getTaskoption(int taskid,
String name)
throws TaskoptionManagerException
- Throws:
TaskoptionManagerException
getTaskoptions
Collection<Taskoption> getTaskoptions(int taskid)
throws TaskoptionManagerException
- Throws:
TaskoptionManagerException
removeTaskoption
boolean removeTaskoption(Taskoption taskoption)
throws TaskoptionManagerException
- Throws:
TaskoptionManagerException
removeTaskoption
boolean removeTaskoption(int taskid,
String name)
throws TaskoptionManagerException
- Throws:
TaskoptionManagerException
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.