Interface NodeTypesCollector

  • All Known Subinterfaces:
    AggregateManager

    public interface NodeTypesCollector
    NodeTypesCollector...
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void addNodeTypes​(Node node)
      Add the primary and mixin node types of that node to the internal set of used node types.
      java.util.Set<java.lang.String> getNodeTypes()
      Returns the node types used in the aggregates (so far).
    • Method Detail

      • getNodeTypes

        java.util.Set<java.lang.String> getNodeTypes()
        Returns the node types used in the aggregates (so far).
        Returns:
        node types
      • addNodeTypes

        void addNodeTypes​(Node node)
                   throws RepositoryException
        Add the primary and mixin node types of that node to the internal set of used node types.
        Parameters:
        node - the node
        Throws:
        RepositoryException - if an error occurs