Modifier and Type | Method and Description |
---|---|
static PagingType |
PagingTypeFactory.createListAllPaging() |
static PagingType |
PagingTypeFactory.createListAllPaging(OrderDirectionType order,
String orderBy) |
static PagingType |
PagingTypeFactory.createPaging(int offset,
int maxSize,
OrderDirectionType order,
String orderBy) |
static PagingType |
PagingTypeFactory.createPaging(int offset,
OrderDirectionType order,
String orderBy) |
static PagingType |
PagingConvertor.createPagingType(com.evolveum.midpoint.prism.query.ObjectPaging paging) |
Modifier and Type | Method and Description |
---|---|
static com.evolveum.midpoint.prism.query.ObjectPaging |
PagingConvertor.createObjectPaging(PagingType pagingType) |
Modifier and Type | Method and Description |
---|---|
static String |
SchemaDebugUtil.prettyPrint(PagingType paging) |
Modifier and Type | Field and Description |
---|---|
protected PagingType |
ListObjects.paging |
Modifier and Type | Method and Description |
---|---|
PagingType |
ListObjects.getPaging()
Gets the value of the paging property.
|
Modifier and Type | Method and Description |
---|---|
void |
ListObjects.setPaging(PagingType value)
Sets the value of the paging property.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelPortTypeImpl.listObjects(String objectType,
PagingType paging,
OperationOptionsType options,
Holder<ObjectListType> objectList,
Holder<OperationResultType> result) |
void |
ModelPortType.listObjects(String objectType,
PagingType paging,
OperationOptionsType options,
Holder<ObjectListType> objectList,
Holder<OperationResultType> result)
Returns all objects of specified type in the repository.
|
Modifier and Type | Field and Description |
---|---|
protected PagingType |
QueryType.paging |
Modifier and Type | Method and Description |
---|---|
PagingType |
PagingType.clone()
Creates and returns a deep copy of this object.
|
PagingType |
ObjectFactory.createPagingType()
Create an instance of
PagingType |
PagingType |
QueryType.getPaging()
Gets the value of the paging property.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryType.setPaging(PagingType value)
Sets the value of the paging property.
|
Constructor and Description |
---|
PagingType(PagingType o)
Creates a new
PagingType instance by deeply copying a given PagingType instance. |
Copyright © 2014 Evolveum. All rights reserved.