Interface NodeServicePolicies.BeforeCreateNodePolicy

All Superinterfaces:
ClassPolicy, Policy
All Known Implementing Classes:
DictionaryModelType, PersonServiceImpl, ThumbnailServiceImpl
Enclosing interface:
NodeServicePolicies

@AlfrescoPublicApi public static interface NodeServicePolicies.BeforeCreateNodePolicy 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
    beforeCreateNode(NodeRef parentRef, QName assocTypeQName, QName assocQName, QName nodeTypeQName)
    Called before a new node is created.
  • Field Details

    • QNAME

      static final QName QNAME
  • Method Details

    • beforeCreateNode

      void beforeCreateNode(NodeRef parentRef, QName assocTypeQName, QName assocQName, QName nodeTypeQName)
      Called before a new node is created.
      Parameters:
      parentRef - the parent node reference
      assocTypeQName - the association type qualified name
      assocQName - the association qualified name
      nodeTypeQName - the node type qualified name