|
||||||||||
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(java.lang.String objectType,
PagingType paging,
OperationOptionsType options,
javax.xml.ws.Holder<ObjectListType> objectListHolder,
javax.xml.ws.Holder<OperationResultType> result)
|
void |
ModelWebService.listResourceObjects(java.lang.String resourceOid,
javax.xml.namespace.QName objectType,
PagingType paging,
javax.xml.ws.Holder<ObjectListType> objectListTypeHolder,
javax.xml.ws.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,
java.lang.String orderBy)
|
static PagingType |
PagingTypeFactory.createPaging(int offset,
int maxSize,
OrderDirectionType order,
java.lang.String orderBy)
|
static PagingType |
PagingTypeFactory.createPaging(int offset,
OrderDirectionType order,
java.lang.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 java.lang.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 |
ModelPortTypeImpl.listObjects(java.lang.String objectType,
PagingType paging,
OperationOptionsType options,
javax.xml.ws.Holder<ObjectListType> objectList,
javax.xml.ws.Holder<OperationResultType> result)
|
void |
ModelPortType.listObjects(java.lang.String objectType,
PagingType paging,
OperationOptionsType options,
javax.xml.ws.Holder<ObjectListType> objectList,
javax.xml.ws.Holder<OperationResultType> result)
Returns all objects of specified type in the repository. |
void |
ModelPortTypeImpl.listResourceObjects(java.lang.String resourceOid,
javax.xml.namespace.QName objectType,
PagingType paging,
javax.xml.ws.Holder<ObjectListType> objectList,
javax.xml.ws.Holder<OperationResultType> result)
|
void |
ModelPortType.listResourceObjects(java.lang.String resourceOid,
javax.xml.namespace.QName objectType,
PagingType paging,
javax.xml.ws.Holder<ObjectListType> objectList,
javax.xml.ws.Holder<OperationResultType> result)
WARNING: This operation should not be here. |
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 |