|
||||||||||
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.createAllObjectsQuery()
Returns query that returns all objects. |
static QueryType |
QueryUtil.createNameQuery(ObjectType object)
|
static QueryType |
QueryUtil.createNameQuery(java.lang.String name)
|
static QueryType |
QueryUtil.createQuery(org.w3c.dom.Element filter)
|
static QueryType |
QueryUtil.createResourceAndAccountQuery(ResourceType resource,
javax.xml.namespace.QName objectClass,
java.lang.String accountType)
|
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,
PagingType paging,
javax.xml.ws.Holder<ObjectListType> objectListHolder,
javax.xml.ws.Holder<OperationResultType> result)
|
Uses of QueryType in com.evolveum.midpoint.model.api |
---|
Methods in com.evolveum.midpoint.model.api with parameters of type QueryType | ||
---|---|---|
|
ModelService.searchObjects(java.lang.Class<T> type,
QueryType query,
PagingType paging,
OperationResult parentResult)
Search for objects. |
Uses of QueryType in com.evolveum.midpoint.model.controller |
---|
Methods in com.evolveum.midpoint.model.controller with parameters of type QueryType | ||
---|---|---|
|
ModelController.searchObjects(java.lang.Class<T> type,
QueryType query,
PagingType paging,
OperationResult result)
|
Uses of QueryType in com.evolveum.midpoint.provisioning.api |
---|
Methods in com.evolveum.midpoint.provisioning.api with parameters of type QueryType | ||
---|---|---|
|
ProvisioningService.searchObjects(java.lang.Class<T> type,
QueryType query,
PagingType paging,
OperationResult parentResult)
Search for objects. |
|
void |
ProvisioningService.searchObjectsIterative(QueryType query,
PagingType paging,
ResultHandler handler,
OperationResult parentResult)
Search for objects iteratively. |
Uses of QueryType in com.evolveum.midpoint.provisioning.impl |
---|
Methods in com.evolveum.midpoint.provisioning.impl with parameters of type QueryType | ||
---|---|---|
|
ProvisioningServiceImpl.searchObjects(java.lang.Class<T> type,
QueryType query,
PagingType paging,
OperationResult parentResult)
|
|
void |
ProvisioningServiceImpl.searchObjectsIterative(QueryType query,
PagingType paging,
ResultHandler handler,
OperationResult parentResult)
|
Uses of QueryType in com.evolveum.midpoint.provisioning.util |
---|
Methods in com.evolveum.midpoint.provisioning.util that return QueryType | |
---|---|
static QueryType |
ShadowCacheUtil.createSearchShadowQuery(ResourceObject resourceObject,
ResourceType resource,
OperationResult parentResult)
|
static QueryType |
ShadowCacheUtil.createSearchShadowQuery(java.util.Set<ResourceObjectAttribute> identifiers,
OperationResult parentResult)
|
Uses of QueryType in com.evolveum.midpoint.repo.api |
---|
Methods in com.evolveum.midpoint.repo.api with parameters of type QueryType | ||
---|---|---|
|
RepositoryService.searchObjects(java.lang.Class<T> type,
QueryType query,
PagingType paging,
OperationResult parentResult)
Search for objects in the repository. |
Uses of QueryType in com.evolveum.midpoint.repo.cache |
---|
Methods in com.evolveum.midpoint.repo.cache with parameters of type QueryType | ||
---|---|---|
|
RepositoryCache.searchObjects(java.lang.Class<T> type,
QueryType query,
PagingType paging,
OperationResult parentResult)
|
Uses of QueryType in com.evolveum.midpoint.repo.xml |
---|
Methods in com.evolveum.midpoint.repo.xml with parameters of type QueryType | ||
---|---|---|
|
XmlRepositoryService.searchObjects(java.lang.Class<T> clazz,
QueryType query,
PagingType paging,
OperationResult parentResult)
|
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 |
DebugUtil.prettyPrint(QueryType query)
|
Uses of QueryType in com.evolveum.midpoint.web.controller.util |
---|
Methods in com.evolveum.midpoint.web.controller.util that return QueryType | |
---|---|
QueryType |
SearchableListController.getQuery()
|
Methods in com.evolveum.midpoint.web.controller.util with parameters of type QueryType | |
---|---|
void |
SearchableListController.setQuery(QueryType query)
|
Uses of QueryType in com.evolveum.midpoint.web.model |
---|
Methods in com.evolveum.midpoint.web.model with parameters of type QueryType | |
---|---|
java.util.List<UserDto> |
UserManager.search(QueryType search,
PagingType paging)
|
Uses of QueryType in com.evolveum.midpoint.web.model.impl |
---|
Methods in com.evolveum.midpoint.web.model.impl with parameters of type QueryType | |
---|---|
java.util.List<UserDto> |
UserManagerImpl.search(QueryType search,
PagingType paging)
|
Uses of QueryType in com.evolveum.midpoint.xml.ns._public.common.common_1 |
---|
Fields in com.evolveum.midpoint.xml.ns._public.common.common_1 declared as QueryType | |
---|---|
protected QueryType |
SynchronizationType.correlation
|
Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return QueryType | |
---|---|
QueryType |
ObjectFactory.createQueryType()
Create an instance of QueryType |
QueryType |
SynchronizationType.getCorrelation()
Gets the value of the correlation property. |
Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 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.midpoint.xml.ns._public.common.common_1 with parameters of type QueryType | |
---|---|
javax.xml.bind.JAXBElement<QueryType> |
ObjectFactory.createQuery(QueryType value)
Create an instance of JAXBElement < QueryType > } |
void |
SynchronizationType.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,
PagingType paging,
javax.xml.ws.Holder<ObjectListType> objectList,
javax.xml.ws.Holder<OperationResultType> result)
|
void |
ModelPortType.searchObjects(java.lang.String objectType,
QueryType query,
PagingType paging,
javax.xml.ws.Holder<ObjectListType> objectList,
javax.xml.ws.Holder<OperationResultType> result)
Search for objects in the repository. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |