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

Packages that use QueryType
com.evolveum.midpoint.common   
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.xml   
com.evolveum.midpoint.web.controller.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   
 

Uses of QueryType in com.evolveum.midpoint.common
 

Methods in com.evolveum.midpoint.common with parameters of type QueryType
static java.lang.String DebugUtil.prettyPrint(QueryType query)
           
 

Uses of QueryType in com.evolveum.midpoint.model
 

Methods in com.evolveum.midpoint.model with parameters of type QueryType
 ObjectListType ModelWebService.searchObjects(QueryType query, PagingType paging, javax.xml.ws.Holder<OperationResultType> result)
           
 

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

Methods in com.evolveum.midpoint.model.api with parameters of type QueryType
 ObjectListType ModelService.searchObjectsInRepository(QueryType query, PagingType paging, OperationResult result)
           
 

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

Methods in com.evolveum.midpoint.model.controller with parameters of type QueryType
 ObjectListType ModelControllerImpl.searchObjectsInProvisioning(QueryType query, PagingType paging, OperationResult result)
           
 ObjectListType ModelController.searchObjectsInProvisioning(QueryType query, PagingType paging, OperationResult result)
           
 ObjectListType ModelControllerImpl.searchObjectsInRepository(QueryType query, PagingType paging, OperationResult result)
           
 

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

Methods in com.evolveum.midpoint.provisioning.api with parameters of type QueryType
 ObjectListType ProvisioningService.searchObjects(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 QueryType in com.evolveum.midpoint.provisioning.impl
 

Methods in com.evolveum.midpoint.provisioning.impl with parameters of type QueryType
 ObjectListType ProvisioningServiceImpl.searchObjects(QueryType query, PagingType paging, OperationResult parentResult)
           
 void ProvisioningServiceImpl.searchObjectsIterative(QueryType query, PagingType paging, ResultHandler handler, OperationResult parentResult)
           
 

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

Methods in com.evolveum.midpoint.repo.api with parameters of type QueryType
 ObjectListType RepositoryService.searchObjects(QueryType query, PagingType paging, OperationResult parentResult)
          Search for objects in the repository.
 

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

Methods in com.evolveum.midpoint.repo.xml with parameters of type QueryType
 ObjectListType XmlRepositoryService.searchObjects(QueryType query, PagingType paging, OperationResult parentResult)
           
 

Uses of QueryType in com.evolveum.midpoint.web.controller.util
 

Methods in com.evolveum.midpoint.web.controller.util that return QueryType
 QueryType SearchableListController.getQuery()
           
 

Methods in com.evolveum.midpoint.web.controller.util with parameters of type QueryType
 void SearchableListController.setQuery(QueryType query)
           
 

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

Methods in com.evolveum.midpoint.web.model with parameters of type QueryType
 java.util.List<UserDto> UserManager.search(QueryType search, PagingType paging)
           
 

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

Methods in com.evolveum.midpoint.web.model.impl with parameters of type QueryType
 java.util.List<UserDto> UserManagerImpl.search(QueryType search, PagingType paging)
           
 

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

Fields in com.evolveum.midpoint.xml.ns._public.common.common_1 declared as QueryType
protected  QueryType SynchronizationType.correlation
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return QueryType
 QueryType ObjectFactory.createQueryType()
          Create an instance of QueryType
 QueryType SynchronizationType.getCorrelation()
          Gets the value of the correlation property.
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return types with arguments of type QueryType
 javax.xml.bind.JAXBElement<QueryType> ObjectFactory.createQuery(QueryType value)
          Create an instance of JAXBElement<QueryType>}
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 with parameters of type QueryType
 javax.xml.bind.JAXBElement<QueryType> ObjectFactory.createQuery(QueryType value)
          Create an instance of JAXBElement<QueryType>}
 void SynchronizationType.setCorrelation(QueryType value)
          Sets the value of the correlation property.
 

Uses of QueryType in com.evolveum.midpoint.xml.ns._public.model.model_1
 

Methods in com.evolveum.midpoint.xml.ns._public.model.model_1 with parameters of type QueryType
 ObjectListType ModelPortType.searchObjects(QueryType query, PagingType paging, javax.xml.ws.Holder<OperationResultType> result)
          Search for objects in the repository.
 



Copyright © 2011 evolveum. All Rights Reserved.