Class ParsedGetOperationOptions

java.lang.Object
com.evolveum.midpoint.schema.ParsedGetOperationOptions

@Experimental public class ParsedGetOperationOptions extends Object
Internal (parsed) representation of a collection of selector-qualified GetOperationOptions. Used to avoid passing along a collection of options along with root options. (Or re-analyzing the options each time.) In the future we could add parsing to a path-keyed map. Also, we could consider passing this object via various APIs, instead of today's `Collection<SelectorOptions>`.