Uses of Interface
org.alfresco.repo.forms.processor.Filter
-
Packages that use Filter Package Description org.alfresco.repo.forms.processor org.alfresco.repo.forms.processor.workflow -
-
Uses of Filter in org.alfresco.repo.forms.processor
Classes in org.alfresco.repo.forms.processor that implement Filter Modifier and Type Class Description classAbstractFilter<ItemType,PersistType>Abstract base class for all Filter implementations.Fields in org.alfresco.repo.forms.processor with type parameters of type Filter Modifier and Type Field Description protected java.util.List<Filter<ItemType,PersistType>>FilterRegistry. filtersMethods in org.alfresco.repo.forms.processor that return types with arguments of type Filter Modifier and Type Method Description java.util.List<Filter<ItemType,PersistType>>FilterRegistry. getFilters()Returns a list of active filtersMethods in org.alfresco.repo.forms.processor with parameters of type Filter Modifier and Type Method Description voidFilterRegistry. 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 Modifier and Type Class Description classWorkflowFormFilter<ItemType,PersistType>
-