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