| Package | Description |
|---|---|
| edu.cornell.mannlib.vitro.webapp.dao.filtering | |
| edu.cornell.mannlib.vitro.webapp.dao.filtering.filters |
| Modifier and Type | Class and Description |
|---|---|
class |
FilterByRoleLevelPermission
Filter the properties depending on what DisplayByRolePermission is on the
request.
|
class |
HideFromDisplayByPolicyFilter
Ask the current policies whether we can show these things to the user.
|
class |
VitroFiltersBase |
class |
VitroFiltersImpl
A object to hold all the filters commonly used by the vitro webapp.
|
| Modifier and Type | Method and Description |
|---|---|
VitroFilters |
VitroFiltersBase.and(VitroFilters other) |
VitroFilters |
VitroFilters.and(VitroFilters other) |
VitroFilters |
FilterFactory.getFilters(javax.servlet.http.HttpServletRequest request,
WebappDaoFactory wdf) |
static VitroFilters |
VitroFilterUtils.getPublicFilter(javax.servlet.ServletContext ctx)
Gets a filter that hides any property or resource that is restricted from
public view.
|
static VitroFilters |
VitroFilterUtils.getTestFilter()
Filter that only returns individuals with labels that start with the letter 'g'
|
VitroFilters |
VitroFiltersImpl.setClassFilter(net.sf.jga.fn.UnaryFunctor<VClass,Boolean> classFilter) |
VitroFilters |
VitroFiltersImpl.setDataPropertyFilter(net.sf.jga.fn.UnaryFunctor<DataProperty,Boolean> dataPropertyFilter) |
VitroFilters |
VitroFiltersImpl.setDataPropertyStatementFilter(net.sf.jga.fn.UnaryFunctor<DataPropertyStatement,Boolean> dataPropertyStatementFilter) |
VitroFilters |
VitroFiltersImpl.setIndividualFilter(net.sf.jga.fn.UnaryFunctor<Individual,Boolean> individualFilter) |
VitroFilters |
VitroFiltersImpl.setObjectPropertyFilter(net.sf.jga.fn.UnaryFunctor<ObjectProperty,Boolean> objectPropertyFilter) |
VitroFilters |
VitroFiltersImpl.setObjectPropertyStatementFilter(net.sf.jga.fn.UnaryFunctor<ObjectPropertyStatement,Boolean> objectPropertyStatementFilter) |
VitroFilters |
VitroFiltersImpl.setVClassGroupFilter(net.sf.jga.fn.UnaryFunctor<VClassGroup,Boolean> classGroupFilter) |
| Modifier and Type | Method and Description |
|---|---|
VitroFilters |
VitroFiltersBase.and(VitroFilters other) |
VitroFilters |
VitroFilters.and(VitroFilters other) |
Copyright © 2016. All rights reserved.