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