Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_1.PagingType

Packages that use PagingType
com.evolveum.midpoint.model   
com.evolveum.midpoint.model.api   
com.evolveum.midpoint.model.controller   
com.evolveum.midpoint.provisioning.api   
com.evolveum.midpoint.provisioning.impl   
com.evolveum.midpoint.repo.api   
com.evolveum.midpoint.repo.cache   
com.evolveum.midpoint.repo.xml   
com.evolveum.midpoint.schema   
com.evolveum.midpoint.schema.util   
com.evolveum.midpoint.web.model   
com.evolveum.midpoint.web.model.impl   
com.evolveum.midpoint.xml.ns._public.common.common_1   
com.evolveum.midpoint.xml.ns._public.model.model_1_wsdl   
 

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, 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)
           
 void ModelWebService.searchObjects(java.lang.String objectTypeUri, QueryType query, PagingType paging, javax.xml.ws.Holder<ObjectListType> objectListHolder, javax.xml.ws.Holder<OperationResultType> result)
           
 

Uses of PagingType in com.evolveum.midpoint.model.api
 

Methods in com.evolveum.midpoint.model.api with parameters of type PagingType
<T extends ObjectType>
ResultList<T>
ModelService.listObjects(java.lang.Class<T> objectType, PagingType paging, OperationResult result)
           Returns all objects of specified type that are available to the implementation.
 ResultList<? extends ResourceObjectShadowType> ModelService.listResourceObjects(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, PagingType paging, OperationResult result)
           Returns all resource objects of specified type that are currently available to the system.
<T extends ObjectType>
ResultList<T>
ModelService.searchObjects(java.lang.Class<T> type, QueryType query, PagingType paging, OperationResult parentResult)
           Search for objects.
 

Uses of PagingType in com.evolveum.midpoint.model.controller
 

Methods in com.evolveum.midpoint.model.controller with parameters of type PagingType
<T extends ObjectType>
ResultList<T>
ModelController.listObjects(java.lang.Class<T> objectType, PagingType paging, OperationResult result)
           
 ResultList<? extends ResourceObjectShadowType> ModelController.listResourceObjects(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, PagingType paging, OperationResult result)
           
<T extends ObjectType>
ResultList<T>
ModelController.searchObjects(java.lang.Class<T> type, QueryType query, PagingType paging, OperationResult result)
           
static void ModelUtils.validatePaging(PagingType paging)
           
 

Uses of PagingType in com.evolveum.midpoint.provisioning.api
 

Methods in com.evolveum.midpoint.provisioning.api with parameters of type PagingType
<T extends ObjectType>
ResultList<T>
ProvisioningService.listObjects(java.lang.Class<T> objectType, PagingType paging, OperationResult parentResult)
          Returns all objects of specified type that are available to the implementation.
 ResultList<? extends ResourceObjectShadowType> ProvisioningService.listResourceObjects(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, PagingType paging, OperationResult parentResult)
          Lists resource objects.
<T extends ObjectType>
ResultList<T>
ProvisioningService.searchObjects(java.lang.Class<T> type, QueryType query, PagingType paging, OperationResult parentResult)
          Search for objects.
 void ProvisioningService.searchObjectsIterative(QueryType query, PagingType paging, ResultHandler handler, OperationResult parentResult)
          Search for objects iteratively.
 

Uses of PagingType in com.evolveum.midpoint.provisioning.impl
 

Methods in com.evolveum.midpoint.provisioning.impl with parameters of type PagingType
<T extends ObjectType>
ResultList<T>
ProvisioningServiceImpl.listObjects(java.lang.Class<T> objectType, PagingType paging, OperationResult parentResult)
           
 ResultList<? extends ResourceObjectShadowType> ProvisioningServiceImpl.listResourceObjects(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, PagingType paging, OperationResult parentResult)
           
<T extends ObjectType>
ResultList<T>
ProvisioningServiceImpl.searchObjects(java.lang.Class<T> type, QueryType query, PagingType paging, OperationResult parentResult)
           
 void ProvisioningServiceImpl.searchObjectsIterative(QueryType query, PagingType paging, ResultHandler handler, OperationResult parentResult)
           
 

Uses of PagingType in com.evolveum.midpoint.repo.api
 

Methods in com.evolveum.midpoint.repo.api with parameters of type PagingType
<T extends ObjectType>
ResultList<T>
RepositoryService.listObjects(java.lang.Class<T> type, PagingType paging, OperationResult parentResult)
          Returns all objects of specified type in the repository.
<T extends ObjectType>
ResultList<T>
RepositoryService.searchObjects(java.lang.Class<T> type, QueryType query, PagingType paging, OperationResult parentResult)
          Search for objects in the repository.
 

Uses of PagingType in com.evolveum.midpoint.repo.cache
 

Methods in com.evolveum.midpoint.repo.cache with parameters of type PagingType
<T extends ObjectType>
ResultList<T>
RepositoryCache.listObjects(java.lang.Class<T> type, PagingType paging, OperationResult parentResult)
           
<T extends ObjectType>
ResultList<T>
RepositoryCache.searchObjects(java.lang.Class<T> type, QueryType query, PagingType paging, OperationResult parentResult)
           
 

Uses of PagingType in com.evolveum.midpoint.repo.xml
 

Methods in com.evolveum.midpoint.repo.xml with parameters of type PagingType
<T extends ObjectType>
ResultList<T>
XmlRepositoryService.listObjects(java.lang.Class<T> objectType, PagingType paging, OperationResult parentResult)
           
<T extends ObjectType>
ResultList<T>
XmlRepositoryService.searchObjects(java.lang.Class<T> clazz, QueryType query, PagingType paging, OperationResult parentResult)
           
 

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)
           
 

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 DebugUtil.prettyPrint(PagingType paging)
           
 

Uses of PagingType in com.evolveum.midpoint.web.model
 

Methods in com.evolveum.midpoint.web.model with parameters of type PagingType
 java.util.Collection<T> ObjectManager.list(PagingType paging)
          List objects according to paging parameters.
 java.util.Collection<ResourceObjectShadowDto<ResourceObjectShadowType>> ResourceManager.listResourceObjects(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, PagingType paging)
           
 java.util.List<UserDto> UserManager.search(QueryType search, PagingType paging)
           
 

Uses of PagingType in com.evolveum.midpoint.web.model.impl
 

Methods in com.evolveum.midpoint.web.model.impl with parameters of type PagingType
 java.util.Collection<RoleDto> RoleManagerImpl.list(PagingType paging)
           
 java.util.Collection<SystemConfigurationDto> SystemManagerImpl.list(PagingType paging)
           
 java.util.Collection<GuiResourceDto> ResourceManagerImpl.list(PagingType paging)
           
 java.util.Collection<AccountShadowDto> AccountManagerImpl.list(PagingType paging)
           
 java.util.Collection<ObjectDto<ObjectType>> BasicObjectManagerImpl.list(PagingType paging)
           
 java.util.Collection<GuiUserDto> UserManagerImpl.list(PagingType paging)
           
protected
<O extends ObjectType>
java.util.Collection<O>
ObjectManagerImpl.list(PagingType paging, java.lang.Class<O> type)
           
protected  java.util.Collection<T> ObjectManagerImpl.list(PagingType paging, ObjectTypes type)
           
 java.util.Collection<ResourceObjectShadowDto<ResourceObjectShadowType>> ResourceManagerImpl.listResourceObjects(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, PagingType paging)
           
 java.util.List<UserDto> UserManagerImpl.search(QueryType search, PagingType paging)
           
 

Uses of PagingType in com.evolveum.midpoint.xml.ns._public.common.common_1
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return PagingType
 PagingType ObjectFactory.createPagingType()
          Create an instance of PagingType
 

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, javax.xml.ws.Holder<ObjectListType> objectList, javax.xml.ws.Holder<OperationResultType> result)
           
 void ModelPortType.listObjects(java.lang.String objectType, PagingType paging, 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.
 void ModelPortTypeImpl.searchObjects(java.lang.String objectType, QueryType query, PagingType paging, javax.xml.ws.Holder<ObjectListType> objectList, javax.xml.ws.Holder<OperationResultType> result)
           
 void ModelPortType.searchObjects(java.lang.String objectType, QueryType query, PagingType paging, javax.xml.ws.Holder<ObjectListType> objectList, javax.xml.ws.Holder<OperationResultType> result)
          Search for objects in the repository.
 



Copyright © 2012 evolveum. All Rights Reserved.