Uses of Interface
org.apache.jackrabbit.vault.fs.api.Aggregate
- 
Packages that use Aggregate Package Description org.apache.jackrabbit.vault.cli org.apache.jackrabbit.vault.fs.api org.apache.jackrabbit.vault.fs.impl 
- 
- 
Uses of Aggregate in org.apache.jackrabbit.vault.cliMethods in org.apache.jackrabbit.vault.cli that return Aggregate Modifier and Type Method Description protected AggregateVaultFsApp. getArtifactsNode(String path, boolean mustExist)Constructors in org.apache.jackrabbit.vault.cli with parameters of type Aggregate Constructor Description AggregateCFile(Aggregate file)AggregateExecutionContext(VaultFsApp app, String name, Aggregate rootNode)
- 
Uses of Aggregate in org.apache.jackrabbit.vault.fs.apiMethods in org.apache.jackrabbit.vault.fs.api that return Aggregate Modifier and Type Method Description AggregateAggregate. getAggregate(String relPath)AggregateVaultFile. getAggregate()Returns the artifacts node of this file ornullif it's transientAggregateVaultFile. getControllingAggregate()Returns the aggregate that controls this file.AggregateAggregate. getParent()AggregateAggregateManager. getRoot()Returns the root aggregate of the treeMethods in org.apache.jackrabbit.vault.fs.api that return types with arguments of type Aggregate Modifier and Type Method Description List<? extends Aggregate>Aggregate. getLeaves()Returns the leaves of this aggregate ornull.Methods in org.apache.jackrabbit.vault.fs.api with parameters of type Aggregate Modifier and Type Method Description ImportInfoArtifactHandler. accept(Session session, Aggregate parent, String name, ArtifactSet artifacts)Imports an artifact set as new child node for the given parent.ImportInfoArtifactHandler. accept(Session session, Aggregate aggregate, ArtifactSet artifacts)Imports an artifact set for the given node.ArtifactSetAggregator. createArtifacts(Aggregate aggregate)Creates the artifact set of the content aggregation.
- 
Uses of Aggregate in org.apache.jackrabbit.vault.fs.implClasses in org.apache.jackrabbit.vault.fs.impl that implement Aggregate Modifier and Type Class Description classAggregateImplCollects the items that form an aggregate.Methods in org.apache.jackrabbit.vault.fs.impl that return Aggregate Modifier and Type Method Description AggregateAggregateBuilder. getAggregate()Returns the node this output was created forAggregateAggregateImpl. getAggregate(String relPath)AggregateVaultFileImpl. getAggregate()AggregateVaultFileNode. getAggregate()AggregateVaultFileImpl. getControllingAggregate()AggregateAggregateImpl. getParent()Methods in org.apache.jackrabbit.vault.fs.impl that return types with arguments of type Aggregate Modifier and Type Method Description List<? extends Aggregate>AggregateImpl. getLeaves()Constructors in org.apache.jackrabbit.vault.fs.impl with parameters of type Aggregate Constructor Description VaultFileSystemImpl(Aggregate rootAggregate, String rootPath, boolean ownMgr)Creates a new os file system that uses the given manager.
 
-