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.apiMethods in org.apache.jackrabbit.vault.fs.api that return AggregateManager Modifier and Type Method Description AggregateManagerVaultFileSystem. getAggregateManager()Returns the attached artifacts manager.AggregateManagerAggregate. getManager()Returns the artifact manager this node belongs to.
- 
Uses of AggregateManager in org.apache.jackrabbit.vault.fs.implClasses in org.apache.jackrabbit.vault.fs.impl that implement AggregateManager Modifier and Type Class Description classAggregateManagerImplThe 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 AggregateManagerVaultFileSystemImpl. getAggregateManager()static AggregateManagerAggregateManagerImpl. 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 AggregateManagerAggregateManagerImpl. mount(VaultFsConfig config, WorkspaceFilter wspFilter, RepositoryAddress mountpoint, Session session)Creates a new artifact manager that is rooted at the given node.
 
-