Package com.evolveum.midpoint.schema
Class ParsedGetOperationOptions
java.lang.Object
com.evolveum.midpoint.schema.ParsedGetOperationOptions
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- 
Method SummaryModifier and TypeMethodDescriptionstatic @NotNull ParsedGetOperationOptionsempty()@NotNull Collection<SelectorOptions<GetOperationOptions>>@NotNull DefinitionUpdateOption@Nullable GetOperationOptionsbooleanisEmpty()booleanbooleanisRaw()booleanstatic ParsedGetOperationOptionsof(@Nullable GetOperationOptions rootOptions) static ParsedGetOperationOptionsof(@Nullable Collection<SelectorOptions<GetOperationOptions>> originalCollection) 
- 
Method Details- 
empty
- 
ofpublic static ParsedGetOperationOptions of(@Nullable @Nullable Collection<SelectorOptions<GetOperationOptions>> originalCollection) 
- 
of
- 
getCollection
- 
getRootOptions
- 
isEmptypublic boolean isEmpty()
- 
getDefinitionProcessingMap
- 
getDefinitionUpdate
- 
isRawpublic boolean isRaw()
- 
isTolerateRawDatapublic boolean isTolerateRawData()
- 
isExecutionPhasepublic boolean isExecutionPhase()
 
-