|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of QueryType in com.evolveum.midpoint.common |
---|
Methods in com.evolveum.midpoint.common that return QueryType | |
---|---|
static QueryType |
QueryUtil.createAttributeQuery(PrismProperty<?> attribute,
QName objectClass,
ResourceType resourceType,
PrismContext prismContext)
|
static QueryType |
QueryUtil.createQuery(Element filter)
|
static QueryType |
QueryUtil.createResourceAndAccountQuery(ResourceType resource,
QName objectClass,
String accountType)
|
static QueryType |
QueryUtil.createResourceAndAccountQuery(String resourceOid,
QName objectClass,
String accountType)
|
Methods in com.evolveum.midpoint.common with parameters of type QueryType | |
---|---|
static 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(String objectTypeUri,
QueryType query,
OperationOptionsType options,
Holder<ObjectListType> objectListHolder,
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(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 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 |
ModelPortType.searchObjects(String objectType,
QueryType query,
OperationOptionsType options,
Holder<ObjectListType> objectList,
Holder<OperationResultType> result)
Search for objects in the repository. |
void |
ModelPortTypeImpl.searchObjects(String objectType,
QueryType query,
OperationOptionsType options,
Holder<ObjectListType> objectList,
Holder<OperationResultType> result)
|
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 | |
---|---|
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 | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |