Uses of Interface
org.alfresco.repo.event2.filter.EventFilter
-
Packages that use EventFilter Package Description org.alfresco.repo.event2.filter -
-
Uses of EventFilter in org.alfresco.repo.event2.filter
Classes in org.alfresco.repo.event2.filter that implement EventFilter Modifier and Type Class Description classAbstractNodeEventFilterAbstractEventFilterimplementation, containing common event filtering functionality for theQNametype.classChildAssociationTypeFilterImplementation of the child association types filter.classEventUserFilterImplementation of the user filter.classNodeAspectFilterImplementation of the node aspects filter.classNodePropertyFilterImplementation of the node properties filter.classNodeTypeFilterImplementation of the node types filter.Methods in org.alfresco.repo.event2.filter with type parameters of type EventFilter Modifier and Type Method Description <F extends EventFilter<?>>
FEventFilterRegistry. getFilter(String beanName, Class<F> filterClass)Return the filter bean instance that uniquely matches the given object type.
-