Package com.evolveum.midpoint.model.api
Class ModelInteractionService.SearchSpec<C extends Containerable>
- java.lang.Object
-
- com.evolveum.midpoint.model.api.ModelInteractionService.SearchSpec<C>
-
- Enclosing interface:
- ModelInteractionService
public static class ModelInteractionService.SearchSpec<C extends Containerable> extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Collection<SelectorOptions<GetOperationOptions>>
options
ObjectQuery
query
Class<C>
type
-
Constructor Summary
Constructors Constructor Description SearchSpec()
-
-
-
Field Detail
-
type
public Class<C extends Containerable> type
-
query
public ObjectQuery query
-
options
public Collection<SelectorOptions<GetOperationOptions>> options
-
-