Uses of Interface
org.apache.jackrabbit.vault.fs.api.WorkspaceFilter
Packages that use WorkspaceFilter
Package
Description
Provides common implementations of
ValidationContextThe FileVault validation framework SPI.
-
Uses of WorkspaceFilter in org.apache.jackrabbit.vault.fs
Methods in org.apache.jackrabbit.vault.fs with parameters of type WorkspaceFilterModifier and TypeMethodDescriptionstatic VaultFileSystemMounter.mount(VaultFsConfig config, WorkspaceFilter wspFilter, Repository rep, Credentials credentials, RepositoryAddress mountpoint, String rootPath) Mounts a new Vault filesystem that is rooted at the given path using the provided repository, credentials and workspace to create the session.static VaultFileSystemMounter.mount(VaultFsConfig config, WorkspaceFilter wspFilter, RepositoryAddress mountpoint, String rootPath, Session session) Mounts a new Vault filesystem on the given repository node. -
Uses of WorkspaceFilter in org.apache.jackrabbit.vault.fs.api
Methods in org.apache.jackrabbit.vault.fs.api that return WorkspaceFilterModifier and TypeMethodDescriptionAggregateManager.getWorkspaceFilter()Returns the workspace filter.VaultFileSystem.getWorkspaceFilter()Returns the current workspace filter@NotNull WorkspaceFilterWorkspaceFilter.translate(@Nullable PathMapping mapping) Translates this workspace filter using the given path mapping. -
Uses of WorkspaceFilter in org.apache.jackrabbit.vault.fs.config
Classes in org.apache.jackrabbit.vault.fs.config that implement WorkspaceFilterMethods in org.apache.jackrabbit.vault.fs.config that return WorkspaceFilterModifier and TypeMethodDescriptionDefaultMetaInf.getFilter()Returns the workspace filter.@Nullable WorkspaceFilterMetaInf.getFilter()Returns the workspace filter.DefaultWorkspaceFilter.translate(PathMapping mapping) Translates this workspace filter using the given path mapping.Methods in org.apache.jackrabbit.vault.fs.config with parameters of type WorkspaceFilter -
Uses of WorkspaceFilter in org.apache.jackrabbit.vault.fs.impl
Methods in org.apache.jackrabbit.vault.fs.impl that return WorkspaceFilterModifier and TypeMethodDescriptionAggregateManagerImpl.getWorkspaceFilter()VaultFileSystemImpl.getWorkspaceFilter()Methods in org.apache.jackrabbit.vault.fs.impl with parameters of type WorkspaceFilterModifier and TypeMethodDescriptionstatic 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. -
Uses of WorkspaceFilter in org.apache.jackrabbit.vault.fs.io
Methods in org.apache.jackrabbit.vault.fs.io that return WorkspaceFilterModifier and TypeMethodDescriptionImportOptions.getFilter()Returns the default workspace filter.Methods in org.apache.jackrabbit.vault.fs.io with parameters of type WorkspaceFilterModifier and TypeMethodDescriptionvoidImportOptions.setFilter(WorkspaceFilter filter) Sets the default workspace filter. -
Uses of WorkspaceFilter in org.apache.jackrabbit.vault.packaging
Classes in org.apache.jackrabbit.vault.packaging that implement WorkspaceFilterModifier and TypeClassDescriptionclassWorkspace filter wrapper that limits the filter in- or outside certain paths.Methods in org.apache.jackrabbit.vault.packaging that return WorkspaceFilterModifier and TypeMethodDescription@NotNull WorkspaceFilterPackageInfo.getFilter()Returns the workspace filterScopedWorkspaceFilter.translate(PathMapping mapping) Methods in org.apache.jackrabbit.vault.packaging with parameters of type WorkspaceFilterModifier and TypeMethodDescription@NotNull List<JcrPackage>JcrPackageManager.listPackages(@Nullable WorkspaceFilter filter) Returns the list of all packages installed below the package root that are included in the filter.voidJcrPackageDefinition.setFilter(@Nullable WorkspaceFilter filter, boolean autoSave) Sets the filter to this definition and stores it in a node representation. -
Uses of WorkspaceFilter in org.apache.jackrabbit.vault.packaging.impl
Methods in org.apache.jackrabbit.vault.packaging.impl that return WorkspaceFilterModifier and TypeMethodDescriptionDefaultPackageInfo.getFilter()Returns the workspace filterSubPackageExportProcessor.prepare(WorkspaceFilter originalFilter) Methods in org.apache.jackrabbit.vault.packaging.impl with parameters of type WorkspaceFilterModifier and TypeMethodDescriptionJcrPackageManagerImpl.listPackages(WorkspaceFilter filter) Returns the list of all packages installed below the package root that are included in the filter.SubPackageExportProcessor.prepare(WorkspaceFilter originalFilter) static voidJcrWorkspaceFilter.saveFilter(WorkspaceFilter filter, Node defNode, boolean save) static voidJcrWorkspaceFilter.saveLegacyFilter(WorkspaceFilter filter, Node defNode, boolean save) Deprecated.voidJcrPackageDefinitionImpl.setFilter(WorkspaceFilter filter, boolean autoSave) Sets the filter to this definition and stores it in a node representation.Constructors in org.apache.jackrabbit.vault.packaging.impl with parameters of type WorkspaceFilterModifierConstructorDescriptionDefaultPackageInfo(PackageId id, WorkspaceFilter filter, PackageType packageType) -
Uses of WorkspaceFilter in org.apache.jackrabbit.vault.packaging.registry
Methods in org.apache.jackrabbit.vault.packaging.registry that return WorkspaceFilterModifier and TypeMethodDescription@NotNull WorkspaceFilterRegisteredPackage.getWorkspaceFilter()Returns theWorkspaceFilterof this package -
Uses of WorkspaceFilter in org.apache.jackrabbit.vault.packaging.registry.impl
Methods in org.apache.jackrabbit.vault.packaging.registry.impl that return WorkspaceFilterModifier and TypeMethodDescriptionFSInstallState.getFilter()FSRegisteredPackage.getWorkspaceFilter()JcrRegisteredPackage.getWorkspaceFilter()Methods in org.apache.jackrabbit.vault.packaging.registry.impl with parameters of type WorkspaceFilter -
Uses of WorkspaceFilter in org.apache.jackrabbit.vault.rcp
Methods in org.apache.jackrabbit.vault.rcp that return WorkspaceFilterMethods in org.apache.jackrabbit.vault.rcp with parameters of type WorkspaceFilterModifier and TypeMethodDescriptionRcpTaskManager.addTask(RepositoryAddress src, ConnectionOptions connectionOptions, Credentials srcCreds, String dst, String id, WorkspaceFilter srcFilter, @Nullable Boolean recursive) RcpTaskManager.editTask(@NotNull String taskId, @Nullable RepositoryAddress src, @Nullable ConnectionOptions connectionOptions, @Nullable Credentials srcCreds, @Nullable String dst, @Nullable List<String> excludes, @Nullable WorkspaceFilter srcFilter, @Nullable Boolean recursive) -
Uses of WorkspaceFilter in org.apache.jackrabbit.vault.rcp.impl
Methods in org.apache.jackrabbit.vault.rcp.impl that return WorkspaceFilterModifier and TypeMethodDescriptionWorkspaceFilterDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) RcpTaskImpl.getFilter()Methods in org.apache.jackrabbit.vault.rcp.impl with parameters of type WorkspaceFilterModifier and TypeMethodDescriptionRcpTaskManagerImpl.addTask(RepositoryAddress src, ConnectionOptions connectionOptions, Credentials srcCreds, String dst, String id, WorkspaceFilter srcFilter, @Nullable Boolean recursive) RcpTaskManagerImpl.editTask(@NotNull String taskId, @Nullable RepositoryAddress src, @Nullable ConnectionOptions connectionOptions, @Nullable Credentials srcCreds, @Nullable String dst, @Nullable List<String> excludes, @Nullable WorkspaceFilter srcFilter, @Nullable Boolean recursive) Constructors in org.apache.jackrabbit.vault.rcp.impl with parameters of type WorkspaceFilterModifierConstructorDescriptionRcpTaskImpl(@NotNull RcpTaskImpl oldTask, @Nullable RepositoryAddress src, @Nullable ConnectionOptions connectionOptions, @Nullable Credentials srcCreds, @Nullable String dst, @Nullable List<String> excludes, @Nullable WorkspaceFilter srcFilter, @Nullable Boolean recursive) RcpTaskImpl(ClassLoader dynLoader, RepositoryAddress src, ConnectionOptions connectionOptions, Credentials srcCreds, String dst, String id, WorkspaceFilter srcFilter, @Nullable Boolean recursive) -
Uses of WorkspaceFilter in org.apache.jackrabbit.vault.sync.impl
Constructors in org.apache.jackrabbit.vault.sync.impl with parameters of type WorkspaceFilterModifierConstructorDescriptionTreeSync(SyncLog syncLog, FileFilter fileFilter, WorkspaceFilter wspFilter) -
Uses of WorkspaceFilter in org.apache.jackrabbit.vault.util
Methods in org.apache.jackrabbit.vault.util that return WorkspaceFilterMethods in org.apache.jackrabbit.vault.util with parameters of type WorkspaceFilterModifier and TypeMethodDescriptionvoidRepositoryCopier.setSourceFilter(WorkspaceFilter srcFilter) -
Uses of WorkspaceFilter in org.apache.jackrabbit.vault.validation.context
Methods in org.apache.jackrabbit.vault.validation.context that return WorkspaceFilter -
Uses of WorkspaceFilter in org.apache.jackrabbit.vault.validation.spi
Methods in org.apache.jackrabbit.vault.validation.spi that return WorkspaceFilterModifier and TypeMethodDescription@NotNull WorkspaceFilterValidationContext.getFilter()Returns the workspace filterMethods in org.apache.jackrabbit.vault.validation.spi with parameters of type WorkspaceFilterModifier and TypeMethodDescription@Nullable Collection<ValidationMessage>FilterValidator.validate(@NotNull WorkspaceFilter filter) Called when a filter is validated.