Interface NodeTypesCollector
- All Known Subinterfaces:
AggregateManager
public interface NodeTypesCollector
NodeTypesCollector...-
Method Summary
Modifier and TypeMethodDescriptionvoidaddNodeTypes(Node node) 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
Returns the node types used in the aggregates (so far).- Returns:
- node types
-
addNodeTypes
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
-