Interface NodeServicePolicies.BeforeCreateStorePolicy

All Superinterfaces:
ClassPolicy, Policy
Enclosing interface:
NodeServicePolicies

@AlfrescoPublicApi public static interface NodeServicePolicies.BeforeCreateStorePolicy 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
    beforeCreateStore(QName nodeTypeQName, StoreRef storeRef)
    Called before a new node store is created.
  • Field Details

    • QNAME

      static final QName QNAME
  • Method Details

    • beforeCreateStore

      void beforeCreateStore(QName nodeTypeQName, 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