Uses of Interface
org.apache.jackrabbit.vault.fs.api.Aggregate
Packages that use Aggregate
Package
Description
-
Uses of Aggregate in org.apache.jackrabbit.vault.cli
Methods in org.apache.jackrabbit.vault.cli that return AggregateModifier and TypeMethodDescriptionprotected AggregateVaultFsApp.getArtifactsNode(String path, boolean mustExist) Constructors in org.apache.jackrabbit.vault.cli with parameters of type AggregateModifierConstructorDescriptionAggregateCFile(Aggregate file) AggregateExecutionContext(VaultFsApp app, String name, Aggregate rootNode) -
Uses of Aggregate in org.apache.jackrabbit.vault.fs.api
Methods in org.apache.jackrabbit.vault.fs.api that return AggregateModifier and TypeMethodDescriptionAggregate.getAggregate(String relPath) VaultFile.getAggregate()Returns the artifacts node of this file ornullif it's transientVaultFile.getControllingAggregate()Returns the aggregate that controls this file.Aggregate.getParent()AggregateManager.getRoot()Returns the root aggregate of the treeMethods in org.apache.jackrabbit.vault.fs.api that return types with arguments of type AggregateModifier and TypeMethodDescriptionAggregate.getLeaves()Returns the leaves of this aggregate ornull.Methods in org.apache.jackrabbit.vault.fs.api with parameters of type AggregateModifier and TypeMethodDescriptionArtifactHandler.accept(Session session, Aggregate parent, String name, ArtifactSet artifacts) Imports an artifact set as new child node for the given parent.ArtifactHandler.accept(Session session, Aggregate aggregate, ArtifactSet artifacts) Imports an artifact set for the given node.Aggregator.createArtifacts(Aggregate aggregate) Creates the artifact set of the content aggregation. -
Uses of Aggregate in org.apache.jackrabbit.vault.fs.impl
Classes in org.apache.jackrabbit.vault.fs.impl that implement AggregateMethods in org.apache.jackrabbit.vault.fs.impl that return AggregateModifier and TypeMethodDescriptionAggregateBuilder.getAggregate()Returns the node this output was created forAggregateImpl.getAggregate(String relPath) VaultFileImpl.getAggregate()VaultFileNode.getAggregate()VaultFileImpl.getControllingAggregate()AggregateImpl.getParent()Methods in org.apache.jackrabbit.vault.fs.impl that return types with arguments of type AggregateConstructors in org.apache.jackrabbit.vault.fs.impl with parameters of type AggregateModifierConstructorDescriptionVaultFileSystemImpl(Aggregate rootAggregate, String rootPath, boolean ownMgr) Creates a new os file system that uses the given manager.