public class TodoListsMgmt extends java.lang.Object implements ITodoListsMgmt, IInCoreTodoListsMgmt
Constructor and Description |
---|
TodoListsMgmt(BmContext context) |
Modifier and Type | Method and Description |
---|---|
TaskRef |
reindex(java.lang.String calUid)
Reindex a Todolist
|
void |
reindex(java.lang.String calUid,
IServerTaskMonitor monitor) |
TaskRef |
reindexAll()
Reindex all Todolists
|
void |
reindexAll(IServerTaskMonitor monitor) |
public TodoListsMgmt(BmContext context)
public TaskRef reindexAll() throws ServerFault
ITodoListsMgmt
reindexAll
in interface ITodoListsMgmt
TaskRef
which can be used to track
this asynchronous operationServerFault
public void reindexAll(IServerTaskMonitor monitor) throws java.lang.Exception
reindexAll
in interface IInCoreTodoListsMgmt
java.lang.Exception
public TaskRef reindex(java.lang.String calUid) throws ServerFault
ITodoListsMgmt
reindex
in interface ITodoListsMgmt
calUid
- Unique Todolist IDTaskRef
which can be used to track
this asynchronous operationServerFault
public void reindex(java.lang.String calUid, IServerTaskMonitor monitor) throws java.lang.Exception
reindex
in interface IInCoreTodoListsMgmt
java.lang.Exception
Copyright © 2021. All Rights Reserved.