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 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 WorkspaceFilter Modifier and Type Method Description WorkspaceFilterAggregateManager. getWorkspaceFilter()Returns the workspace filter.WorkspaceFilterVaultFileSystem. 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 WorkspaceFilter Modifier and Type Class Description classDefaultWorkspaceFilterHolds a list ofPathFilterSets.Methods in org.apache.jackrabbit.vault.fs.config that return WorkspaceFilter Modifier and Type Method Description WorkspaceFilterDefaultMetaInf. getFilter()Returns the workspace filter.@Nullable WorkspaceFilterMetaInf. getFilter()Returns the workspace filter.WorkspaceFilterDefaultWorkspaceFilter. 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 voidDefaultMetaInf. 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 WorkspaceFilterAggregateManagerImpl. getWorkspaceFilter()WorkspaceFilterVaultFileSystemImpl. getWorkspaceFilter()Methods in org.apache.jackrabbit.vault.fs.impl with parameters of type WorkspaceFilter Modifier and Type Method Description 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. -
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 WorkspaceFilterImportOptions. getFilter()Returns the default workspace filter.Methods in org.apache.jackrabbit.vault.fs.io with parameters of type WorkspaceFilter Modifier and Type Method Description voidImportOptions. 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 classScopedWorkspaceFilterWorkspace 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 WorkspaceFilterPackageInfo. getFilter()Returns the workspace filterWorkspaceFilterScopedWorkspaceFilter. 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.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 WorkspaceFilter Modifier and Type Method Description WorkspaceFilterDefaultPackageInfo. getFilter()Returns the workspace filterWorkspaceFilterSubPackageExportProcessor. 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.WorkspaceFilterSubPackageExportProcessor. 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 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 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 WorkspaceFilter Modifier and Type Method Description WorkspaceFilterFSInstallState. getFilter()WorkspaceFilterFSRegisteredPackage. getWorkspaceFilter()WorkspaceFilterJcrRegisteredPackage. getWorkspaceFilter()Methods in org.apache.jackrabbit.vault.packaging.registry.impl with parameters of type WorkspaceFilter Modifier and Type Method Description FSInstallStateFSInstallState. 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 WorkspaceFilterRcpTask. getFilter()Methods in org.apache.jackrabbit.vault.rcp with parameters of type WorkspaceFilter Modifier and Type Method Description RcpTaskRcpTaskManager. addTask(RepositoryAddress src, ConnectionOptions connectionOptions, Credentials srcCreds, String dst, String id, WorkspaceFilter srcFilter, @Nullable Boolean recursive)RcpTaskRcpTaskManager. 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 WorkspaceFilter Modifier and Type Method Description WorkspaceFilterWorkspaceFilterDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)WorkspaceFilterRcpTaskImpl. getFilter()Methods in org.apache.jackrabbit.vault.rcp.impl with parameters of type WorkspaceFilter Modifier and Type Method Description RcpTaskRcpTaskManagerImpl. addTask(RepositoryAddress src, ConnectionOptions connectionOptions, Credentials srcCreds, String dst, String id, WorkspaceFilter srcFilter, @Nullable Boolean recursive)RcpTaskRcpTaskManagerImpl. 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 WorkspaceFilter Constructor Description RcpTaskImpl(@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 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 WorkspaceFilterRepositoryCopier. getSrcFilter()Methods in org.apache.jackrabbit.vault.util with parameters of type WorkspaceFilter Modifier and Type Method Description voidRepositoryCopier. 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 WorkspaceFilterArchiveValidationContext. 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 WorkspaceFilterValidationContext. 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.
-