@Deprecated public class DocumentServiceImpl extends Object implements DocumentService
| Modifier and Type | Field and Description |
|---|---|
protected RepositoryManager |
repositoryManager
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
batchIngest(BulkProcessRequest bulkProcessRequest,
List<RequestDocument> requestDocuments)
Deprecated.
|
void |
bulkIngest(BulkProcessRequest bulkProcessRequest,
List<RequestDocument> requestDocuments)
Deprecated.
|
void |
bulkProcess(BulkProcessRequest request)
Deprecated.
Processes the documents, as per the operation specified, in the given request.
|
BulkProcessRequest |
getBulkIngestRequest()
Deprecated.
|
static DocumentServiceImpl |
getInstance()
Deprecated.
|
Response |
process(Request request)
Deprecated.
Processes the documents, as per the operation specified, in the given request.
|
void |
setBulkIngestRequest(BulkProcessRequest bulkIngestRequest)
Deprecated.
|
void |
setRepositoryManager(RepositoryManager repositoryManager)
Deprecated.
|
void |
setTransactionManager(TransactionManager transactionManager)
Deprecated.
|
protected RepositoryManager repositoryManager
public static DocumentServiceImpl getInstance()
public Response process(Request request) throws OleDocStoreException, javax.jcr.RepositoryException, OleException, FileNotFoundException
DocumentServiceprocess in interface DocumentServiceOleDocStoreExceptionjavax.jcr.RepositoryExceptionOleExceptionFileNotFoundExceptionpublic void bulkProcess(BulkProcessRequest request) throws Exception
DocumentServicebulkProcess in interface DocumentServiceOleDocStoreExceptionExceptionpublic void bulkIngest(BulkProcessRequest bulkProcessRequest, List<RequestDocument> requestDocuments) throws Exception
Exceptionpublic void batchIngest(BulkProcessRequest bulkProcessRequest, List<RequestDocument> requestDocuments)
public void setRepositoryManager(RepositoryManager repositoryManager)
public BulkProcessRequest getBulkIngestRequest()
public void setBulkIngestRequest(BulkProcessRequest bulkIngestRequest)
public void setTransactionManager(TransactionManager transactionManager)
Copyright © 2004–2016 The Kuali Foundation. All rights reserved.