Interface HoldServicePolicies.OnAddToHoldPolicy

All Superinterfaces:
ClassPolicy, Policy
All Known Implementing Classes:
AddToHoldAuditEvent
Enclosing interface:
HoldServicePolicies

public static interface HoldServicePolicies.OnAddToHoldPolicy 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
    onAddToHold(NodeRef hold, NodeRef contentNodeRef)
    Called when content is added to hold.
  • Field Details

    • QNAME

      static final QName QNAME
  • Method Details

    • onAddToHold

      void onAddToHold(NodeRef hold, NodeRef contentNodeRef)
      Called when content is added to hold.
      Parameters:
      hold - the hold to be added into
      contentNodeRef - the item to be added to hold