Class AggregateImpl

  • All Implemented Interfaces:
    Aggregate, Dumpable

    public class AggregateImpl
    extends Object
    implements Aggregate
    Collects the items that form an aggregate. The aggregates form a tree on top of the repository one by invoking the respective aggregators. The aggregates are controlled via the AggregateManagerImpl and are loaded dynamically when traversing through the tree.

    The aggregates can then later be used by the aggregators to provide the artifacts of this aggregate.