Modifier and Type | Method and Description |
---|---|
void |
DocumentManager.bulkIngest(BulkProcessRequest bulkProcessRequest,
List<RequestDocument> requestDocuments)
Performs bulk ingest as per the details in the given bulkProcessRequest.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
JcrAbstractDocumentManager.batchIngest(BulkProcessRequest bulkProcessRequest,
List<RequestDocument> requestDocuments,
javax.jcr.Session session) |
void |
JcrAbstractDocumentManager.bulkIngest(BulkProcessRequest bulkProcessRequest,
List<RequestDocument> requestDocuments) |
Modifier and Type | Method and Description |
---|---|
void |
RdbmsAbstarctDocumentManager.bulkIngest(BulkProcessRequest bulkProcessRequest,
List<RequestDocument> requestDocuments) |
Modifier and Type | Method and Description |
---|---|
BulkProcessRequest |
BulkIngestNIndexProcessor.getBulkProcessRequest() |
Modifier and Type | Method and Description |
---|---|
void |
BulkIngestNIndexProcessor.setBulkProcessRequest(BulkProcessRequest bulkProcessRequest) |
Modifier and Type | Method and Description |
---|---|
BulkProcessRequest |
DocumentServiceImpl.getBulkIngestRequest() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentServiceImpl.batchIngest(BulkProcessRequest bulkProcessRequest,
List<RequestDocument> requestDocuments) |
void |
DocumentServiceImpl.bulkIngest(BulkProcessRequest bulkProcessRequest,
List<RequestDocument> requestDocuments) |
void |
DocumentService.bulkProcess(BulkProcessRequest request)
Processes the documents, as per the operation specified, in the given request.
|
void |
DocumentServiceImpl.bulkProcess(BulkProcessRequest request) |
void |
DocumentServiceImpl.setBulkIngestRequest(BulkProcessRequest bulkIngestRequest) |
Modifier and Type | Method and Description |
---|---|
void |
RdbmsTransactionManager.batchIngest(BulkProcessRequest bulkProcessRequest,
List<RequestDocument> requestDocuments) |
void |
TransactionManager.batchIngest(BulkProcessRequest bulkProcessRequest,
List<RequestDocument> requestDocuments) |
void |
JcrTransactionManager.batchIngest(BulkProcessRequest bulkProcessRequest,
List<RequestDocument> requestDocuments) |
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.