| Package | Description |
|---|---|
| org.fcrepo.services |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
TransactionService.beginTransaction(javax.jcr.Session sess)
Create a new Transaction and add it to the currently open ones
|
Transaction |
TransactionService.commit(String txid)
Commit a
Transaction with the given id |
Transaction |
TransactionService.getTransaction(String txid)
Retrieve an open
Transaction |
Transaction |
TransactionService.rollback(String txid)
Roll a
Transaction back |
Copyright © 2013 DuraSpace, Inc.. All Rights Reserved.