public class NoteIndexMgmtService extends java.lang.Object implements INoteIndexMgmt
| Constructor and Description | 
|---|
NoteIndexMgmtService(BmContext context)  | 
| Modifier and Type | Method and Description | 
|---|---|
TaskRef | 
reindex(java.lang.String containerUid)
Reindex a Note container 
 | 
void | 
reindex(java.lang.String containerUid,
       IServerTaskMonitor monitor)  | 
TaskRef | 
reindexAll()
Reindex all Note containers 
 | 
public NoteIndexMgmtService(BmContext context)
public TaskRef reindexAll() throws ServerFault
INoteIndexMgmtreindexAll in interface INoteIndexMgmtTaskRef which can be used to track
         this asynchronous operationServerFaultpublic TaskRef reindex(java.lang.String containerUid) throws ServerFault
INoteIndexMgmtreindex in interface INoteIndexMgmtcontainerUid - Unique Note Container IDTaskRef which can be used to track
         this asynchronous operationServerFaultpublic void reindex(java.lang.String containerUid,
                    IServerTaskMonitor monitor)
             throws java.lang.Exception
java.lang.ExceptionCopyright © 2023. All Rights Reserved.