@Deprecated public interface DocumentManager
| Modifier and Type | Method and Description |
|---|---|
void |
addResourceId(RequestDocument requestDocument,
ResponseDocument respDoc)
Deprecated.
|
ResponseDocument |
bind(RequestDocument requestDocument,
Object object,
String operation)
Deprecated.
|
ResponseDocument |
buildResponseDocument(RequestDocument requestDocument)
Deprecated.
|
void |
bulkIngest(BulkProcessRequest bulkProcessRequest,
List<RequestDocument> requestDocuments)
Deprecated.
Performs bulk ingest as per the details in the given bulkProcessRequest.
|
List<ResponseDocument> |
checkin(List<RequestDocument> requestDocuments,
Object object)
Deprecated.
|
ResponseDocument |
checkin(RequestDocument requestDocument,
Object object,
ResponseDocument respDoc)
Deprecated.
|
List<ResponseDocument> |
checkout(List<RequestDocument> requestDocuments,
Object object)
Deprecated.
|
ResponseDocument |
checkout(RequestDocument requestDocument,
Object object)
Deprecated.
|
List<ResponseDocument> |
delete(List<RequestDocument> requestDocuments,
Object object)
Deprecated.
|
ResponseDocument |
delete(RequestDocument requestDocument,
Object object)
Deprecated.
|
List<ResponseDocument> |
deleteVerify(List<RequestDocument> requestDocument,
Object object)
Deprecated.
|
ResponseDocument |
deleteVerify(RequestDocument requestDocument,
Object object)
Deprecated.
|
void |
index(List<RequestDocument> requestDocuments,
boolean commit)
Deprecated.
Indexes the given documents in discovery.
|
List<ResponseDocument> |
ingest(List<RequestDocument> requestDocuments,
Object object)
Deprecated.
Ingests (stores and indexes) the given documents.
|
ResponseDocument |
ingest(RequestDocument requestDocument,
Object object,
ResponseDocument respDoc)
Deprecated.
Ingests (stores and indexes) the given document.
|
javax.jcr.Node |
storeDocument(RequestDocument requestDocument,
Object object,
ResponseDocument responseDocument)
Deprecated.
Deletes the given documents, along with linked documents, from the discovery.
|
ResponseDocument |
unbind(RequestDocument requestDocument,
Object object,
String operation)
Deprecated.
|
void |
validateInput(RequestDocument requestDocument,
Object object,
List<String> valuesList)
Deprecated.
|
List<ResponseDocument> ingest(List<RequestDocument> requestDocuments, Object object) throws OleDocStoreException
requestDocuments - OleDocStoreExceptionResponseDocument ingest(RequestDocument requestDocument, Object object, ResponseDocument respDoc) throws OleDocStoreException
requestDocument - respDoc - OleDocStoreExceptionList<ResponseDocument> checkout(List<RequestDocument> requestDocuments, Object object) throws OleDocStoreException
OleDocStoreExceptionResponseDocument checkout(RequestDocument requestDocument, Object object) throws OleDocStoreException
OleDocStoreExceptionList<ResponseDocument> checkin(List<RequestDocument> requestDocuments, Object object) throws OleDocStoreException
OleDocStoreExceptionResponseDocument checkin(RequestDocument requestDocument, Object object, ResponseDocument respDoc) throws OleDocStoreException
OleDocStoreExceptionList<ResponseDocument> delete(List<RequestDocument> requestDocuments, Object object) throws Exception
ExceptionResponseDocument delete(RequestDocument requestDocument, Object object) throws Exception
ExceptionResponseDocument buildResponseDocument(RequestDocument requestDocument)
void validateInput(RequestDocument requestDocument, Object object, List<String> valuesList) throws OleDocStoreException
OleDocStoreExceptionvoid bulkIngest(BulkProcessRequest bulkProcessRequest, List<RequestDocument> requestDocuments) throws OleDocStoreException
bulkProcessRequest - requestDocuments - documents to be processed in the current invocation.OleDocStoreExceptionvoid index(List<RequestDocument> requestDocuments, boolean commit) throws OleDocStoreException
requestDocuments - commit - indicates whether to commit the changes.OleDocStoreExceptionjavax.jcr.Node storeDocument(RequestDocument requestDocument, Object object, ResponseDocument responseDocument) throws OleDocStoreException
requestDocument - responseDocument - OleDocStoreExceptionResponseDocument bind(RequestDocument requestDocument, Object object, String operation) throws OleDocStoreException, javax.jcr.RepositoryException, OleException, FileNotFoundException
OleDocStoreExceptionjavax.jcr.RepositoryExceptionOleExceptionFileNotFoundExceptionResponseDocument unbind(RequestDocument requestDocument, Object object, String operation) throws OleDocStoreException, javax.jcr.RepositoryException, OleException, FileNotFoundException
OleDocStoreExceptionjavax.jcr.RepositoryExceptionOleExceptionFileNotFoundExceptionList<ResponseDocument> deleteVerify(List<RequestDocument> requestDocument, Object object)
ResponseDocument deleteVerify(RequestDocument requestDocument, Object object) throws Exception
Exceptionvoid addResourceId(RequestDocument requestDocument, ResponseDocument respDoc)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.