Interface LockServicePolicies.BeforeLock

All Superinterfaces:
ClassPolicy, Policy
All Known Implementing Classes:
RenditionServiceImpl
Enclosing interface:
LockServicePolicies

public static interface LockServicePolicies.BeforeLock extends ClassPolicy
Policy for behavior before a lock is made.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy

    Policy.Arg
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final QName
     

    Fields inherited from interface org.alfresco.repo.policy.Policy

    NAMESPACE
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    beforeLock(NodeRef nodeRef, LockType lockType)
    Called before an attempt to lock the given node is made.
  • Field Details

    • QNAME

      static final QName QNAME
  • Method Details

    • beforeLock

      void beforeLock(NodeRef nodeRef, LockType lockType)
      Called before an attempt to lock the given node is made.
      Parameters:
      nodeRef - NodeRef
      lockType - LockType