Uses of Enum Class
org.alfresco.repo.lock.mem.Lifetime
Packages that use Lifetime
Package
Description
Provides the public interface for the lock service that is used to lock nodes.
-
Uses of Lifetime in org.alfresco.repo.lock
Methods in org.alfresco.repo.lock with parameters of type Lifetime -
Uses of Lifetime in org.alfresco.repo.lock.mem
Methods in org.alfresco.repo.lock.mem that return LifetimeModifier and TypeMethodDescriptionLockState.getLifetime()static LifetimeReturns the enum constant of this class with the specified name.static Lifetime[]Lifetime.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.alfresco.repo.lock.mem with parameters of type Lifetime -
Uses of Lifetime in org.alfresco.repo.virtual.bundle
Methods in org.alfresco.repo.virtual.bundle with parameters of type LifetimeModifier and TypeMethodDescriptionvoidVirtualLockServiceExtension.lock(NodeRef nodeRef, LockType lockType, int timeToExpire, Lifetime lifetime) voidVirtualLockServiceExtension.lock(NodeRef nodeRef, LockType lockType, int timeToExpire, Lifetime lifetime, boolean lockChildren) voidVirtualLockServiceExtension.lock(NodeRef nodeRef, LockType lockType, int timeToExpire, Lifetime lifetime, String additionalInfo) -
Uses of Lifetime in org.alfresco.service.cmr.lock
Methods in org.alfresco.service.cmr.lock with parameters of type LifetimeModifier and TypeMethodDescriptionvoidPlaces a lock on a node.voidLockService.lock(NodeRef nodeRef, LockType lockType, int timeToExpire, Lifetime lifetime, boolean lockChildren) Places a lock on a node and optionally on all its children.voidLockService.lock(NodeRef nodeRef, LockType lockType, int timeToExpire, Lifetime lifetime, String additionalInfo) Places a lock on a node.