Uses of Interface
org.dspace.content.logic.Filter
-
Packages that use Filter Package Description org.dspace.content.logic org.dspace.identifier Providers of durable unique identifiers (Handles, DOIs, etc.). -
-
Uses of Filter in org.dspace.content.logic
Classes in org.dspace.content.logic that implement Filter Modifier and Type Class Description classDefaultFilterThe default filter, a very simple implementation of Filter / LogicalStatement The idea is to have this as a wrapper / root class for all logical operations, so it takes a single statement as a property (unlike an operator) and takes no parameters (unlike a condition) -
Uses of Filter in org.dspace.identifier
Fields in org.dspace.identifier declared as Filter Modifier and Type Field Description protected FilterDOIIdentifierProvider. filterServiceprotected FilterFilteredIdentifierProvider. filterServiceMethods in org.dspace.identifier with parameters of type Filter Modifier and Type Method Description voidDOIIdentifierProvider. setFilterService(Filter filterService)Set the Filter to use when testing items to see if a DOI should be registered Spring will use this setter to set the filter from the configured property in identifier-services.xmlvoidFilteredIdentifierProvider. setFilterService(Filter filterService)Setter for spring to set the filter service from the property in configuration XML
-