public class LockDetails extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LockDetails.LockType
The type of lock
|
| Constructor and Description |
|---|
LockDetails(String txnId,
QName lockQName,
LockDetails.LockType lockType) |
| Modifier and Type | Method and Description |
|---|---|
QName |
getLockQName() |
LockDetails.LockType |
getLockType() |
String |
getTxnId() |
public LockDetails(String txnId, QName lockQName, LockDetails.LockType lockType)
txnId - the transaction holding the locklockQName - the qualified name of the locklockType - the type of lockpublic String getTxnId()
public QName getLockQName()
public LockDetails.LockType getLockType()
Copyright © 2005–2020 Alfresco Software. All rights reserved.