Uses of Class
com.evolveum.prism.xml.ns._public.query_3.OrderDirectionType
-
Packages that use OrderDirectionType Package Description com.evolveum.midpoint.prism.query com.evolveum.midpoint.xml.ns._public.resource.capabilities_3 com.evolveum.prism.xml.ns._public.query_3 Copyright (c) 2010-2019 Evolveum and contributors This work is dual-licensed under the Apache License 2.0 and European Union Public License. -
-
Uses of OrderDirectionType in com.evolveum.midpoint.prism.query
Methods in com.evolveum.midpoint.prism.query with parameters of type OrderDirectionType Modifier and Type Method Description static OrderDirection
OrderDirection. fromOrderDirectionType(OrderDirectionType orderDirectionType)
-
Uses of OrderDirectionType in com.evolveum.midpoint.xml.ns._public.resource.capabilities_3
Fields in com.evolveum.midpoint.xml.ns._public.resource.capabilities_3 declared as OrderDirectionType Modifier and Type Field Description protected OrderDirectionType
PagedSearchCapabilityType. defaultSortDirection
Methods in com.evolveum.midpoint.xml.ns._public.resource.capabilities_3 that return OrderDirectionType Modifier and Type Method Description OrderDirectionType
PagedSearchCapabilityType. getDefaultSortDirection()
Gets the value of the defaultSortDirection property.Methods in com.evolveum.midpoint.xml.ns._public.resource.capabilities_3 with parameters of type OrderDirectionType Modifier and Type Method Description PagedSearchCapabilityType
PagedSearchCapabilityType. defaultSortDirection(OrderDirectionType value)
void
PagedSearchCapabilityType. setDefaultSortDirection(OrderDirectionType value)
Sets the value of the defaultSortDirection property. -
Uses of OrderDirectionType in com.evolveum.prism.xml.ns._public.query_3
Fields in com.evolveum.prism.xml.ns._public.query_3 declared as OrderDirectionType Modifier and Type Field Description protected OrderDirectionType
PagingType. orderDirection
Methods in com.evolveum.prism.xml.ns._public.query_3 that return OrderDirectionType Modifier and Type Method Description static OrderDirectionType
OrderDirectionType. fromValue(String v)
OrderDirectionType
PagingType. getOrderDirection()
Gets the value of the orderDirection property.static OrderDirectionType
OrderDirectionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static OrderDirectionType[]
OrderDirectionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.prism.xml.ns._public.query_3 with parameters of type OrderDirectionType Modifier and Type Method Description void
PagingType. setOrderDirection(OrderDirectionType value)
Sets the value of the orderDirection property.
-