Uses of Interface
org.apache.jackrabbit.vault.fs.api.Filter
-
Packages that use Filter Package Description org.apache.jackrabbit.vault.fs.api org.apache.jackrabbit.vault.fs.filter org.apache.jackrabbit.vault.vlt.meta -
-
Uses of Filter in org.apache.jackrabbit.vault.fs.api
Classes in org.apache.jackrabbit.vault.fs.api with type parameters of type Filter 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 entrySubinterfaces of Filter in org.apache.jackrabbit.vault.fs.api Modifier and Type Interface Description 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.Fields in org.apache.jackrabbit.vault.fs.api declared as Filter Modifier and Type Field Description protected E
FilterSet.Entry. filter
The item filter -
Uses of Filter in org.apache.jackrabbit.vault.fs.filter
Classes in org.apache.jackrabbit.vault.fs.filter that implement Filter 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 Filter in org.apache.jackrabbit.vault.vlt.meta
Classes in org.apache.jackrabbit.vault.vlt.meta that implement Filter Modifier and Type Class Description class
Ignored
Ignored
...
-