Uses of Interface
com.evolveum.midpoint.prism.query.ObjectPaging
-
-
Uses of ObjectPaging in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util with parameters of type ObjectPaging Modifier and Type Method Description static voidWebComponentUtil. setCurrentPage(Table table, ObjectPaging paging) -
Uses of ObjectPaging in com.evolveum.midpoint.gui.impl.component
Methods in com.evolveum.midpoint.gui.impl.component that return ObjectPaging Modifier and Type Method Description ObjectPagingContainerableListPanel. getCurrentTablePaging()Methods in com.evolveum.midpoint.gui.impl.component with parameters of type ObjectPaging Modifier and Type Method Description protected voidContainerableListPanel. saveSearchModel(ObjectPaging paging) -
Uses of ObjectPaging in com.evolveum.midpoint.gui.impl.component.data.provider
Methods in com.evolveum.midpoint.gui.impl.component.data.provider that return ObjectPaging Modifier and Type Method Description protected ObjectPagingBaseSortableDataProvider. createPaging(long offset, long pageSize)Methods in com.evolveum.midpoint.gui.impl.component.data.provider with parameters of type ObjectPaging Modifier and Type Method Description protected voidBaseSortableDataProvider. saveProviderPaging(ObjectQuery query, ObjectPaging paging) -
Uses of ObjectPaging in com.evolveum.midpoint.gui.impl.page.admin.simulation
Methods in com.evolveum.midpoint.gui.impl.page.admin.simulation that return ObjectPaging Modifier and Type Method Description protected ObjectPagingCombinedRelatedObjectsProvider. createPaging(long offset, long pageSize) -
Uses of ObjectPaging in com.evolveum.midpoint.gui.impl.session
Methods in com.evolveum.midpoint.gui.impl.session that return ObjectPaging Modifier and Type Method Description ObjectPagingContainerTabStorage. getPaging()ObjectPagingWorkItemsStorage. getPaging()Methods in com.evolveum.midpoint.gui.impl.session with parameters of type ObjectPaging Modifier and Type Method Description voidContainerTabStorage. setPaging(ObjectPaging objectPaging)voidWorkItemsStorage. setPaging(ObjectPaging workItemsPaging) -
Uses of ObjectPaging in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api with parameters of type ObjectPaging Modifier and Type Method Description IntegerModelInteractionService. countObjectsFromCollection(CollectionRefSpecificationType collectionConfig, QName typeForFilter, Collection<SelectorOptions<GetOperationOptions>> defaultOptions, ObjectPaging usedPaging, VariablesMap variables, Task task, OperationResult result)List<? extends Serializable>ModelInteractionService. searchObjectsFromCollection(CollectionRefSpecificationType collectionConfig, QName typeForFilter, Collection<SelectorOptions<GetOperationOptions>> defaultOptions, ObjectPaging usedPaging, VariablesMap variables, Task task, OperationResult result) -
Uses of ObjectPaging in com.evolveum.midpoint.model.impl.controller
Methods in com.evolveum.midpoint.model.impl.controller with parameters of type ObjectPaging Modifier and Type Method Description IntegerModelInteractionServiceImpl. countObjectsFromCollection(CollectionRefSpecificationType collectionConfig, QName typeForFilter, Collection<SelectorOptions<GetOperationOptions>> defaultOptions, ObjectPaging usedPaging, VariablesMap variables, Task task, OperationResult result)List<? extends Serializable>ModelInteractionServiceImpl. searchObjectsFromCollection(CollectionRefSpecificationType collectionConfig, QName typeForFilter, Collection<SelectorOptions<GetOperationOptions>> defaultOptions, ObjectPaging usedPaging, VariablesMap variables, Task task, OperationResult result) -
Uses of ObjectPaging in com.evolveum.midpoint.model.impl.util
Methods in com.evolveum.midpoint.model.impl.util with parameters of type ObjectPaging Modifier and Type Method Description static voidModelImplUtils. validatePaging(ObjectPaging paging) -
Uses of ObjectPaging in com.evolveum.midpoint.prism.impl.query
Classes in com.evolveum.midpoint.prism.impl.query that implement ObjectPaging Modifier and Type Class Description classObjectPagingImplMethods in com.evolveum.midpoint.prism.impl.query that return ObjectPaging Modifier and Type Method Description ObjectPagingObjectPagingImpl. clone()static ObjectPagingObjectPagingImpl. createEmptyPaging()static ObjectPagingPagingConvertor. createObjectPaging(PagingType pagingType, PrismContext prismContext)static ObjectPagingObjectPagingImpl. createPaging(ItemPath orderBy, OrderDirection direction)static ObjectPagingObjectPagingImpl. createPaging(Integer offset, Integer maxSize)static ObjectPagingObjectPagingImpl. createPaging(Integer offset, Integer maxSize, ItemPath orderBy, OrderDirection direction)static ObjectPagingObjectPagingImpl. createPaging(Integer offset, Integer maxSize, List<ObjectOrdering> orderings)@NotNull ObjectPagingQueryFactoryImpl. createPaging()@NotNull ObjectPagingQueryFactoryImpl. createPaging(ItemPath orderBy, OrderDirection direction)@NotNull ObjectPagingQueryFactoryImpl. createPaging(Integer offset, Integer maxSize)@NotNull ObjectPagingQueryFactoryImpl. createPaging(Integer offset, Integer maxSize, ItemPath orderBy, OrderDirection direction)@NotNull ObjectPagingQueryFactoryImpl. createPaging(Integer offset, Integer maxSize, List<ObjectOrdering> orderings)ObjectPagingObjectQueryImpl. getPaging()Methods in com.evolveum.midpoint.prism.impl.query with parameters of type ObjectPaging Modifier and Type Method Description static ObjectQueryObjectQueryImpl. createObjectQuery(ObjectFilter filter, ObjectPaging paging)static ObjectQueryObjectQueryImpl. createObjectQuery(ObjectPaging paging)static PagingTypePagingConvertor. createPagingType(ObjectPaging paging)@NotNull ObjectQueryQueryFactoryImpl. createQuery(ObjectFilter filter, ObjectPaging paging)@NotNull ObjectQueryQueryFactoryImpl. createQuery(ObjectPaging paging)voidObjectQueryImpl. setPaging(ObjectPaging paging) -
Uses of ObjectPaging in com.evolveum.midpoint.prism.query
Methods in com.evolveum.midpoint.prism.query that return ObjectPaging Modifier and Type Method Description ObjectPagingObjectPaging. clone()@NotNull ObjectPagingQueryFactory. createPaging()@NotNull ObjectPagingQueryFactory. createPaging(ItemPath orderBy, OrderDirection direction)@NotNull ObjectPagingQueryFactory. createPaging(Integer offset, Integer maxSize)@NotNull ObjectPagingQueryFactory. createPaging(Integer offset, Integer maxSize, ItemPath orderBy, OrderDirection direction)@NotNull ObjectPagingQueryFactory. createPaging(Integer offset, Integer maxSize, List<ObjectOrdering> orderings)ObjectPagingObjectQuery. getPaging()Methods in com.evolveum.midpoint.prism.query with parameters of type ObjectPaging Modifier and Type Method Description @NotNull ObjectQueryQueryFactory. createQuery(ObjectFilter filter, ObjectPaging paging)@NotNull ObjectQueryQueryFactory. createQuery(ObjectPaging paging)voidObjectQuery. setPaging(ObjectPaging paging) -
Uses of ObjectPaging in com.evolveum.midpoint.repo.sqlbase
Methods in com.evolveum.midpoint.repo.sqlbase with parameters of type ObjectPaging Modifier and Type Method Description voidSqlQueryContext. processObjectPaging(ObjectPaging paging)This method takes care ofObjectPagingwhich includes ordering. -
Uses of ObjectPaging in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema that return ObjectPaging Modifier and Type Method Description ObjectPagingRelationalValueSearchQuery. getPaging()Methods in com.evolveum.midpoint.schema with parameters of type ObjectPaging Modifier and Type Method Description voidRelationalValueSearchQuery. setPaging(ObjectPaging paging)Constructors in com.evolveum.midpoint.schema with parameters of type ObjectPaging Constructor Description RelationalValueSearchQuery(ObjectPaging paging)RelationalValueSearchQuery(QName column, String searchValue, RelationalValueSearchType searchType, ObjectPaging paging) -
Uses of ObjectPaging in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return ObjectPaging Modifier and Type Method Description static ObjectPagingObjectQueryUtil. convertToObjectPaging(PagingType pagingType, PrismContext prismContext) -
Uses of ObjectPaging in com.evolveum.midpoint.web.component.data
Methods in com.evolveum.midpoint.web.component.data with parameters of type ObjectPaging Modifier and Type Method Description voidBoxedTablePanel. setCurrentPage(ObjectPaging paging)voidTable. setCurrentPage(ObjectPaging paging)Deprecated.voidTablePanel. setCurrentPage(ObjectPaging paging)Deprecated. -
Uses of ObjectPaging in com.evolveum.midpoint.web.session
Methods in com.evolveum.midpoint.web.session that return ObjectPaging Modifier and Type Method Description ObjectPagingResourcesStorage. getAccountContentPaging()ObjectPagingAuditLogStorage. getPaging()ObjectPagingCertCampaignsStorage. getPaging()ObjectPagingCertDecisionsStorage. getPaging()ObjectPagingGenericPageStorage. getPaging()ObjectPagingMemberPanelStorage. getPaging()ObjectPagingObjectListStorage. getPaging()ObjectPagingOrgStructurePanelStorage. getPaging()ObjectPagingOrgTabPanelStorage. getPaging()ObjectPagingPageStorage. getPaging()ObjectPagingReportsStorage. getPaging()ObjectPagingResourceContentStorage. getPaging()ObjectPagingResourcesStorage. getPaging()ObjectPagingReportsStorage. getReportOutputsPaging()Methods in com.evolveum.midpoint.web.session with parameters of type ObjectPaging Modifier and Type Method Description voidResourcesStorage. setAccountContentPaging(ObjectPaging accountContentPaging)voidAuditLogStorage. setPaging(ObjectPaging auditLogPaging)voidCertCampaignsStorage. setPaging(ObjectPaging tasksPaging)voidCertDecisionsStorage. setPaging(ObjectPaging certDecisionsPaging)voidGenericPageStorage. setPaging(ObjectPaging paging)voidMemberPanelStorage. setPaging(ObjectPaging orgMemberPanelPaging)voidObjectListStorage. setPaging(ObjectPaging objectListTablePaging)voidOrgStructurePanelStorage. setPaging(ObjectPaging membersPanelPaging)voidOrgTabPanelStorage. setPaging(ObjectPaging membersPanelPaging)voidPageStorage. setPaging(ObjectPaging paging)voidReportsStorage. setPaging(ObjectPaging reportsPaging)voidResourceContentStorage. setPaging(ObjectPaging paging)voidResourcesStorage. setPaging(ObjectPaging resourcePaging)voidReportsStorage. setReportOutputsPaging(ObjectPaging reportOutputsPaging)
-