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 OrderDirectionOrderDirection. 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 OrderDirectionTypePagedSearchCapabilityType. defaultSortDirectionMethods in com.evolveum.midpoint.xml.ns._public.resource.capabilities_3 that return OrderDirectionType Modifier and Type Method Description OrderDirectionTypePagedSearchCapabilityType. 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 PagedSearchCapabilityTypePagedSearchCapabilityType. defaultSortDirection(OrderDirectionType value)voidPagedSearchCapabilityType. 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 OrderDirectionTypePagingType. orderDirectionMethods in com.evolveum.prism.xml.ns._public.query_3 that return OrderDirectionType Modifier and Type Method Description static OrderDirectionTypeOrderDirectionType. fromValue(String v)OrderDirectionTypePagingType. getOrderDirection()Gets the value of the orderDirection property.static OrderDirectionTypeOrderDirectionType. 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 voidPagingType. setOrderDirection(OrderDirectionType value)Sets the value of the orderDirection property.
-