public class LockDetails
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LockDetails.LockType
The type of lock
|
| Constructor and Description |
|---|
LockDetails(java.lang.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() |
java.lang.String |
getTxnId() |
public LockDetails(java.lang.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 java.lang.String getTxnId()
public org.alfresco.service.namespace.QName getLockQName()
public LockDetails.LockType getLockType()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.