Uses of Class
com.evolveum.prism.xml.ns._public.query_3.PagingType
-
Packages that use PagingType Package Description com.evolveum.midpoint.model.api.authentication com.evolveum.midpoint.schema.util com.evolveum.midpoint.xml.ns._public.common.common_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 PagingType in com.evolveum.midpoint.model.api.authentication
Methods in com.evolveum.midpoint.model.api.authentication that return PagingType Modifier and Type Method Description PagingTypeCompiledObjectCollectionView. getPaging()Methods in com.evolveum.midpoint.model.api.authentication with parameters of type PagingType Modifier and Type Method Description voidCompiledObjectCollectionView. setPaging(PagingType paging) -
Uses of PagingType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with parameters of type PagingType Modifier and Type Method Description static ObjectPagingObjectQueryUtil. convertToObjectPaging(PagingType pagingType, PrismContext prismContext)static voidMiscSchemaUtil. mergePaging(PagingType existPaging, PagingType newPaging)static StringSchemaDebugUtil. prettyPrint(PagingType paging) -
Uses of PagingType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return PagingType Modifier and Type Method Description PagingTypeGuiObjectListPanelConfigurationType. beginPaging()PagingTypeGuiObjectListViewType. beginPaging()PagingTypeGuiShadowListViewType. beginPaging()PagingTypeGuiObjectListPanelConfigurationType. getPaging()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type PagingType Modifier and Type Method Description GuiObjectListPanelConfigurationTypeGuiObjectListPanelConfigurationType. paging(PagingType value)GuiObjectListViewTypeGuiObjectListViewType. paging(PagingType value)GuiShadowListViewTypeGuiShadowListViewType. paging(PagingType value)voidGuiObjectListPanelConfigurationType. setPaging(PagingType value) -
Uses of PagingType in com.evolveum.prism.xml.ns._public.query_3
Fields in com.evolveum.prism.xml.ns._public.query_3 declared as PagingType Modifier and Type Field Description protected PagingTypeQueryType. pagingMethods in com.evolveum.prism.xml.ns._public.query_3 that return PagingType Modifier and Type Method Description PagingTypePagingType. clone()Creates and returns a deep copy of this object.PagingTypeObjectFactory. createPagingType()Create an instance ofPagingTypePagingTypeQueryType. getPaging()Gets the value of the paging property.Methods in com.evolveum.prism.xml.ns._public.query_3 with parameters of type PagingType Modifier and Type Method Description QueryTypeQueryType. paging(PagingType value)voidQueryType. setPaging(PagingType value)Sets the value of the paging property.Constructors in com.evolveum.prism.xml.ns._public.query_3 with parameters of type PagingType Constructor Description PagingType(PagingType o)Creates a newPagingTypeinstance by deeply copying a givenPagingTypeinstance.
-