Uses of Class
edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies.ProxyRelationshipSelectionCriteria
-
Packages that use ProxyRelationshipSelectionCriteria Package Description edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies -
-
Uses of ProxyRelationshipSelectionCriteria in edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies
Fields in edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies declared as ProxyRelationshipSelectionCriteria Modifier and Type Field Description static ProxyRelationshipSelectionCriteriaProxyRelationshipSelectionCriteria. DEFAULT_CRITERIAMethods in edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies that return ProxyRelationshipSelectionCriteria Modifier and Type Method Description ProxyRelationshipSelectionCriteriaProxyRelationshipSelection. getCriteria()Methods in edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies with parameters of type ProxyRelationshipSelectionCriteria Modifier and Type Method Description static ProxyRelationshipSelectionProxyRelationshipSelector. select(ProxyRelationshipSelector.Context context, ProxyRelationshipSelectionCriteria criteria)Convenience method.Constructors in edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies with parameters of type ProxyRelationshipSelectionCriteria Constructor Description ProxyRelationshipSelection(ProxyRelationshipSelectionCriteria criteria, List<ProxyRelationship> proxyRelationships, int totalResultCount)ProxyRelationshipSelectionBuilder(ProxyRelationshipSelectionCriteria criteria)ProxyRelationshipSelector(ProxyRelationshipSelector.Context context, ProxyRelationshipSelectionCriteria criteria)
-