Uses of Class
org.fcrepo.search.api.Condition
-
-
Uses of Condition in org.fcrepo.search.api
Methods in org.fcrepo.search.api that return Condition Modifier and Type Method Description static ConditionCondition. fromEnums(Condition.Field field, Condition.Operator operator, String expression)static ConditionCondition. fromExpression(String expression)Parses a string expression into a Condition object.Methods in org.fcrepo.search.api that return types with arguments of type Condition Modifier and Type Method Description List<Condition>SearchParameters. getConditions()The conditions limiting the search
-