Uses of Class
com.evolveum.midpoint.schema.RelationalValueSearchType
-
Packages that use RelationalValueSearchType Package Description com.evolveum.midpoint.schema -
-
Uses of RelationalValueSearchType in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema that return RelationalValueSearchType Modifier and Type Method Description RelationalValueSearchTypeRelationalValueSearchQuery. getSearchType()static RelationalValueSearchTypeRelationalValueSearchType. valueOf(String name)Returns the enum constant of this type with the specified name.static RelationalValueSearchType[]RelationalValueSearchType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.schema with parameters of type RelationalValueSearchType Modifier and Type Method Description voidRelationalValueSearchQuery. setSearchType(RelationalValueSearchType searchType)Constructors in com.evolveum.midpoint.schema with parameters of type RelationalValueSearchType Constructor Description RelationalValueSearchQuery(QName column, String searchValue, RelationalValueSearchType searchType)RelationalValueSearchQuery(QName column, String searchValue, RelationalValueSearchType searchType, ObjectPaging paging)
-