Uses of Class
org.fcrepo.search.api.Condition.Field
-
-
Uses of Condition.Field in org.fcrepo.search.api
Methods in org.fcrepo.search.api that return Condition.Field Modifier and Type Method Description static Condition.FieldCondition.Field. fromString(String fieldStr)Condition.FieldCondition. getField()Field accessorCondition.FieldSearchParameters. getOrderBy()Returns the field by which to order the results.static Condition.FieldCondition.Field. valueOf(String name)Returns the enum constant of this type with the specified name.static Condition.Field[]Condition.Field. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.fcrepo.search.api that return types with arguments of type Condition.Field Modifier and Type Method Description List<Condition.Field>SearchParameters. getFields()Returns the list of fields to display in the results.Methods in org.fcrepo.search.api with parameters of type Condition.Field Modifier and Type Method Description static ConditionCondition. fromEnums(Condition.Field field, Condition.Operator operator, String expression)Constructors in org.fcrepo.search.api with parameters of type Condition.Field Constructor Description SearchParameters(List<Condition.Field> fields, List<Condition> conditions, int maxResults, int offset, Condition.Field orderBy, String order, boolean includeTotalResultCount)ConstructoorConstructor parameters in org.fcrepo.search.api with type arguments of type Condition.Field Constructor Description SearchParameters(List<Condition.Field> fields, List<Condition> conditions, int maxResults, int offset, Condition.Field orderBy, String order, boolean includeTotalResultCount)Constructoor
-