|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PagingType in com.evolveum.midpoint.model |
---|
Methods in com.evolveum.midpoint.model with parameters of type PagingType | |
---|---|
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)
|
Uses of PagingType in com.evolveum.midpoint.schema |
---|
Methods in com.evolveum.midpoint.schema that return PagingType | |
---|---|
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)
|
Methods in com.evolveum.midpoint.schema with parameters of type PagingType | |
---|---|
static ObjectPaging |
PagingConvertor.createObjectPaging(PagingType pagingType)
|
Uses of PagingType in com.evolveum.midpoint.schema.util |
---|
Methods in com.evolveum.midpoint.schema.util with parameters of type PagingType | |
---|---|
static String |
SchemaDebugUtil.prettyPrint(PagingType paging)
|
Uses of PagingType in com.evolveum.midpoint.xml.ns._public.model.model_1_wsdl |
---|
Methods in com.evolveum.midpoint.xml.ns._public.model.model_1_wsdl with parameters of type PagingType | |
---|---|
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)
|
Uses of PagingType in com.evolveum.prism.xml.ns._public.query_2 |
---|
Fields in com.evolveum.prism.xml.ns._public.query_2 declared as PagingType | |
---|---|
protected PagingType |
QueryType.paging
|
Methods in com.evolveum.prism.xml.ns._public.query_2 that return PagingType | |
---|---|
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. |
Methods in com.evolveum.prism.xml.ns._public.query_2 with parameters of type PagingType | |
---|---|
void |
QueryType.setPaging(PagingType value)
Sets the value of the paging property. |
Constructors in com.evolveum.prism.xml.ns._public.query_2 with parameters of type PagingType | |
---|---|
PagingType(PagingType o)
Creates a new PagingType instance by deeply copying a given PagingType instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |