Uses of Class
com.evolveum.prism.xml.ns._public.query_3.QueryType
-
Packages that use QueryType Package Description com.evolveum.midpoint.prism.query com.evolveum.midpoint.prism.util com.evolveum.midpoint.schema.util com.evolveum.midpoint.xml.ns._public.common.common_3 com.evolveum.midpoint.xml.ns._public.model.model_3 com.evolveum.midpoint.xml.ns._public.model.scripting_3 com.evolveum.prism.xml.ns._public.query_3 Copyright (c) 2010-2019 Evolveum and contributors This work is dual-licensed under the Apache License 2.0 and European Union Public License. -
-
Uses of QueryType in com.evolveum.midpoint.prism.query
Methods in com.evolveum.midpoint.prism.query that return QueryType Modifier and Type Method Description QueryTypeQueryConverter. createQueryType(ObjectQuery query)Methods in com.evolveum.midpoint.prism.query with parameters of type QueryType Modifier and Type Method Description <C extends Containerable>
ObjectQueryQueryConverter. createObjectQuery(Class<C> clazz, QueryType queryType) -
Uses of QueryType in com.evolveum.midpoint.prism.util
Methods in com.evolveum.midpoint.prism.util with parameters of type QueryType Modifier and Type Method Description static voidPrismTestUtil. displayQueryType(QueryType queryType) -
Uses of QueryType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with parameters of type QueryType Modifier and Type Method Description static StringObjectQueryUtil. dump(QueryType query, @NotNull PrismContext prismContext) -
Uses of QueryType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return QueryType Modifier and Type Method Description QueryTypeObjectSetType. beginQuery()QueryTypeRepositorySearchObjectsTraceType. beginQuery()QueryTypeRepositorySearchTraceType. beginQuery()QueryTypeResourceObjectSetType. beginQuery()QueryTypeObjectSetType. getQuery()QueryTypeRepositorySearchObjectsTraceType. getQuery()QueryTypeResourceObjectSetType. getQuery()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type QueryType Modifier and Type Method Description ObjectSetTypeObjectSetType. query(QueryType value)RepositorySearchObjectsTraceTypeRepositorySearchObjectsTraceType. query(QueryType value)RepositorySearchTraceTypeRepositorySearchTraceType. query(QueryType value)ResourceObjectSetTypeResourceObjectSetType. query(QueryType value)voidObjectSetType. setQuery(QueryType value)voidRepositorySearchObjectsTraceType. setQuery(QueryType value)voidResourceObjectSetType. setQuery(QueryType value) -
Uses of QueryType in com.evolveum.midpoint.xml.ns._public.model.model_3
Fields in com.evolveum.midpoint.xml.ns._public.model.model_3 declared as QueryType Modifier and Type Field Description protected QueryTypeSearchObjectsType. queryMethods in com.evolveum.midpoint.xml.ns._public.model.model_3 that return QueryType Modifier and Type Method Description QueryTypeSearchObjectsType. beginQuery()QueryTypeSearchObjectsType. getQuery()Gets the value of the query property.Methods in com.evolveum.midpoint.xml.ns._public.model.model_3 with parameters of type QueryType Modifier and Type Method Description SearchObjectsTypeSearchObjectsType. query(QueryType value)voidModelPortImpl. searchObjects(QName objectType, QueryType query, SelectorQualifiedGetOptionsType options, javax.xml.ws.Holder<ObjectListType> objectList, javax.xml.ws.Holder<OperationResultType> result)voidModelPortType. searchObjects(QName objectType, QueryType query, SelectorQualifiedGetOptionsType options, javax.xml.ws.Holder<ObjectListType> objectList, javax.xml.ws.Holder<OperationResultType> result)TODO Faults: any SystemFaultType IllegalArgumentFaultType: wrong object type SchemaViolationFaultType: unknown property used in search queryvoidSearchObjectsType. setQuery(QueryType value)Sets the value of the query property. -
Uses of QueryType in com.evolveum.midpoint.xml.ns._public.model.scripting_3
Fields in com.evolveum.midpoint.xml.ns._public.model.scripting_3 declared as QueryType Modifier and Type Field Description protected QueryTypeSearchExpressionType. queryMethods in com.evolveum.midpoint.xml.ns._public.model.scripting_3 that return QueryType Modifier and Type Method Description QueryTypeSearchExpressionType. beginQuery()QueryTypeSearchExpressionType. getQuery()Gets the value of the query property.Methods in com.evolveum.midpoint.xml.ns._public.model.scripting_3 with parameters of type QueryType Modifier and Type Method Description SearchExpressionTypeSearchExpressionType. query(QueryType value)voidSearchExpressionType. setQuery(QueryType value)Sets the value of the query property. -
Uses of QueryType in com.evolveum.prism.xml.ns._public.query_3
Methods in com.evolveum.prism.xml.ns._public.query_3 that return QueryType Modifier and Type Method Description QueryTypeQueryType. clone()Creates and returns a deep copy of this object.QueryTypeObjectFactory. createQueryType()Create an instance ofQueryTypeQueryTypeQueryType. description(String value)QueryTypeQueryType. filter(SearchFilterType value)QueryTypeQueryType. paging(PagingType value)Methods in com.evolveum.prism.xml.ns._public.query_3 that return types with arguments of type QueryType Modifier and Type Method Description javax.xml.bind.JAXBElement<QueryType>ObjectFactory. createQuery(QueryType value)Methods in com.evolveum.prism.xml.ns._public.query_3 with parameters of type QueryType Modifier and Type Method Description javax.xml.bind.JAXBElement<QueryType>ObjectFactory. createQuery(QueryType value)
-