Modifier and Type | Method and Description |
---|---|
List<PrismObject<? extends ShadowType>> |
ModelCrudService.listResourceObjects(String resourceOid,
QName objectClass,
ObjectPaging paging,
Task task,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
List<PrismObject<? extends ShadowType>> |
ModelService.listResourceObjects(String resourceOid,
QName objectClass,
ObjectPaging paging,
Task task,
OperationResult result)
Returns all resource objects of specified type that are currently
available to the system.
|
Modifier and Type | Method and Description |
---|---|
List<PrismObject<? extends 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 |
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(Element condition,
ObjectFilter filter,
ObjectPaging paging) |
static ObjectQuery |
ObjectQuery.createObjectQuery(ObjectFilter filter,
ObjectPaging paging) |
static ObjectQuery |
ObjectQuery.createObjectQuery(ObjectPaging paging) |
void |
ObjectQuery.setPaging(ObjectPaging paging) |
Modifier and Type | Method and Description |
---|---|
List<PrismObject<? extends ShadowType>> |
ProvisioningService.listResourceObjects(String resourceOid,
QName objectClass,
ObjectPaging paging,
OperationResult parentResult)
Lists resource objects.
|
Modifier and Type | Method and Description |
---|---|
List<PrismObject<? extends ShadowType>> |
ProvisioningServiceImpl.listResourceObjects(String resourceOid,
QName objectClass,
ObjectPaging paging,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
<T extends ObjectType> |
QueryInterpreter.updatePagingAndSorting(org.hibernate.Criteria query,
Class<T> type,
ObjectPaging paging) |
Modifier and Type | Method and Description |
---|---|
static ObjectPaging |
PagingConvertor.createObjectPaging(PagingType pagingType) |
Modifier and Type | Method and Description |
---|---|
static PagingType |
PagingConvertor.createPagingType(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 |
UsersStorage.getUsersPaging() |
Modifier and Type | Method and Description |
---|---|
void |
UsersStorage.setUsersPaging(ObjectPaging usersPaging) |
Copyright © 2013 evolveum. All rights reserved.