Uses of Interface
org.apache.jackrabbit.vault.fs.api.Filter
Packages that use Filter
Package
Description
-
Uses of Filter in org.apache.jackrabbit.vault.fs.api
Classes in org.apache.jackrabbit.vault.fs.api with type parameters of type FilterModifier and TypeClassDescriptionclassThe 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 entrySubinterfaces of Filter in org.apache.jackrabbit.vault.fs.apiModifier and TypeInterfaceDescriptioninterfaceThe item filter is used to include or exclude a set of repository items.interfaceThe item filter is used to include or exclude a set of paths.Fields in org.apache.jackrabbit.vault.fs.api declared as Filter -
Uses of Filter in org.apache.jackrabbit.vault.fs.filter
Classes in org.apache.jackrabbit.vault.fs.filter that implement FilterModifier and TypeClassDescriptionclassImplements an item filter that matches if a node only has the primary properties: jcr:primaryType, jcr:mixinTypes, jcr:uuid, jcr:created and jcr:createdByclassFilter that checks the declared type of an itemclassThe default path filter provides hierarchical filtering.classImplements a filter that filters item according to their (passed) depth.classDefines an filter that matches file/folder like nodes.classIsNodeFilter...classItem filter that checks if an item is a node.classFilters items according to their names.classFilters on the node type of a node.classThe 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 Filter in org.apache.jackrabbit.vault.vlt.meta
Classes in org.apache.jackrabbit.vault.vlt.meta that implement Filter