Uses of Interface
org.apache.jackrabbit.vault.fs.api.AggregateManager
-
Packages that use AggregateManager Package Description org.apache.jackrabbit.vault.fs.api org.apache.jackrabbit.vault.fs.impl -
-
Uses of AggregateManager in org.apache.jackrabbit.vault.fs.api
Methods in org.apache.jackrabbit.vault.fs.api that return AggregateManager Modifier and Type Method Description AggregateManager
VaultFileSystem. getAggregateManager()
Returns the attached artifacts manager.AggregateManager
Aggregate. getManager()
Returns the artifact manager this node belongs to. -
Uses of AggregateManager in org.apache.jackrabbit.vault.fs.impl
Classes in org.apache.jackrabbit.vault.fs.impl that implement AggregateManager Modifier and Type Class Description class
AggregateManagerImpl
The artifact manager exposes an artifact node tree using the configured aggregators and serializers.Methods in org.apache.jackrabbit.vault.fs.impl that return AggregateManager Modifier and Type Method Description AggregateManager
VaultFileSystemImpl. getAggregateManager()
static AggregateManager
AggregateManagerImpl. mount(VaultFsConfig config, WorkspaceFilter wspFilter, Repository rep, Credentials credentials, RepositoryAddress mountpoint)
Creates a new artifact manager that is rooted at the given path using the provided repository, credentials and workspace to create the session.static AggregateManager
AggregateManagerImpl. mount(VaultFsConfig config, WorkspaceFilter wspFilter, RepositoryAddress mountpoint, Session session)
Creates a new artifact manager that is rooted at the given node.
-