Interface NodeServicePolicies.OnCreateChildAssociationPolicy

All Superinterfaces:
AssociationPolicy, Policy
All Known Subinterfaces:
ChildAssociationEventSupportedPolicies
All Known Implementing Classes:
CascadeUpdateAspect, ChildAssociationEventConsolidator, EventGenerationBehaviours, EventGenerator, ImapServiceImpl, IncompleteNodeTagger, IntegrityChecker, LockServiceImpl, OnCreateChildAssociationRuleTrigger, RepoTransferReceiverImpl, RuleServiceImpl
Enclosing interface:
NodeServicePolicies

@AlfrescoPublicApi public static interface NodeServicePolicies.OnCreateChildAssociationPolicy extends AssociationPolicy
  • 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
    onCreateChildAssociation(ChildAssociationRef childAssocRef, boolean isNewNode)
    Called after a node child association has been created.
  • Field Details

    • QNAME

      static final QName QNAME
  • Method Details

    • onCreateChildAssociation

      void onCreateChildAssociation(ChildAssociationRef childAssocRef, boolean isNewNode)
      Called after a node child association has been created.
      Parameters:
      childAssocRef - the child association that has been created
      isNewNode - true if the node is new or false if the node is being linked in