Overview  Package  Class   Use  Tree  Deprecated  Index  Help 
PREV   NEXT FRAMES    NO FRAMES    All Classes

Uses of Class
org.alfresco.service.cmr.lock.LockType
Packages that use org.alfresco.service.cmr.lock.LockType
org.alfresco.service.cmr.lock Provides the public interface for the lock service that is used to lock nodes.
Uses of LockType in org.alfresco.service.cmr.lock
Methods in org.alfresco.service.cmr.lock that return LockType
LockService.getLockType(NodeRef nodeRef)
          Gets the lock type for the node indicated.
static LockType
LockType.valueOf(String name)
static LockType[]
LockType.values()
Methods in org.alfresco.service.cmr.lock with parameters of type LockType
void
LockService.lock(Collection<NodeRef> nodeRefs, LockType lockType, int timeToExpire)
          Places a lock on all the nodes referenced in the passed list.
void
LockService.lock(NodeRef nodeRef, LockType lockType)
          Places a lock on a node.
void
LockService.lock(NodeRef nodeRef, LockType lockType, int timeToExpire)
          Places a persistent lock on a node.
void
LockService.lock(NodeRef nodeRef, LockType lockType, int timeToExpire, boolean lockChildren)
          Places a lock on a node and optionally on all its children.
void
LockService.lock(NodeRef nodeRef, LockType lockType, int timeToExpire, org.alfresco.repo.lock.mem.Lifetime lifetime)
          Places a lock on a node.
void
LockService.lock(NodeRef nodeRef, LockType lockType, int timeToExpire, org.alfresco.repo.lock.mem.Lifetime lifetime, String additionalInfo)
          Places a lock on a node.

Overview  Package  Class   Use  Tree  Deprecated  Index  Help 
PREV   NEXT FRAMES    NO FRAMES    All Classes

Copyright © 2005–2016 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.