Uses of Interface
com.evolveum.midpoint.prism.query.ObjectPaging
-
-
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, Task task, OperationResult result)
List<? extends Containerable>
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 Integer
ModelInteractionServiceImpl. countObjectsFromCollection(CollectionRefSpecificationType collectionConfig, QName typeForFilter, Collection<SelectorOptions<GetOperationOptions>> defaultOptions, ObjectPaging usedPaging, VariablesMap variables, Task task, OperationResult result)
List<? extends Containerable>
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 void
ModelImplUtils. 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 class
ObjectPagingImpl
Methods in com.evolveum.midpoint.prism.impl.query that return ObjectPaging Modifier and Type Method Description ObjectPaging
ObjectPagingImpl. clone()
static ObjectPaging
ObjectPagingImpl. createEmptyPaging()
static ObjectPaging
PagingConvertor. createObjectPaging(PagingType pagingType, PrismContext prismContext)
static ObjectPaging
ObjectPagingImpl. createPaging(ItemPath groupBy)
static ObjectPaging
ObjectPagingImpl. createPaging(ItemPath orderBy, OrderDirection direction)
static ObjectPaging
ObjectPagingImpl. createPaging(ItemPath orderBy, OrderDirection direction, ItemPath groupBy)
static ObjectPaging
ObjectPagingImpl. createPaging(Integer offset, Integer maxSize)
static ObjectPaging
ObjectPagingImpl. createPaging(Integer offset, Integer maxSize, ItemPath groupBy)
static ObjectPaging
ObjectPagingImpl. createPaging(Integer offset, Integer maxSize, ItemPath orderBy, OrderDirection direction)
static ObjectPaging
ObjectPagingImpl. createPaging(Integer offset, Integer maxSize, ItemPath orderBy, OrderDirection direction, ItemPath groupBy)
static ObjectPaging
ObjectPagingImpl. createPaging(Integer offset, Integer maxSize, List<ObjectOrdering> orderings)
static ObjectPaging
ObjectPagingImpl. createPaging(Integer offset, Integer maxSize, List<ObjectOrdering> orderings, List<ObjectGrouping> groupings)
@NotNull ObjectPaging
QueryFactoryImpl. createPaging()
@NotNull ObjectPaging
QueryFactoryImpl. createPaging(ItemPath groupBy)
@NotNull ObjectPaging
QueryFactoryImpl. createPaging(ItemPath orderBy, OrderDirection direction)
@NotNull ObjectPaging
QueryFactoryImpl. createPaging(ItemPath orderBy, OrderDirection direction, ItemPath groupBy)
@NotNull ObjectPaging
QueryFactoryImpl. createPaging(Integer offset, Integer maxSize)
@NotNull ObjectPaging
QueryFactoryImpl. createPaging(Integer offset, Integer maxSize, ItemPath groupBy)
@NotNull ObjectPaging
QueryFactoryImpl. createPaging(Integer offset, Integer maxSize, ItemPath orderBy, OrderDirection direction)
@NotNull ObjectPaging
QueryFactoryImpl. createPaging(Integer offset, Integer maxSize, ItemPath orderBy, OrderDirection direction, ItemPath groupBy)
@NotNull ObjectPaging
QueryFactoryImpl. createPaging(Integer offset, Integer maxSize, List<ObjectOrdering> orderings)
@NotNull ObjectPaging
QueryFactoryImpl. createPaging(Integer offset, Integer maxSize, List<ObjectOrdering> orderings, List<ObjectGrouping> groupings)
ObjectPaging
ObjectQueryImpl. getPaging()
Methods in com.evolveum.midpoint.prism.impl.query with parameters of type ObjectPaging Modifier and Type Method Description static ObjectQuery
ObjectQueryImpl. createObjectQuery(ObjectFilter filter, ObjectPaging paging)
static ObjectQuery
ObjectQueryImpl. createObjectQuery(ObjectPaging paging)
static PagingType
PagingConvertor. createPagingType(ObjectPaging paging)
@NotNull ObjectQuery
QueryFactoryImpl. createQuery(ObjectFilter filter, ObjectPaging paging)
@NotNull ObjectQuery
QueryFactoryImpl. createQuery(ObjectPaging paging)
void
ObjectQueryImpl. 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 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.repo.sqlbase
Methods in com.evolveum.midpoint.repo.sqlbase with parameters of type ObjectPaging Modifier and Type Method Description void
SqlQueryContext. processObjectPaging(ObjectPaging paging)
This method takes care ofObjectPaging
which includes ordering. -
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)
-