Class VitroFiltersBase
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.dao.filtering.filters.VitroFiltersBase
-
- All Implemented Interfaces:
VitroFilters
- Direct Known Subclasses:
VitroFiltersImpl
public abstract class VitroFiltersBase extends Object implements VitroFilters
-
-
Constructor Summary
Constructors Constructor Description VitroFiltersBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VitroFiltersand(VitroFilters other)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface edu.cornell.mannlib.vitro.webapp.dao.filtering.filters.VitroFilters
getClassFilter, getDataPropertyFilter, getDataPropertyStatementFilter, getIndividualFilter, getObjectPropertyFilter, getObjectPropertyStatementFilter, getPropertyGroupFilter, getVClassGroupFilter
-
-
-
-
Method Detail
-
and
public VitroFilters and(VitroFilters other)
- Specified by:
andin interfaceVitroFilters
-
-