Interface NodeServicePolicies.OnCreateStorePolicy

All Superinterfaces:
ClassPolicy, Policy
Enclosing interface:
NodeServicePolicies

@AlfrescoPublicApi public static interface NodeServicePolicies.OnCreateStorePolicy 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
    onCreateStore(NodeRef rootNodeRef)
    Called when a new node store has been created.
  • Field Details

    • QNAME

      static final QName QNAME
  • Method Details

    • onCreateStore

      void onCreateStore(NodeRef rootNodeRef)
      Called when a new node store has been created.
      Parameters:
      rootNodeRef - the reference to the newly created root node