public class VitroFilterUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VitroFilterUtils.EntitySortTransform |
| Constructor and Description |
|---|
VitroFilterUtils() |
| Modifier and Type | Method and Description |
|---|---|
static net.sf.jga.fn.UnaryFunctor<Individual,String> |
FirstLetterOfIndividuals() |
protected static VitroFiltersImpl |
getNoOpFilter()
Gets a VitroFilters that permits all objects
|
static VitroFilters |
getPublicFilter(javax.servlet.ServletContext ctx)
Gets a filter that hides any property or resource that is restricted from
public view.
|
static VitroFilters |
getTestFilter()
Filter that only returns individuals with labels that start with the letter 'g'
|
public static VitroFilters getPublicFilter(javax.servlet.ServletContext ctx)
protected static VitroFiltersImpl getNoOpFilter()
public static VitroFilters getTestFilter()
public static net.sf.jga.fn.UnaryFunctor<Individual,String> FirstLetterOfIndividuals()
Copyright © 2021. All rights reserved.