Uses of Class
fedora.server.types.gen.Condition

Packages that use Condition
fedora.client.search   
fedora.server.types.gen   
fedora.server.utilities   
 

Uses of Condition in fedora.client.search
 

Methods in fedora.client.search that return types with arguments of type Condition
 java.util.List<Condition> Search.ConditionsTableModel.getConditions()
           
 

Constructor parameters in fedora.client.search with type arguments of type Condition
Search.ConditionsTableModel(java.util.List<Condition> conditions)
           
 

Uses of Condition in fedora.server.types.gen
 

Methods in fedora.server.types.gen that return Condition
 Condition[] FieldSearchQuery.getConditions()
          Gets the conditions value for this FieldSearchQuery.
 

Methods in fedora.server.types.gen with parameters of type Condition
 void FieldSearchQuery.setConditions(Condition[] conditions)
          Sets the conditions value for this FieldSearchQuery.
 

Constructors in fedora.server.types.gen with parameters of type Condition
FieldSearchQuery(Condition[] conditions, java.lang.String terms)
           
 

Uses of Condition in fedora.server.utilities
 

Methods in fedora.server.utilities with parameters of type Condition
static java.util.List TypeUtility.convertGenConditionArrayToSearchConditionList(Condition[] genConditions)