Uses of Interface
org.gcube.common.storagehub.model.expressions.Expression
-
-
Uses of Expression in org.gcube.common.storagehub.model.expressions.date
Classes in org.gcube.common.storagehub.model.expressions.date that implement Expression Modifier and Type Class Description classBefore -
Uses of Expression in org.gcube.common.storagehub.model.expressions.logical
Classes in org.gcube.common.storagehub.model.expressions.logical that implement Expression Modifier and Type Class Description classAndclassISDescendantclassOrMethods in org.gcube.common.storagehub.model.expressions.logical that return types with arguments of type Expression Modifier and Type Method Description List<Expression<Boolean>>And. getExpressions()List<Expression<Boolean>>Or. getExpressions()Constructors in org.gcube.common.storagehub.model.expressions.logical with parameters of type Expression Constructor Description And(Expression<Boolean> first, Expression<Boolean> second, Expression<Boolean>... others)Or(Expression<Boolean> first, Expression<Boolean> second, Expression<Boolean>... others) -
Uses of Expression in org.gcube.common.storagehub.model.expressions.text
Classes in org.gcube.common.storagehub.model.expressions.text that implement Expression Modifier and Type Class Description classContainsclassLike -
Uses of Expression in org.gcube.common.storagehub.model.query
Methods in org.gcube.common.storagehub.model.query that return Expression Modifier and Type Method Description Expression<Boolean>Query. getExpression()Methods in org.gcube.common.storagehub.model.query with parameters of type Expression Modifier and Type Method Description voidQuery. setExpression(Expression<Boolean> expression)
-