Uses of Enum Class
com.evolveum.midpoint.schema.RelationalValueSearchType
Packages that use RelationalValueSearchType
-
Uses of RelationalValueSearchType in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema that return RelationalValueSearchTypeModifier and TypeMethodDescriptionRelationalValueSearchQuery.getSearchType()static RelationalValueSearchTypeReturns the enum constant of this class with the specified name.static RelationalValueSearchType[]RelationalValueSearchType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.schema with parameters of type RelationalValueSearchTypeModifier and TypeMethodDescriptionvoidRelationalValueSearchQuery.setSearchType(RelationalValueSearchType searchType) Constructors in com.evolveum.midpoint.schema with parameters of type RelationalValueSearchTypeModifierConstructorDescriptionRelationalValueSearchQuery(QName column, String searchValue, RelationalValueSearchType searchType) RelationalValueSearchQuery(QName column, String searchValue, RelationalValueSearchType searchType, ObjectPaging paging)