Interface HoldServicePolicies.BeforeAddToHoldPolicy

All Superinterfaces:
ClassPolicy, Policy
Enclosing interface:
HoldServicePolicies

public static interface HoldServicePolicies.BeforeAddToHoldPolicy extends ClassPolicy
  • 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
    beforeAddToHold(NodeRef hold, NodeRef contentNodeRef)
    Called before adding content to hold.
  • Field Details

    • QNAME

      static final QName QNAME
  • Method Details

    • beforeAddToHold

      void beforeAddToHold(NodeRef hold, NodeRef contentNodeRef)
      Called before adding content to hold.
      Parameters:
      hold - the hold to be added into
      contentNodeRef - the item to be added to hold