Uses of Class
fedora.server.errors.InvalidOperatorException

Packages that use InvalidOperatorException
fedora.server.search   
fedora.server.utilities   
 

Uses of InvalidOperatorException in fedora.server.search
 

Constructors in fedora.server.search that throw InvalidOperatorException
Condition(java.lang.String property, java.lang.String operator, java.lang.String value)
           
 

Uses of InvalidOperatorException in fedora.server.utilities
 

Methods in fedora.server.utilities that throw InvalidOperatorException
static java.util.List TypeUtility.convertGenConditionArrayToSearchConditionList(Condition[] genConditions)
           
static FieldSearchQuery TypeUtility.convertGenFieldSearchQueryToFieldSearchQuery(FieldSearchQuery gen)