Uses of Interface
com.evolveum.midpoint.prism.query.ObjectPaging
-
Packages that use ObjectPaging Package Description com.evolveum.midpoint.model.api com.evolveum.midpoint.prism.query com.evolveum.midpoint.schema com.evolveum.midpoint.schema.util -
-
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, com.evolveum.midpoint.task.api.Task task, OperationResult result)List<? extends Containerable>ModelInteractionService. searchObjectsFromCollection(CollectionRefSpecificationType collectionConfig, QName typeForFilter, Collection<SelectorOptions<GetOperationOptions>> defaultOptions, ObjectPaging usedPaging, VariablesMap variables, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
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 groupBy)@NotNull ObjectPagingQueryFactory. createPaging(ItemPath orderBy, OrderDirection direction)@NotNull ObjectPagingQueryFactory. createPaging(ItemPath orderBy, OrderDirection direction, ItemPath groupBy)@NotNull ObjectPagingQueryFactory. createPaging(Integer offset, Integer maxSize)@NotNull ObjectPagingQueryFactory. createPaging(Integer offset, Integer maxSize, ItemPath groupBy)@NotNull ObjectPagingQueryFactory. createPaging(Integer offset, Integer maxSize, ItemPath orderBy, OrderDirection direction)@NotNull ObjectPagingQueryFactory. createPaging(Integer offset, Integer maxSize, ItemPath orderBy, OrderDirection direction, ItemPath groupBy)@NotNull ObjectPagingQueryFactory. createPaging(Integer offset, Integer maxSize, List<ObjectOrdering> orderings)@NotNull ObjectPagingQueryFactory. createPaging(Integer offset, Integer maxSize, List<ObjectOrdering> orderings, List<ObjectGrouping> groupings)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.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)
-