public class DocumentServiceImpl extends Object implements DocumentService
| Modifier and Type | Field and Description |
|---|---|
protected RepositoryManager |
repositoryManager |
| Modifier and Type | Method and Description |
|---|---|
void |
batchIngest(BulkProcessRequest bulkProcessRequest,
List<RequestDocument> requestDocuments) |
void |
bulkIngest(BulkProcessRequest bulkProcessRequest,
List<RequestDocument> requestDocuments) |
void |
bulkProcess(BulkProcessRequest request)
Processes the documents, as per the operation specified, in the given request.
|
BulkProcessRequest |
getBulkIngestRequest() |
static DocumentServiceImpl |
getInstance() |
Response |
process(Request request)
Processes the documents, as per the operation specified, in the given request.
|
void |
setBulkIngestRequest(BulkProcessRequest bulkIngestRequest) |
void |
setRepositoryManager(RepositoryManager repositoryManager) |
void |
setTransactionManager(TransactionManager transactionManager) |
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–2015 The Kuali Foundation. All rights reserved.