Uses of Enum
org.fcrepo.search.api.Condition.Field
-
Uses of Condition.Field in org.fcrepo.search.api
Methods in org.fcrepo.search.api that return Condition.FieldModifier and TypeMethodDescriptionstatic Condition.FieldCondition.Field.fromString(String fieldStr) Condition.getField()Field accessorSearchParameters.getOrderBy()Returns the field by which to order the results.static Condition.FieldReturns 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.FieldModifier and TypeMethodDescriptionSearchParameters.getFields()Returns the list of fields to display in the results.Methods in org.fcrepo.search.api with parameters of type Condition.FieldModifier and TypeMethodDescriptionstatic ConditionCondition.fromEnums(Condition.Field field, Condition.Operator operator, String expression) Constructors in org.fcrepo.search.api with parameters of type Condition.FieldModifierConstructorDescriptionSearchParameters(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.FieldModifierConstructorDescriptionSearchParameters(List<Condition.Field> fields, List<Condition> conditions, int maxResults, int offset, Condition.Field orderBy, String order, boolean includeTotalResultCount) Constructoor