Package org.alfresco.repo.event2.filter
Class ChildAssociationTypeFilter
- java.lang.Object
-
- org.alfresco.repo.event2.filter.AbstractNodeEventFilter
-
- org.alfresco.repo.event2.filter.ChildAssociationTypeFilter
-
- All Implemented Interfaces:
EventFilter<QName>
public class ChildAssociationTypeFilter extends AbstractNodeEventFilter
Implementation of the child association types filter.- Author:
- Sara Aspery
-
-
Field Summary
-
Fields inherited from class org.alfresco.repo.event2.filter.AbstractNodeEventFilter
dictionaryService, namespaceService
-
-
Constructor Summary
Constructors Constructor Description ChildAssociationTypeFilter(String filteredChildAssocTypes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<QName>getExcludedTypes()-
Methods inherited from class org.alfresco.repo.event2.filter.AbstractNodeEventFilter
expandTypeDef, init, isExcluded, parseFilterList, setDictionaryService, setNamespaceService
-
-
-
-
Constructor Detail
-
ChildAssociationTypeFilter
public ChildAssociationTypeFilter(String filteredChildAssocTypes)
-
-
Method Detail
-
getExcludedTypes
public Set<QName> getExcludedTypes()
- Specified by:
getExcludedTypesin classAbstractNodeEventFilter- See Also:
AbstractNodeEventFilter.getExcludedTypes()
-
-