|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TaskDataStore
Interface to handle the persistency of task data information.
Method Summary | |
---|---|
org.eclipse.mylyn.tasks.core.data.TaskData |
load(String id) Retrieves the task information. |
void |
persist(org.eclipse.mylyn.tasks.core.data.TaskData task) Persists the task information. |
Method Detail |
---|
void persist(org.eclipse.mylyn.tasks.core.data.TaskData task) throws PersistenceException
task
- the task information to persist.
PersistenceException
- if the task cannot be persisted.
org.eclipse.mylyn.tasks.core.data.TaskData load(String id) throws PersistenceException
id
- the unique identifier of the task information.
null
if no task data is stored for the given identifier.
PersistenceException
- if the task information cannot be retrieved.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |