Uses of Class
edu.cornell.mannlib.vitro.webapp.controller.accounts.UserAccountsSelectionCriteria
-
Packages that use UserAccountsSelectionCriteria Package Description edu.cornell.mannlib.vitro.webapp.controller.accounts -
-
Uses of UserAccountsSelectionCriteria in edu.cornell.mannlib.vitro.webapp.controller.accounts
Fields in edu.cornell.mannlib.vitro.webapp.controller.accounts declared as UserAccountsSelectionCriteria Modifier and Type Field Description static UserAccountsSelectionCriteriaUserAccountsSelectionCriteria. DEFAULT_CRITERIAMethods in edu.cornell.mannlib.vitro.webapp.controller.accounts that return UserAccountsSelectionCriteria Modifier and Type Method Description UserAccountsSelectionCriteriaUserAccountsSelection. getCriteria()Methods in edu.cornell.mannlib.vitro.webapp.controller.accounts with parameters of type UserAccountsSelectionCriteria Modifier and Type Method Description static UserAccountsSelectionUserAccountsSelector. select(org.apache.jena.ontology.OntModel userAccountsModel, UserAccountsSelectionCriteria criteria)Convenience method.Constructors in edu.cornell.mannlib.vitro.webapp.controller.accounts with parameters of type UserAccountsSelectionCriteria Constructor Description UserAccountsSelection(UserAccountsSelectionCriteria criteria, Collection<UserAccount> userAccounts, int resultCount)UserAccountsSelector(org.apache.jena.ontology.OntModel userAccountsModel, UserAccountsSelectionCriteria criteria)
-