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 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 entrySubinterfaces of Filter in org.apache.jackrabbit.vault.fs.api Modifier and Type Interface Description 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.Fields in org.apache.jackrabbit.vault.fs.api declared as Filter Modifier and Type Field Description protected EFilterSet.Entry. filterThe 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 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 Filter in org.apache.jackrabbit.vault.vlt.meta
Classes in org.apache.jackrabbit.vault.vlt.meta that implement Filter Modifier and Type Class Description classIgnoredIgnored...
-