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
INoteIndexMgmt
reindexAll
in interface INoteIndexMgmt
TaskRef
which can be used to track
this asynchronous operationServerFault
public TaskRef reindex(java.lang.String containerUid) throws ServerFault
INoteIndexMgmt
reindex
in interface INoteIndexMgmt
containerUid
- Unique Note Container IDTaskRef
which can be used to track
this asynchronous operationServerFault
public void reindex(java.lang.String containerUid, IServerTaskMonitor monitor) throws java.lang.Exception
java.lang.Exception
Copyright © 2023. All Rights Reserved.