Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static String |
QueryUtil.dump(QueryType query) |
Modifier and Type | Method and Description |
---|---|
void |
ModelWebService.searchObjects(String objectTypeUri,
QueryType query,
OperationOptionsType options,
Holder<ObjectListType> objectListHolder,
Holder<OperationResultType> result) |
Modifier and Type | Method and Description |
---|---|
List<PrismObject<UserType>> |
CorrelationConfirmationEvaluator.findUsersByCorrelationRule(ShadowType currentShadow,
List<QueryType> queries,
ResourceType resourceType,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
static QueryType |
QueryConvertor.createQueryType(ObjectQuery query,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
static ObjectQuery |
QueryConvertor.createObjectQuery(Class clazz,
QueryType queryType,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
static String |
SchemaDebugUtil.prettyPrint(QueryType query) |
Modifier and Type | Field and Description |
---|---|
protected List<QueryType> |
ObjectSynchronizationType.correlation |
Modifier and Type | Method and Description |
---|---|
List<QueryType> |
ObjectSynchronizationType.getCorrelation()
Gets the value of the correlation property.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
QueryType |
QueryType.clone()
Creates and returns a deep copy of this object.
|
QueryType |
ObjectFactory.createQueryType()
Create an instance of
QueryType |
Modifier and Type | Method and Description |
---|---|
JAXBElement<QueryType> |
ObjectFactory.createQuery(QueryType value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<QueryType> |
ObjectFactory.createQuery(QueryType value)
|
Constructor and Description |
---|
QueryType(QueryType o)
Creates a new
QueryType instance by deeply copying a given QueryType instance. |
Copyright © 2013 evolveum. All rights reserved.