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.cli
Methods in org.apache.jackrabbit.vault.cli that return Aggregate Modifier and Type Method Description protected Aggregate
VaultFsApp. 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.api
Methods in org.apache.jackrabbit.vault.fs.api that return Aggregate Modifier and Type Method Description Aggregate
Aggregate. getAggregate(String relPath)
Aggregate
VaultFile. getAggregate()
Returns the artifacts node of this file ornull
if it's transientAggregate
VaultFile. getControllingAggregate()
Returns the aggregate that controls this file.Aggregate
Aggregate. getParent()
Aggregate
AggregateManager. 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 ImportInfo
ArtifactHandler. accept(Session session, Aggregate parent, String name, ArtifactSet artifacts)
Imports an artifact set as new child node for the given parent.ImportInfo
ArtifactHandler. accept(Session session, Aggregate aggregate, ArtifactSet artifacts)
Imports an artifact set for the given node.ArtifactSet
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 Aggregate Modifier and Type Class Description class
AggregateImpl
Collects the items that form an aggregate.Methods in org.apache.jackrabbit.vault.fs.impl that return Aggregate Modifier and Type Method Description Aggregate
AggregateBuilder. getAggregate()
Returns the node this output was created forAggregate
AggregateImpl. getAggregate(String relPath)
Aggregate
VaultFileImpl. getAggregate()
Aggregate
VaultFileNode. getAggregate()
Aggregate
VaultFileImpl. getControllingAggregate()
Aggregate
AggregateImpl. 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.
-