|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SelectorOptions in com.evolveum.midpoint.model.api |
---|
Method parameters in com.evolveum.midpoint.model.api with type arguments of type SelectorOptions | ||
---|---|---|
|
ModelService.countObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult)
|
|
|
ModelService.getObject(Class<T> type,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult result)
Returns object for provided OID. |
|
|
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 | ||
---|---|---|
|
ModelController.countObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult)
|
|
|
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)
|
|
|
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
|
SelectorOptions.create(ItemPath path,
T options)
|
|
static
|
SelectorOptions.create(QName pathQName,
T options)
|
Methods in com.evolveum.midpoint.schema that return types with arguments of type SelectorOptions | ||
---|---|---|
static
|
SelectorOptions.createCollection(ItemPath path,
T options)
|
|
static
|
SelectorOptions.createCollection(QName pathQName,
T options)
|
|
static
|
SelectorOptions.createCollection(T options)
|
|
static
|
SelectorOptions.createCollection(T options,
ItemPath... paths)
|
|
static
|
SelectorOptions.createCollection(T options,
QName... pathQNames)
|
Method parameters in com.evolveum.midpoint.schema with type arguments of type SelectorOptions | ||
---|---|---|
static
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |