Modifier and Type | Method and Description |
---|---|
protected List<com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationCaseType> |
AccCertQueryHelper.doSortingAndPaging(List<com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationCaseType> caseList,
ObjectPaging paging) |
Modifier and Type | Method and Description |
---|---|
List<PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType>> |
ModelService.listResourceObjects(String resourceOid,
QName objectClass,
ObjectPaging paging,
Task task,
OperationResult result)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType>> |
ModelCrudService.listResourceObjects(String resourceOid,
QName objectClass,
ObjectPaging paging,
Task task,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
List<PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType>> |
ModelController.listResourceObjects(String resourceOid,
QName objectClass,
ObjectPaging paging,
Task task,
OperationResult parentResult) |
static void |
ModelUtils.validatePaging(ObjectPaging paging) |
Modifier and Type | Method and Description |
---|---|
ObjectPaging |
ObjectPaging.clone() |
static ObjectPaging |
ObjectPaging.createEmptyPaging() |
static ObjectPaging |
PagingConvertor.createObjectPaging(PagingType pagingType) |
static ObjectPaging |
ObjectPaging.createPaging(Integer offset,
Integer maxSize) |
static ObjectPaging |
ObjectPaging.createPaging(Integer offset,
Integer maxSize,
QName orderBy,
OrderDirection direction) |
static ObjectPaging |
ObjectPaging.createPaging(Integer offset,
Integer maxSize,
String orderBy,
String namespace,
OrderDirection direction) |
ObjectPaging |
ObjectQuery.getPaging() |
Modifier and Type | Method and Description |
---|---|
static ObjectQuery |
ObjectQuery.createObjectQuery(ObjectFilter filter,
ObjectPaging paging) |
static ObjectQuery |
ObjectQuery.createObjectQuery(ObjectPaging paging) |
static PagingType |
PagingConvertor.createPagingType(ObjectPaging paging) |
void |
ObjectQuery.setPaging(ObjectPaging paging) |
Modifier and Type | Method and Description |
---|---|
List<PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType>> |
ProvisioningService.listResourceObjects(String resourceOid,
QName objectClass,
ObjectPaging paging,
OperationResult parentResult)
Lists resource objects.
|
Modifier and Type | Method and Description |
---|---|
List<PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType>> |
ProvisioningServiceImpl.listResourceObjects(String resourceOid,
QName objectClass,
ObjectPaging paging,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
QueryInterpreter.updatePagingAndSorting(org.hibernate.Criteria query,
Class<T> type,
ObjectPaging paging) |
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ShadowQueryWithDisjunction.updatePagingAndSorting(org.hibernate.Criteria query,
Class<T> type,
ObjectPaging paging) |
Modifier and Type | Method and Description |
---|---|
ObjectPaging |
RelationalValueSearchQuery.getPaging() |
Modifier and Type | Method and Description |
---|---|
void |
RelationalValueSearchQuery.setPaging(ObjectPaging paging) |
Constructor and Description |
---|
RelationalValueSearchQuery(QName column,
String searchValue,
RelationalValueSearchType searchType,
ObjectPaging paging) |
Modifier and Type | Method and Description |
---|---|
protected ObjectPaging |
BaseSortableDataProvider.createPaging(long first,
long count) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseSortableDataProvider.saveProviderPaging(ObjectQuery query,
ObjectPaging paging) |
void |
TablePanel.setCurrentPage(ObjectPaging paging) |
Modifier and Type | Method and Description |
---|---|
ObjectPaging |
ResourcesStorage.getAccountContentPaging() |
ObjectPaging |
ConfigurationStorage.getAccountDetailsPaging() |
ObjectPaging |
ConfigurationStorage.getDebugSearchPaging() |
ObjectPaging |
UsersStorage.getOrgUnitPaging() |
ObjectPaging |
ReportsStorage.getReportOutputsPaging() |
ObjectPaging |
ReportsStorage.getReportsPaging() |
ObjectPaging |
ResourcesStorage.getResourcePaging() |
ObjectPaging |
RolesStorage.getRolesPaging() |
ObjectPaging |
TasksStorage.getTasksPaging() |
ObjectPaging |
UsersStorage.getUsersPaging() |
Modifier and Type | Method and Description |
---|---|
void |
ResourcesStorage.setAccountContentPaging(ObjectPaging accountContentPaging) |
void |
ConfigurationStorage.setAccountDetailsPaging(ObjectPaging accountDetailsPaging) |
void |
ConfigurationStorage.setDebugSearchPaging(ObjectPaging debugSearchPaging) |
void |
UsersStorage.setOrgUnitPaging(ObjectPaging orgUnitPaging) |
void |
ReportsStorage.setReportOutputsPaging(ObjectPaging reportOutputsPaging) |
void |
ReportsStorage.setReportsPaging(ObjectPaging reportsPaging) |
void |
ResourcesStorage.setResourcePaging(ObjectPaging resourcePaging) |
void |
RolesStorage.setRolesPaging(ObjectPaging rolesPaging) |
void |
TasksStorage.setTasksPaging(ObjectPaging tasksPaging) |
void |
UsersStorage.setUsersPaging(ObjectPaging usersPaging) |
Copyright © 2015 evolveum. All rights reserved.