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
ITodoListsMgmtreindexAll in interface ITodoListsMgmtTaskRef which can be used to track
         this asynchronous operationServerFaultpublic void reindexAll(IServerTaskMonitor monitor) throws java.lang.Exception
reindexAll in interface IInCoreTodoListsMgmtjava.lang.Exceptionpublic TaskRef reindex(java.lang.String calUid) throws ServerFault
ITodoListsMgmtreindex in interface ITodoListsMgmtcalUid - Unique Todolist IDTaskRef which can be used to track
         this asynchronous operationServerFaultpublic void reindex(java.lang.String calUid,
                    IServerTaskMonitor monitor)
             throws java.lang.Exception
reindex in interface IInCoreTodoListsMgmtjava.lang.ExceptionCopyright © 2023. All Rights Reserved.