Uses of Class
com.evolveum.prism.xml.ns._public.query_3.QueryType
-
Packages that use QueryType Package Description com.evolveum.midpoint.gui.impl.converter com.evolveum.midpoint.gui.impl.factory.panel com.evolveum.midpoint.prism.impl.marshaller com.evolveum.midpoint.prism.query com.evolveum.midpoint.prism.util com.evolveum.midpoint.repo.common.activity.definition Supports the definitions of activities and their various aspects: - work, - distribution, - control flow, - reporting, - ...com.evolveum.midpoint.rest.impl com.evolveum.midpoint.schema.util com.evolveum.midpoint.web.component.input 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.gui.impl.converter
Methods in com.evolveum.midpoint.gui.impl.converter that return QueryType Modifier and Type Method Description QueryTypeCleanupPoliciesTypeConverter. convertToObject(String arg0, Locale arg1)QueryTypeQueryTypeConverter. convertToObject(String arg0, Locale arg1)Methods in com.evolveum.midpoint.gui.impl.converter with parameters of type QueryType Modifier and Type Method Description StringCleanupPoliciesTypeConverter. convertToString(QueryType value, Locale arg1)StringQueryTypeConverter. convertToString(QueryType value, Locale arg1) -
Uses of QueryType in com.evolveum.midpoint.gui.impl.factory.panel
Method parameters in com.evolveum.midpoint.gui.impl.factory.panel with type arguments of type QueryType Modifier and Type Method Description protected InputPanelQueryTextAreaPanelFactory. getPanel(PrismPropertyPanelContext<QueryType> panelCtx) -
Uses of QueryType in com.evolveum.midpoint.prism.impl.marshaller
Methods in com.evolveum.midpoint.prism.impl.marshaller that return QueryType Modifier and Type Method Description QueryTypeQueryConverterImpl. createQueryType(ObjectQuery query)Methods in com.evolveum.midpoint.prism.impl.marshaller with parameters of type QueryType Modifier and Type Method Description ObjectQueryQueryConverterImpl. createObjectQuery(Class<?> clazz, QueryType queryType) -
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 ObjectQueryQueryConverter. createObjectQuery(Class<?> 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.repo.common.activity.definition
Methods in com.evolveum.midpoint.repo.common.activity.definition that return QueryType Modifier and Type Method Description QueryTypeRepositoryObjectSetSpecificationImpl. getQueryBean() -
Uses of QueryType in com.evolveum.midpoint.rest.impl
Methods in com.evolveum.midpoint.rest.impl with parameters of type QueryType Modifier and Type Method Description org.springframework.http.ResponseEntity<?>ModelRestController. searchObjects(String type, List<String> options, List<String> include, List<String> exclude, List<String> resolveNames, 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.web.component.input
Constructor parameters in com.evolveum.midpoint.web.component.input with type arguments of type QueryType Constructor Description QueryTextAreaPanel(String id, org.apache.wicket.model.IModel<QueryType> model, Integer rowsOverride) -
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. 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. getQuery()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)voidSearchObjectsType. setQuery(QueryType value) -
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. getQuery()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) -
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)
-