Uses of Interface
org.alfresco.repo.forms.processor.Filter
Packages that use Filter
-
Uses of Filter in org.alfresco.repo.forms.processor
Classes in org.alfresco.repo.forms.processor that implement FilterModifier and TypeClassDescriptionclassAbstractFilter<ItemType,PersistType> Abstract base class for all Filter implementations.Fields in org.alfresco.repo.forms.processor with type parameters of type FilterModifier and TypeFieldDescriptionprotected List<Filter<ItemType,PersistType>> FilterRegistry.filtersMethods in org.alfresco.repo.forms.processor that return types with arguments of type FilterMethods in org.alfresco.repo.forms.processor with parameters of type FilterModifier and TypeMethodDescriptionvoidFilterRegistry.addFilter(Filter<ItemType, PersistType> filter) Registers a filter -
Uses of Filter in org.alfresco.repo.forms.processor.workflow
Classes in org.alfresco.repo.forms.processor.workflow that implement Filter