Uses of Class
com.evolveum.midpoint.schema.SelectorOptions

Packages that use SelectorOptions
com.evolveum.midpoint.model.api   
com.evolveum.midpoint.model.controller   
com.evolveum.midpoint.schema   
com.evolveum.midpoint.schema.util   
com.evolveum.midpoint.web.page.admin.resources   
 

Uses of SelectorOptions in com.evolveum.midpoint.model.api
 

Method parameters in com.evolveum.midpoint.model.api with type arguments of type SelectorOptions
<T extends ObjectType>
int
ModelService.countObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult)
           
<T extends ObjectType>
PrismObject<T>
ModelService.getObject(Class<T> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult result)
           Returns object for provided OID.
<T extends ObjectType>
List<PrismObject<T>>
ModelService.searchObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult)
           Search for objects.
 

Uses of SelectorOptions in com.evolveum.midpoint.model.controller
 

Method parameters in com.evolveum.midpoint.model.controller with type arguments of type SelectorOptions
<T extends ObjectType>
int
ModelController.countObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult)
           
<T extends ObjectType>
PrismObject<T>
ModelController.getObject(Class<T> clazz, String oid, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult result)
           
protected  void ModelController.resolve(PrismObject<?> object, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult result)
           
<T extends ObjectType>
List<PrismObject<T>>
ModelController.searchObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult result)
           
 

Uses of SelectorOptions in com.evolveum.midpoint.schema
 

Methods in com.evolveum.midpoint.schema that return SelectorOptions
static
<T> SelectorOptions<T>
SelectorOptions.create(ItemPath path, T options)
           
static
<T> SelectorOptions<T>
SelectorOptions.create(QName pathQName, T options)
           
 

Methods in com.evolveum.midpoint.schema that return types with arguments of type SelectorOptions
static
<T> Collection<SelectorOptions<T>>
SelectorOptions.createCollection(ItemPath path, T options)
           
static
<T> Collection<SelectorOptions<T>>
SelectorOptions.createCollection(QName pathQName, T options)
           
static
<T> Collection<SelectorOptions<T>>
SelectorOptions.createCollection(T options)
           
static
<T> Collection<SelectorOptions<T>>
SelectorOptions.createCollection(T options, ItemPath... paths)
           
static
<T> Collection<SelectorOptions<T>>
SelectorOptions.createCollection(T options, QName... pathQNames)
           
 

Method parameters in com.evolveum.midpoint.schema with type arguments of type SelectorOptions
static
<T> T
SelectorOptions.findRootOptions(Collection<SelectorOptions<T>> options)
          Returns options that apply to the "root" object.
 

Uses of SelectorOptions in com.evolveum.midpoint.schema.util
 

Methods in com.evolveum.midpoint.schema.util that return types with arguments of type SelectorOptions
static Collection<SelectorOptions<GetOperationOptions>> MiscSchemaUtil.optionsTypeToOptions(OperationOptionsType optionsType)
           
 

Uses of SelectorOptions in com.evolveum.midpoint.web.page.admin.resources
 

Method parameters in com.evolveum.midpoint.web.page.admin.resources with type arguments of type SelectorOptions
protected  PrismObject<ResourceType> PageAdminResources.loadResource(Collection<SelectorOptions<GetOperationOptions>> options)
           
 



Copyright © 2013 evolveum. All Rights Reserved.