public interface TransactionManager
Modifier and Type | Interface and Description |
---|---|
static class |
TransactionManager.TransactionState |
Modifier and Type | Method and Description |
---|---|
void |
abort() |
void |
batchIngest(BulkProcessRequest bulkProcessRequest,
List<RequestDocument> requestDocuments) |
List<ResponseDocument> |
bind(List<RequestDocument> requestDocuments,
String operation) |
List<ResponseDocument> |
checkIn(List<RequestDocument> requestDocuments) |
List<ResponseDocument> |
checkOut(List<RequestDocument> requestDocuments,
Object object) |
void |
closeSession() |
void |
commit() |
List<ResponseDocument> |
delete(List<RequestDocument> requestDocuments) |
List<ResponseDocument> |
deleteVerify(List<RequestDocument> requestDocuments) |
List<ResponseDocument> |
ingest(List<RequestDocument> requestDocuments) |
void |
startSession(String user,
String operation) |
void |
startTransaction(String user,
String operation) |
void |
transferInstances(List<RequestDocument> requestDocuments) |
void |
transferItems(List<RequestDocument> requestDocuments) |
List<ResponseDocument> |
unbind(List<RequestDocument> requestDocuments,
String operation) |
List<ResponseDocument> ingest(List<RequestDocument> requestDocuments) throws Exception
Exception
List<ResponseDocument> checkIn(List<RequestDocument> requestDocuments) throws Exception
Exception
List<ResponseDocument> checkOut(List<RequestDocument> requestDocuments, Object object) throws Exception
Exception
List<ResponseDocument> bind(List<RequestDocument> requestDocuments, String operation) throws Exception
Exception
List<ResponseDocument> unbind(List<RequestDocument> requestDocuments, String operation) throws Exception
Exception
List<ResponseDocument> delete(List<RequestDocument> requestDocuments) throws Exception
Exception
List<ResponseDocument> deleteVerify(List<RequestDocument> requestDocuments) throws Exception
Exception
void transferInstances(List<RequestDocument> requestDocuments) throws Exception
Exception
void transferItems(List<RequestDocument> requestDocuments) throws Exception
Exception
void batchIngest(BulkProcessRequest bulkProcessRequest, List<RequestDocument> requestDocuments) throws Exception
Exception
void startTransaction(String user, String operation) throws Exception
Exception
void startSession(String user, String operation) throws Exception
Exception
void closeSession()
void abort()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.