Interface NodeServicePolicies.BeforeCreateStorePolicy

    • 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 org.alfresco.service.namespace.QName QNAME  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void beforeCreateStore​(org.alfresco.service.namespace.QName nodeTypeQName, org.alfresco.service.cmr.repository.StoreRef storeRef)
      Called before a new node store is created.
    • Field Detail

      • QNAME

        static final org.alfresco.service.namespace.QName QNAME
    • Method Detail

      • beforeCreateStore

        void beforeCreateStore​(org.alfresco.service.namespace.QName nodeTypeQName,
                               org.alfresco.service.cmr.repository.StoreRef storeRef)
        Called before a new node store is created.
        Parameters:
        nodeTypeQName - the type of the node that will be used for the root
        storeRef - the reference to the store about to be created