Uses of Class
com.evolveum.prism.xml.ns._public.query_2.QueryType

Packages that use QueryType
com.evolveum.midpoint.common   
com.evolveum.midpoint.model   
com.evolveum.midpoint.schema   
com.evolveum.midpoint.schema.util   
com.evolveum.midpoint.xml.ns._public.common.common_2a   
com.evolveum.midpoint.xml.ns._public.model.model_1_wsdl   
com.evolveum.prism.xml.ns._public.query_2   
 

Uses of QueryType in com.evolveum.midpoint.common
 

Methods in com.evolveum.midpoint.common that return QueryType
static QueryType QueryUtil.createAttributeQuery(PrismProperty<?> attribute, javax.xml.namespace.QName objectClass, ResourceType resourceType, PrismContext prismContext)
           
static QueryType QueryUtil.createQuery(org.w3c.dom.Element filter)
           
static QueryType QueryUtil.createResourceAndAccountQuery(ResourceType resource, javax.xml.namespace.QName objectClass, java.lang.String accountType)
           
static QueryType QueryUtil.createResourceAndAccountQuery(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, java.lang.String accountType)
           
 

Methods in com.evolveum.midpoint.common with parameters of type QueryType
static java.lang.String QueryUtil.dump(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, OperationOptionsType options, javax.xml.ws.Holder<ObjectListType> objectListHolder, javax.xml.ws.Holder<OperationResultType> result)
           
 

Uses of QueryType in com.evolveum.midpoint.schema
 

Methods in com.evolveum.midpoint.schema that return QueryType
static QueryType QueryConvertor.createQueryType(ObjectQuery query, PrismContext prismContext)
           
 

Methods in com.evolveum.midpoint.schema with parameters of type QueryType
static ObjectQuery QueryConvertor.createObjectQuery(java.lang.Class clazz, QueryType queryType, PrismContext prismContext)
           
 

Uses of QueryType in com.evolveum.midpoint.schema.util
 

Methods in com.evolveum.midpoint.schema.util with parameters of type QueryType
static java.lang.String SchemaDebugUtil.prettyPrint(QueryType query)
           
 

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

Fields in com.evolveum.midpoint.xml.ns._public.common.common_2a declared as QueryType
protected  QueryType ObjectSynchronizationType.correlation
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a that return QueryType
 QueryType ObjectSynchronizationType.getCorrelation()
          Gets the value of the correlation property.
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a with parameters of type QueryType
 void ObjectSynchronizationType.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, OperationOptionsType options, javax.xml.ws.Holder<ObjectListType> objectList, javax.xml.ws.Holder<OperationResultType> result)
           
 void ModelPortType.searchObjects(java.lang.String objectType, QueryType query, OperationOptionsType options, javax.xml.ws.Holder<ObjectListType> objectList, javax.xml.ws.Holder<OperationResultType> result)
          Search for objects in the repository.
 

Uses of QueryType in com.evolveum.prism.xml.ns._public.query_2
 

Methods in com.evolveum.prism.xml.ns._public.query_2 that return QueryType
 QueryType QueryType.clone()
          Creates and returns a deep copy of this object.
 QueryType ObjectFactory.createQueryType()
          Create an instance of QueryType
 

Methods in com.evolveum.prism.xml.ns._public.query_2 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.prism.xml.ns._public.query_2 with parameters of type QueryType
 javax.xml.bind.JAXBElement<QueryType> ObjectFactory.createQuery(QueryType value)
          Create an instance of JAXBElement<QueryType>}
 

Constructors in com.evolveum.prism.xml.ns._public.query_2 with parameters of type QueryType
QueryType(QueryType o)
          Creates a new QueryType instance by deeply copying a given QueryType instance.
 



Copyright © 2012 evolveum. All Rights Reserved.