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.cache   
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_wsdl   
 

Uses of QueryType in com.evolveum.midpoint.common
 

Methods in com.evolveum.midpoint.common that return QueryType
static QueryType QueryUtil.createQuery(org.w3c.dom.Element filter)
           
 

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
 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 QueryType in com.evolveum.midpoint.model.api
 

Methods in com.evolveum.midpoint.model.api with parameters of type QueryType
<T extends ObjectType>
ResultList<T>
ModelService.searchObjects(java.lang.Class<T> type, QueryType query, PagingType paging, OperationResult parentResult)
           Search for objects.
 

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

Methods in com.evolveum.midpoint.model.controller with parameters of type QueryType
<T extends ObjectType>
ResultList<T>
ModelControllerImpl.searchObjects(java.lang.Class<T> type, 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
<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 QueryType in com.evolveum.midpoint.provisioning.impl
 

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

Methods in com.evolveum.midpoint.repo.api with parameters of type QueryType
<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 QueryType in com.evolveum.midpoint.repo.cache
 

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

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

Methods in com.evolveum.midpoint.repo.xml with parameters of type QueryType
<T extends ObjectType>
ResultList<T>
XmlRepositoryService.searchObjects(java.lang.Class<T> clazz, 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_wsdl
 

Methods in com.evolveum.midpoint.xml.ns._public.model.model_1_wsdl with parameters of type QueryType
 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 © 2011 evolveum. All Rights Reserved.