|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DocumentManager
Defines the operations that can be performed on one or more documents.
| Method Summary | |
|---|---|
void |
bulkIngest(BulkProcessRequest bulkProcessRequest,
List<RequestDocument> requestDocuments)
Performs bulk ingest as per the details in the given bulkProcessRequest. |
List<ResponseDocument> |
checkin(List<RequestDocument> requestDocuments)
|
ResponseDocument |
checkin(RequestDocument requestDocument,
javax.jcr.Session session)
|
List<ResponseDocument> |
checkout(List<RequestDocument> requestDocuments)
|
ResponseDocument |
checkout(RequestDocument requestDocument,
javax.jcr.Session session)
|
List<ResponseDocument> |
delete(List<RequestDocument> requestDocuments)
|
ResponseDocument |
delete(RequestDocument requestDocument,
javax.jcr.Session session)
|
void |
index(List<RequestDocument> requestDocuments,
boolean commit)
Indexes the given documents in discovery. |
List<ResponseDocument> |
ingest(List<RequestDocument> requestDocuments,
javax.jcr.Session session)
Ingests (stores and indexes) the given documents. |
ResponseDocument |
ingest(RequestDocument requestDocument,
javax.jcr.Session session)
Ingests (stores and indexes) the given document. |
| Method Detail |
|---|
List<ResponseDocument> ingest(List<RequestDocument> requestDocuments,
javax.jcr.Session session)
throws OleDocStoreException
requestDocuments -
OleDocStoreException
ResponseDocument ingest(RequestDocument requestDocument,
javax.jcr.Session session)
throws OleDocStoreException
requestDocument -
OleDocStoreException
List<ResponseDocument> checkout(List<RequestDocument> requestDocuments)
throws OleDocStoreException
OleDocStoreException
ResponseDocument checkout(RequestDocument requestDocument,
javax.jcr.Session session)
throws OleDocStoreException
OleDocStoreException
List<ResponseDocument> checkin(List<RequestDocument> requestDocuments)
throws OleDocStoreException
OleDocStoreException
ResponseDocument checkin(RequestDocument requestDocument,
javax.jcr.Session session)
throws OleDocStoreException
OleDocStoreException
List<ResponseDocument> delete(List<RequestDocument> requestDocuments)
throws OleDocStoreException
OleDocStoreException
ResponseDocument delete(RequestDocument requestDocument,
javax.jcr.Session session)
throws OleDocStoreException
OleDocStoreException
void bulkIngest(BulkProcessRequest bulkProcessRequest,
List<RequestDocument> requestDocuments)
throws OleDocStoreException
bulkProcessRequest - requestDocuments - documents to be processed in the current invocation.
OleDocStoreException
void index(List<RequestDocument> requestDocuments,
boolean commit)
throws OleDocStoreException
requestDocuments - commit - indicates whether to commit the changes.
OleDocStoreException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||