Modifier and Type | Method and Description |
---|---|
void |
ModelWebService.listObjects(String objectType,
PagingType paging,
OperationOptionsType options,
Holder<ObjectListType> objectListHolder,
Holder<OperationResultType> result) |
void |
ModelWebService.listResourceObjects(String resourceOid,
QName objectType,
PagingType paging,
Holder<ObjectListType> objectListTypeHolder,
Holder<OperationResultType> result) |
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(ObjectPaging paging) |
Modifier and Type | Method and Description |
---|---|
static ObjectPaging |
PagingConvertor.createObjectPaging(PagingType pagingType) |
Modifier and Type | Method and Description |
---|---|
static String |
SchemaDebugUtil.prettyPrint(PagingType paging) |
Modifier and Type | Method and Description |
---|---|
void |
ModelPortType.listObjects(String objectType,
PagingType paging,
OperationOptionsType options,
Holder<ObjectListType> objectList,
Holder<OperationResultType> result)
Returns all objects of specified type in the repository.
|
void |
ModelPortTypeImpl.listObjects(String objectType,
PagingType paging,
OperationOptionsType options,
Holder<ObjectListType> objectList,
Holder<OperationResultType> result) |
void |
ModelPortType.listResourceObjects(String resourceOid,
QName objectType,
PagingType paging,
Holder<ObjectListType> objectList,
Holder<OperationResultType> result)
WARNING:
This operation should not be here.
|
void |
ModelPortTypeImpl.listResourceObjects(String resourceOid,
QName objectType,
PagingType paging,
Holder<ObjectListType> objectList,
Holder<OperationResultType> result) |
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 © 2013 evolveum. All rights reserved.