Interface NodeTypesCollector

All Known Subinterfaces:
AggregateManager

public interface NodeTypesCollector
NodeTypesCollector...
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Add the primary and mixin node types of that node to the internal set of used node types.
    Returns the node types used in the aggregates (so far).
  • Method Details

    • getNodeTypes

      Set<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