Uses of Interface
org.apache.jackrabbit.vault.fs.api.Dumpable
- 
- 
Uses of Dumpable in org.apache.jackrabbit.vault.fs.apiSubinterfaces of Dumpable in org.apache.jackrabbit.vault.fs.api Modifier and Type Interface Description interfaceAggregateAggregate...interfaceAggregatorDefines an artifact aggregator.interfaceArtifactAn artifact represents a fragment (or aspect) of a Vault file.interfaceArtifactHandlerArtifactHandlers are used to import artifacts into the jcr repository.interfaceArtifactSetArtifactSet...interfaceExportArtifactMarker interface that denotes an artifact that is exported by jcr fs.interfaceFilterFilter...interfaceImportArtifactMarker interface that denotes an artifact that is imported into jcr fs.interfaceItemFilterThe item filter is used to include or exclude a set of repository items.interfacePathFilterThe item filter is used to include or exclude a set of paths.interfaceVaultFileRepresentation of a node serialization inVaultFileSystem.interfaceWorkspaceFilterWorkspaceFilterdefined a filter for items (node or property).Classes in org.apache.jackrabbit.vault.fs.api that implement Dumpable Modifier and Type Class Description classFilterSet<E extends Filter>The item filter set holds a set of item filters each attributed as include or exclude filter.static classFilterSet.Entry<E extends Filter>Holds a filter entryclassItemFilterSetThe item filter set holds a set of item filters each attributes as include or exclude filter.classPathFilterSetThe 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.configClasses in org.apache.jackrabbit.vault.fs.config that implement Dumpable Modifier and Type Class Description classDefaultWorkspaceFilterHolds a list ofPathFilterSets.
- 
Uses of Dumpable in org.apache.jackrabbit.vault.fs.filterClasses in org.apache.jackrabbit.vault.fs.filter that implement Dumpable Modifier and Type Class Description classBaseFilterImplements an item filter that matches if a node only has the primary properties: jcr:primaryType, jcr:mixinTypes, jcr:uuid, jcr:created and jcr:createdByclassDeclaringTypeItemFilterFilter that checks the declared type of an itemclassDefaultPathFilterThe default path filter provides hierarchical filtering.classDepthItemFilterImplements a filter that filters item according to their (passed) depth.classFileFolderNodeFilterDefines an filter that matches file/folder like nodes.classIsMandatoryFilterIsNodeFilter...classIsNodeFilterItem filter that checks if an item is a node.classNameItemFilterFilters items according to their names.classNodeTypeItemFilterFilters on the node type of a node.classNtFileItemFilterThe nt file item filter matches all properties that are defined my the nt:file or nt:resource node type. the later only, if the respective nodes name is 'jcr:content'.
- 
Uses of Dumpable in org.apache.jackrabbit.vault.fs.implClasses in org.apache.jackrabbit.vault.fs.impl that implement Dumpable Modifier and Type Class Description classAbstractArtifactImplements a generic abstract artifactclassAggregateImplCollects the items that form an aggregate.classArtifactSetImplImplements a set of artifacts.classDirectoryArtifactImplements a generic directory artifact.classHintArtifactImplements a generic hint artifact.classPropertyValueArtifactImplements a artifact that is based on a property value.classSerializerArtifactImplements an output artifact that is based on a serializer, i.e. the preferred access method isAccessType.SPOOLclassVaultFileImplImplements the bridge between the repository based artifacts nodes and their file system representation as a collection of artifacts.classVaultFileNodeThe jcr file node combines the aggregates with the Vault file. each file node produces a list of jcr files, composed out of the artifacts on the artifacts node. the Vault files are the inserted into the overall hierarchy of the Vault filesystem.
- 
Uses of Dumpable in org.apache.jackrabbit.vault.packagingClasses in org.apache.jackrabbit.vault.packaging that implement Dumpable Modifier and Type Class Description classScopedWorkspaceFilterWorkspace filter wrapper that limits the filter in- or outside certain paths.
- 
Uses of Dumpable in org.apache.jackrabbit.vault.vlt.metaClasses in org.apache.jackrabbit.vault.vlt.meta that implement Dumpable Modifier and Type Class Description classIgnoredIgnored...
 
-