Uses of Interface
org.apache.jackrabbit.vault.fs.api.WorkspaceFilter
-
-
Uses of WorkspaceFilter in org.apache.jackrabbit.vault.fs
Methods in org.apache.jackrabbit.vault.fs with parameters of type WorkspaceFilter Modifier and Type Method Description static VaultFileSystem
Mounter. mount(VaultFsConfig config, WorkspaceFilter wspFilter, javax.jcr.Repository rep, javax.jcr.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 VaultFileSystem
Mounter. mount(VaultFsConfig config, WorkspaceFilter wspFilter, RepositoryAddress mountpoint, String rootPath, javax.jcr.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 WorkspaceFilter Modifier and Type Method Description WorkspaceFilter
AggregateManager. getWorkspaceFilter()
Returns the workspace filter.WorkspaceFilter
VaultFileSystem. getWorkspaceFilter()
Returns the current workspace filter@NotNull WorkspaceFilter
WorkspaceFilter. 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 WorkspaceFilter Modifier and Type Class Description class
DefaultWorkspaceFilter
Holds a list ofPathFilterSet
s.Methods in org.apache.jackrabbit.vault.fs.config that return WorkspaceFilter Modifier and Type Method Description WorkspaceFilter
DefaultMetaInf. getFilter()
Returns the workspace filter.@Nullable WorkspaceFilter
MetaInf. getFilter()
Returns the workspace filter.WorkspaceFilter
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 Modifier and Type Method Description void
DefaultMetaInf. setFilter(WorkspaceFilter filter)
-
Uses of WorkspaceFilter in org.apache.jackrabbit.vault.fs.impl
Methods in org.apache.jackrabbit.vault.fs.impl that return WorkspaceFilter Modifier and Type Method Description WorkspaceFilter
AggregateManagerImpl. getWorkspaceFilter()
WorkspaceFilter
VaultFileSystemImpl. getWorkspaceFilter()
Methods in org.apache.jackrabbit.vault.fs.impl with parameters of type WorkspaceFilter Modifier and Type Method Description static AggregateManager
AggregateManagerImpl. mount(VaultFsConfig config, WorkspaceFilter wspFilter, javax.jcr.Repository rep, javax.jcr.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, javax.jcr.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 WorkspaceFilter Modifier and Type Method Description WorkspaceFilter
ImportOptions. getFilter()
Returns the default workspace filter.Methods in org.apache.jackrabbit.vault.fs.io with parameters of type WorkspaceFilter Modifier and Type Method Description void
ImportOptions. 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 WorkspaceFilter Modifier and Type Class Description class
ScopedWorkspaceFilter
Workspace filter wrapper that limits the filter in- or outside certain paths.Methods in org.apache.jackrabbit.vault.packaging that return WorkspaceFilter Modifier and Type Method Description @NotNull WorkspaceFilter
PackageInfo. getFilter()
Returns the workspace filterWorkspaceFilter
ScopedWorkspaceFilter. translate(PathMapping mapping)
Methods in org.apache.jackrabbit.vault.packaging with parameters of type WorkspaceFilter Modifier and Type Method Description @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.void
JcrPackageDefinition. 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 WorkspaceFilter Modifier and Type Method Description WorkspaceFilter
DefaultPackageInfo. getFilter()
Returns the workspace filterWorkspaceFilter
SubPackageExportProcessor. prepare(WorkspaceFilter originalFilter)
Methods in org.apache.jackrabbit.vault.packaging.impl with parameters of type WorkspaceFilter Modifier and Type Method Description List<JcrPackage>
JcrPackageManagerImpl. listPackages(WorkspaceFilter filter)
Returns the list of all packages installed below the package root that are included in the filter.WorkspaceFilter
SubPackageExportProcessor. prepare(WorkspaceFilter originalFilter)
static void
JcrWorkspaceFilter. saveFilter(WorkspaceFilter filter, javax.jcr.Node defNode, boolean save)
static void
JcrWorkspaceFilter. saveLegacyFilter(WorkspaceFilter filter, javax.jcr.Node defNode, boolean save)
Deprecated.void
JcrPackageDefinitionImpl. 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 WorkspaceFilter Constructor Description DefaultPackageInfo(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 WorkspaceFilter Modifier and Type Method Description @NotNull WorkspaceFilter
RegisteredPackage. getWorkspaceFilter()
Returns theWorkspaceFilter
of this package -
Uses of WorkspaceFilter in org.apache.jackrabbit.vault.packaging.registry.impl
Methods in org.apache.jackrabbit.vault.packaging.registry.impl that return WorkspaceFilter Modifier and Type Method Description WorkspaceFilter
FSInstallState. getFilter()
WorkspaceFilter
FSRegisteredPackage. getWorkspaceFilter()
WorkspaceFilter
JcrRegisteredPackage. getWorkspaceFilter()
Methods in org.apache.jackrabbit.vault.packaging.registry.impl with parameters of type WorkspaceFilter Modifier and Type Method Description FSInstallState
FSInstallState. withFilter(WorkspaceFilter filter)
-
Uses of WorkspaceFilter in org.apache.jackrabbit.vault.rcp
Methods in org.apache.jackrabbit.vault.rcp that return WorkspaceFilter Modifier and Type Method Description WorkspaceFilter
RcpTask. getFilter()
Methods in org.apache.jackrabbit.vault.rcp with parameters of type WorkspaceFilter Modifier and Type Method Description RcpTask
RcpTaskManager. addTask(RepositoryAddress src, ConnectionOptions connectionOptions, javax.jcr.Credentials srcCreds, String dst, String id, WorkspaceFilter srcFilter, @Nullable Boolean recursive)
RcpTask
RcpTaskManager. editTask(@NotNull String taskId, @Nullable RepositoryAddress src, @Nullable ConnectionOptions connectionOptions, @Nullable javax.jcr.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 WorkspaceFilter Modifier and Type Method Description WorkspaceFilter
WorkspaceFilterDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)
WorkspaceFilter
RcpTaskImpl. getFilter()
Methods in org.apache.jackrabbit.vault.rcp.impl with parameters of type WorkspaceFilter Modifier and Type Method Description RcpTask
RcpTaskManagerImpl. addTask(RepositoryAddress src, ConnectionOptions connectionOptions, javax.jcr.Credentials srcCreds, String dst, String id, WorkspaceFilter srcFilter, @Nullable Boolean recursive)
RcpTask
RcpTaskManagerImpl. editTask(@NotNull String taskId, @Nullable RepositoryAddress src, @Nullable ConnectionOptions connectionOptions, @Nullable javax.jcr.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 WorkspaceFilter Constructor Description RcpTaskImpl(@NotNull RcpTaskImpl oldTask, @Nullable RepositoryAddress src, @Nullable ConnectionOptions connectionOptions, @Nullable javax.jcr.Credentials srcCreds, @Nullable String dst, @Nullable List<String> excludes, @Nullable WorkspaceFilter srcFilter, @Nullable Boolean recursive)
RcpTaskImpl(ClassLoader dynLoader, RepositoryAddress src, ConnectionOptions connectionOptions, javax.jcr.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 WorkspaceFilter Constructor Description TreeSync(SyncLog syncLog, FileFilter fileFilter, WorkspaceFilter wspFilter)
-
Uses of WorkspaceFilter in org.apache.jackrabbit.vault.util
Methods in org.apache.jackrabbit.vault.util that return WorkspaceFilter Modifier and Type Method Description WorkspaceFilter
RepositoryCopier. getSrcFilter()
Methods in org.apache.jackrabbit.vault.util with parameters of type WorkspaceFilter Modifier and Type Method Description void
RepositoryCopier. setSourceFilter(WorkspaceFilter srcFilter)
-
Uses of WorkspaceFilter in org.apache.jackrabbit.vault.validation.context
Methods in org.apache.jackrabbit.vault.validation.context that return WorkspaceFilter Modifier and Type Method Description @NotNull WorkspaceFilter
ArchiveValidationContext. getFilter()
-
Uses of WorkspaceFilter in org.apache.jackrabbit.vault.validation.spi
Methods in org.apache.jackrabbit.vault.validation.spi that return WorkspaceFilter Modifier and Type Method Description @NotNull WorkspaceFilter
ValidationContext. getFilter()
Returns the workspace filterMethods in org.apache.jackrabbit.vault.validation.spi with parameters of type WorkspaceFilter Modifier and Type Method Description @Nullable Collection<ValidationMessage>
FilterValidator. validate(@NotNull WorkspaceFilter filter)
Called when a filter is validated.
-