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 Integer
ModelInteractionService. 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 ObjectPaging
ObjectPaging. clone()
@NotNull ObjectPaging
QueryFactory. createPaging()
@NotNull ObjectPaging
QueryFactory. createPaging(ItemPath groupBy)
@NotNull ObjectPaging
QueryFactory. createPaging(ItemPath orderBy, OrderDirection direction)
@NotNull ObjectPaging
QueryFactory. createPaging(ItemPath orderBy, OrderDirection direction, ItemPath groupBy)
@NotNull ObjectPaging
QueryFactory. createPaging(Integer offset, Integer maxSize)
@NotNull ObjectPaging
QueryFactory. createPaging(Integer offset, Integer maxSize, ItemPath groupBy)
@NotNull ObjectPaging
QueryFactory. createPaging(Integer offset, Integer maxSize, ItemPath orderBy, OrderDirection direction)
@NotNull ObjectPaging
QueryFactory. createPaging(Integer offset, Integer maxSize, ItemPath orderBy, OrderDirection direction, ItemPath groupBy)
@NotNull ObjectPaging
QueryFactory. createPaging(Integer offset, Integer maxSize, List<ObjectOrdering> orderings)
@NotNull ObjectPaging
QueryFactory. createPaging(Integer offset, Integer maxSize, List<ObjectOrdering> orderings, List<ObjectGrouping> groupings)
ObjectPaging
ObjectQuery. getPaging()
Methods in com.evolveum.midpoint.prism.query with parameters of type ObjectPaging Modifier and Type Method Description @NotNull ObjectQuery
QueryFactory. createQuery(ObjectFilter filter, ObjectPaging paging)
@NotNull ObjectQuery
QueryFactory. createQuery(ObjectPaging paging)
void
ObjectQuery. 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 ObjectPaging
RelationalValueSearchQuery. getPaging()
Methods in com.evolveum.midpoint.schema with parameters of type ObjectPaging Modifier and Type Method Description void
RelationalValueSearchQuery. 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 ObjectPaging
ObjectQueryUtil. convertToObjectPaging(PagingType pagingType, PrismContext prismContext)
-