Uses of Interface
org.apache.jackrabbit.vault.fs.api.Dumpable
-
-
Uses of Dumpable in org.apache.jackrabbit.vault.fs.api
Subinterfaces of Dumpable in org.apache.jackrabbit.vault.fs.api Modifier and Type Interface Description interface
Aggregate
Aggregate
...interface
Aggregator
Defines an artifact aggregator.interface
Artifact
An artifact represents a fragment (or aspect) of a Vault file.interface
ArtifactHandler
ArtifactHandler
s are used to import artifacts into the jcr repository.interface
ArtifactSet
ArtifactSet
...interface
ExportArtifact
Marker interface that denotes an artifact that is exported by jcr fs.interface
Filter
Filter
...interface
ImportArtifact
Marker interface that denotes an artifact that is imported into jcr fs.interface
ItemFilter
The item filter is used to include or exclude a set of repository items.interface
PathFilter
The item filter is used to include or exclude a set of paths.interface
VaultFile
Representation of a node serialization inVaultFileSystem
.interface
WorkspaceFilter
WorkspaceFilter
defined a filter for items (node or property).Classes in org.apache.jackrabbit.vault.fs.api that implement Dumpable Modifier and Type Class Description class
FilterSet<E extends Filter>
The item filter set holds a set of item filters each attributed as include or exclude filter.static class
FilterSet.Entry<E extends Filter>
Holds a filter entryclass
ItemFilterSet
The item filter set holds a set of item filters each attributes as include or exclude filter.class
PathFilterSet
The path filter set holds a set of path filters each attributes as include or exclude filter. -
Uses of Dumpable in org.apache.jackrabbit.vault.fs.config
Classes in org.apache.jackrabbit.vault.fs.config that implement Dumpable Modifier and Type Class Description class
DefaultWorkspaceFilter
Holds a list ofPathFilterSet
s. -
Uses of Dumpable in org.apache.jackrabbit.vault.fs.filter
Classes in org.apache.jackrabbit.vault.fs.filter that implement Dumpable Modifier and Type Class Description class
BaseFilter
Implements an item filter that matches if a node only has the primary properties: jcr:primaryType, jcr:mixinTypes, jcr:uuid, jcr:created and jcr:createdByclass
DeclaringTypeItemFilter
Filter that checks the declared type of an itemclass
DefaultPathFilter
The default path filter provides hierarchical filtering.class
DepthItemFilter
Implements a filter that filters item according to their (passed) depth.class
FileFolderNodeFilter
Defines an filter that matches file/folder like nodes.class
IsMandatoryFilter
IsNodeFilter
...class
IsNodeFilter
Item filter that checks if an item is a node.class
NameItemFilter
Filters items according to their names.class
NodeTypeItemFilter
Filters on the node type of a node.class
NtFileItemFilter
The nt file item filter matches all properties that are defined my the nt:file or nt:resource node type. -
Uses of Dumpable in org.apache.jackrabbit.vault.fs.impl
Classes in org.apache.jackrabbit.vault.fs.impl that implement Dumpable Modifier and Type Class Description class
AbstractArtifact
Implements a generic abstract artifactclass
AggregateImpl
Collects the items that form an aggregate.class
ArtifactSetImpl
Implements a set of artifacts.class
DirectoryArtifact
Implements a generic directory artifact.class
HintArtifact
Implements a generic hint artifact.class
PropertyValueArtifact
Implements a artifact that is based on a property value.class
SerializerArtifact
Implements an output artifact that is based on a serializer, i.e.class
VaultFileImpl
Implements the bridge between the repository based artifacts nodes and their file system representation as a collection of artifacts.class
VaultFileNode
The jcr file node combines the aggregates with the Vault file. -
Uses of Dumpable in org.apache.jackrabbit.vault.packaging
Classes in org.apache.jackrabbit.vault.packaging that implement Dumpable Modifier and Type Class Description class
ScopedWorkspaceFilter
Workspace filter wrapper that limits the filter in- or outside certain paths. -
Uses of Dumpable in org.apache.jackrabbit.vault.vlt.meta
Classes in org.apache.jackrabbit.vault.vlt.meta that implement Dumpable Modifier and Type Class Description class
Ignored
Ignored
...
-