@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
DocumentService
process
in interface DocumentService
OleDocStoreException
javax.jcr.RepositoryException
OleException
FileNotFoundException
public void bulkProcess(BulkProcessRequest request) throws Exception
DocumentService
bulkProcess
in interface DocumentService
OleDocStoreException
Exception
public void bulkIngest(BulkProcessRequest bulkProcessRequest, List<RequestDocument> requestDocuments) throws Exception
Exception
public 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.