Uses of Enum Class
org.nuiton.topia.framework.TopiaQuery.Op
Packages that use TopiaQuery.Op
Package
Description
Contains two interfaces, one
TopiaContextImplementor for internal
manipulations of TopiaContext and one TopiaService for topia
services.-
Uses of TopiaQuery.Op in org.nuiton.topia.framework
Methods in org.nuiton.topia.framework that return TopiaQuery.OpModifier and TypeMethodDescriptionstatic TopiaQuery.OpReturns the enum constant of this class with the specified name.static TopiaQuery.Op[]TopiaQuery.Op.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.nuiton.topia.framework with parameters of type TopiaQuery.OpModifier and TypeMethodDescriptionTopiaQuery.add(String paramName, TopiaQuery.Op constraint, Object paramValue) Deprecated.TopiaQuery.addNullOr(String paramName, TopiaQuery.Op constraint, Object paramValue) Deprecated.Add an element to the query.TopiaQuery.addWhere(String paramName, TopiaQuery.Op operator, Object paramValue) Deprecated.Add an element to the query.
TopiaQuery.addWhere(String, Op, Object)instead