public class RdbmsTransactionManager extends AbstractTransactionManager
TransactionManager.TransactionState| Constructor and Description |
|---|
RdbmsTransactionManager() |
getIndexerServicepublic RdbmsTransactionManager()
public void startTransaction(String user, String operation) throws Exception
Exceptionpublic List<ResponseDocument> ingest(List<RequestDocument> requestDocuments) throws Exception
Exceptionpublic List<ResponseDocument> checkIn(List<RequestDocument> requestDocuments) throws Exception
Exceptionpublic List<ResponseDocument> checkOut(List<RequestDocument> requestDocuments, Object object) throws Exception
Exceptionpublic List<ResponseDocument> bind(List<RequestDocument> requestDocuments, String operation) throws Exception
Exceptionpublic List<ResponseDocument> unbind(List<RequestDocument> requestDocuments, String operation) throws Exception
Exceptionpublic List<ResponseDocument> delete(List<RequestDocument> requestDocuments) throws Exception
Exceptionpublic List<ResponseDocument> deleteVerify(List<RequestDocument> requestDocuments) throws Exception
Exceptionpublic void transferInstances(List<RequestDocument> requestDocuments) throws Exception
Exceptionpublic void transferItems(List<RequestDocument> requestDocuments) throws Exception
Exceptionpublic void batchIngest(BulkProcessRequest bulkProcessRequest, List<RequestDocument> requestDocuments) throws Exception
Exceptionpublic void startSession(String user, String operation) throws Exception
Exceptionpublic void closeSession()
public void abort()
public void commit(BatchIngestStatistics batchIngestStatistics) throws OleDocStoreException
OleDocStoreExceptionpublic void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.