|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TransactionResource
TransactionResource extends the DavResource interface by
transaction relevant METHODS.
| Field Summary | |
|---|---|
static String |
METHODS
|
| Method Summary | |
|---|---|
String |
getTransactionId()
The TransactionId or null according to the value of the
corresponding request header
field. |
void |
init(TxLockManager txMgr,
String transactionId)
Initializes the TransactionResource. |
void |
unlock(String lockToken,
TransactionInfo info)
Overloads the unlock method of the DavResource
interface. |
| Methods inherited from interface org.apache.jackrabbit.webdav.DavResource |
|---|
addLockManager, addMember, alterProperties, copy, exists, getCollection, getComplianceClass, getDisplayName, getFactory, getHref, getLocator, getLock, getLocks, getMembers, getModificationTime, getProperties, getProperty, getPropertyNames, getResourcePath, getSession, getSupportedMethods, hasLock, isCollection, isLockable, lock, move, refreshLock, removeMember, removeProperty, setProperty, spool, unlock |
| Field Detail |
|---|
static final String METHODS
| Method Detail |
|---|
void init(TxLockManager txMgr,
String transactionId)
TransactionResource.
txMgr - transactionId - String getTransactionId()
null according to the value of the
corresponding request header
field.
null
void unlock(String lockToken,
TransactionInfo info)
throws DavException
unlock method of the DavResource
interface.
lockToken - lock token as present in the request header.info - transaction info object as present in the UNLOCK request body.
DavException - if an error occursDavResource.unlock(String),
TransactionDavServletRequest.getTransactionId(),
DavServletRequest.getLockToken()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||