Modifier and Type | Method and Description |
---|---|
static ObjectQuery |
QueryUtil.createNameQuery(ObjectType object) |
static ObjectQuery |
QueryUtil.createNameQuery(PolyString name,
PrismContext prismContext) |
static ObjectQuery |
QueryUtil.createNameQuery(PolyStringType name,
PrismContext prismContext) |
static <O extends ObjectType> |
QueryUtil.createNameQuery(PrismObject<O> object) |
Modifier and Type | Method and Description |
---|---|
<O extends ObjectType> |
ModelObjectResolver.countObjects(Class<O> type,
ObjectQuery query,
OperationResult parentResult) |
<O extends ObjectType> |
ModelObjectResolver.searchIterative(Class<O> type,
ObjectQuery query,
ResultHandler<O> handler,
OperationResult parentResult) |
<T extends ObjectType> |
ModelCrudService.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
<T extends ObjectType> |
ModelService.countObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult) |
<T extends ObjectType> |
ModelService.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult)
Search for objects.
|
<T extends ObjectType> |
ModelService.searchObjectsIterative(Class<T> type,
ObjectQuery query,
ResultHandler<T> handler,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
<T extends ObjectType> |
ModelController.countObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult) |
<T extends ObjectType> |
ModelController.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult) |
<T extends ObjectType> |
ModelController.searchObjectsIterative(Class<T> type,
ObjectQuery query,
ResultHandler<T> handler,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
protected ObjectQuery |
ImportAccountsFromResourceTaskHandler.createQuery(TaskRunResult runResult,
Task task,
OperationResult opResult) |
Modifier and Type | Method and Description |
---|---|
protected ObjectQuery |
FocusValidityScannerTaskHandler.createQuery(TaskRunResult runResult,
Task task,
OperationResult opResult) |
protected ObjectQuery |
RecomputeTaskHandler.createQuery(TaskRunResult runResult,
Task task,
OperationResult opResult) |
Modifier and Type | Method and Description |
---|---|
protected ObjectQuery |
TriggerScannerTaskHandler.createQuery(TaskRunResult runResult,
Task task,
OperationResult opResult) |
Modifier and Type | Method and Description |
---|---|
protected abstract ObjectQuery |
AbstractSearchIterativeTaskHandler.createQuery(TaskRunResult runResult,
Task task,
OperationResult opResult) |
Modifier and Type | Method and Description |
---|---|
static <T extends ObjectType> |
Utils.searchIterative(RepositoryService repositoryService,
Class<T> type,
ObjectQuery query,
Handler<PrismObject<T>> handler,
int blockSize,
OperationResult opResult) |
Modifier and Type | Method and Description |
---|---|
ObjectQuery |
ObjectQuery.clone() |
static ObjectQuery |
ObjectQuery.createObjectQuery(Element condition,
ObjectFilter filter) |
static ObjectQuery |
ObjectQuery.createObjectQuery(Element condition,
ObjectFilter filter,
ObjectPaging paging) |
static ObjectQuery |
ObjectQuery.createObjectQuery(ObjectFilter filter) |
static ObjectQuery |
ObjectQuery.createObjectQuery(ObjectFilter filter,
ObjectPaging paging) |
static ObjectQuery |
ObjectQuery.createObjectQuery(ObjectPaging paging) |
Modifier and Type | Method and Description |
---|---|
<T extends ObjectType> |
ProvisioningService.countObjects(Class<T> type,
ObjectQuery query,
OperationResult parentResult) |
<T extends ObjectType> |
ProvisioningService.searchObjects(Class<T> type,
ObjectQuery query,
OperationResult parentResult)
Search for objects.
|
<T extends ObjectType> |
ProvisioningService.searchObjectsIterative(Class<T> type,
ObjectQuery query,
ResultHandler<T> handler,
OperationResult parentResult)
Search for objects iteratively.
|
Modifier and Type | Method and Description |
---|---|
<T extends ObjectType> |
ProvisioningServiceImpl.countObjects(Class<T> type,
ObjectQuery query,
OperationResult parentResult) |
<T extends ObjectType> |
ProvisioningServiceImpl.searchObjects(Class<T> type,
ObjectQuery query,
OperationResult parentResult) |
<T extends ObjectType> |
ProvisioningServiceImpl.searchObjectsIterative(Class<T> type,
ObjectQuery query,
ResultHandler<T> handler,
OperationResult parentResult) |
void |
ShadowCache.searchObjectsIterative(QName objectClassName,
ResourceType resourceType,
ObjectQuery query,
ShadowHandler<ShadowType> handler,
OperationResult parentResult) |
void |
ResourceObjectConverter.searchResourceObjects(ConnectorInstance connector,
ResourceType resourceType,
RefinedObjectClassDefinition objectClassDef,
ResultHandler<ShadowType> resultHandler,
ObjectQuery query,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
<T extends ShadowType> |
ConnectorInstance.search(ObjectClassComplexTypeDefinition objectClassDefinition,
ObjectQuery query,
ResultHandler<T> handler,
OperationResult parentResult)
Execute iterative search operation.
|
Modifier and Type | Method and Description |
---|---|
<T extends ShadowType> |
ConnectorInstanceIcfImpl.search(ObjectClassComplexTypeDefinition objectClassDefinition,
ObjectQuery query,
ResultHandler<T> handler,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
<T extends ObjectType> |
RepositoryService.countObjects(Class<T> type,
ObjectQuery query,
OperationResult parentResult)
Returns the number of objects that match specified criteria.
|
<T extends ObjectType> |
RepositoryService.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult)
Search for objects in the repository.
|
<T extends ObjectType> |
RepositoryService.searchObjectsIterative(Class<T> type,
ObjectQuery query,
ResultHandler<T> handler,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult)
Search for objects in the repository in an iterative fashion.
|
Modifier and Type | Method and Description |
---|---|
<T extends ObjectType> |
RepositoryCache.countObjects(Class<T> type,
ObjectQuery query,
OperationResult parentResult) |
<T extends ObjectType> |
RepositoryCache.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult) |
<T extends ObjectType> |
RepositoryCache.searchObjectsIterative(Class<T> type,
ObjectQuery query,
ResultHandler<T> handler,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
<T extends ObjectType> |
SqlRepositoryServiceImpl.countObjects(Class<T> type,
ObjectQuery query,
OperationResult result) |
<T extends ObjectType> |
SqlRepositoryServiceImpl.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult result) |
<T extends ObjectType> |
SqlRepositoryServiceImpl.searchObjectsIterative(Class<T> type,
ObjectQuery query,
ResultHandler<T> handler,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
<T extends ObjectFilter> |
QueryInterpreter.findAndCreateRestriction(T filter,
QueryContext context,
Restriction parent,
ObjectQuery query) |
org.hibernate.Criteria |
QueryInterpreter.interpret(ObjectQuery query,
Class<? extends ObjectType> type,
Collection<SelectorOptions<GetOperationOptions>> options,
PrismContext prismContext,
boolean countingObjects,
org.hibernate.Session session) |
Modifier and Type | Method and Description |
---|---|
ObjectQuery |
Restriction.getQuery() |
Modifier and Type | Method and Description |
---|---|
void |
Restriction.setQuery(ObjectQuery query) |
Modifier and Type | Method and Description |
---|---|
static ObjectQuery |
QueryConvertor.createObjectQuery(Class clazz,
QueryType queryType,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
static QueryType |
QueryConvertor.createQueryType(ObjectQuery query,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
static <T extends ObjectType> |
ObjectQueryUtil.createNameQuery(Class<T> clazz,
PrismContext prismContext,
String name) |
static ObjectQuery |
ObjectQueryUtil.createResourceAndAccountQuery(String resourceOid,
QName objectClass,
PrismContext prismContext) |
static ObjectQuery |
ObjectQueryUtil.createRootOrgQuery(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
static String |
SchemaDebugUtil.prettyPrint(ObjectQuery query) |
Modifier and Type | Method and Description |
---|---|
int |
TaskManager.countNodes(ObjectQuery query,
OperationResult result)
Returns the number of nodes satisfying given query.
|
int |
TaskManager.countTasks(ObjectQuery query,
OperationResult result)
Returns the number of tasks satisfying given query.
|
List<Node> |
TaskManager.searchNodes(ObjectQuery query,
ClusterStatusInformation clusterStatusInformation,
OperationResult result)
Returns relevant nodes satisfying given query.
|
List<Task> |
TaskManager.searchTasks(ObjectQuery query,
ClusterStatusInformation clusterStatusInformation,
OperationResult result)
Returns tasks satisfying given query.
|
Modifier and Type | Method and Description |
---|---|
int |
TaskManagerQuartzImpl.countNodes(ObjectQuery query,
OperationResult result) |
int |
TaskManagerQuartzImpl.countTasks(ObjectQuery query,
OperationResult result) |
List<Node> |
TaskManagerQuartzImpl.searchNodes(ObjectQuery query,
ClusterStatusInformation clusterStatusInformation,
OperationResult parentResult) |
List<Task> |
TaskManagerQuartzImpl.searchTasks(ObjectQuery query,
ClusterStatusInformation clusterStatusInformation,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
static ObjectQuery |
IntegrationTestTools.createAllShadowsQuery(ResourceType resourceType,
PrismContext prismContext) |
static ObjectQuery |
IntegrationTestTools.createAllShadowsQuery(ResourceType resourceType,
QName objectClass,
PrismContext prismContext) |
static ObjectQuery |
IntegrationTestTools.createAllShadowsQuery(ResourceType resourceType,
String objectClassLocalName,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
ObjectQuery |
BaseSortableDataProvider.getQuery() |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseSortableDataProvider.saveProviderPaging(ObjectQuery query,
ObjectPaging paging) |
void |
BaseSortableDataProvider.setQuery(ObjectQuery query) |
Constructor and Description |
---|
TypedCacheKey(ObjectQuery query,
Class type) |
Modifier and Type | Method and Description |
---|---|
ObjectQuery |
PageDebugDownloadBehaviour.getQuery() |
Modifier and Type | Method and Description |
---|---|
void |
PageDebugDownloadBehaviour.setQuery(ObjectQuery query) |
Copyright © 2013 evolveum. All rights reserved.