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,
org.alfresco.service.namespace.QName lockQName,
LockDetails.LockType lockType) |
| Modifier and Type | Method and Description |
|---|---|
org.alfresco.service.namespace.QName |
getLockQName() |
LockDetails.LockType |
getLockType() |
String |
getTxnId() |
public LockDetails(String txnId, org.alfresco.service.namespace.QName lockQName, LockDetails.LockType lockType)
txnId - the transaction holding the locklockQName - the qualified name of the locklockType - the type of lockpublic String getTxnId()
public org.alfresco.service.namespace.QName getLockQName()
public LockDetails.LockType getLockType()
Copyright © 2005–2018 Alfresco Software. All rights reserved.