Uses of Class
com.evolveum.midpoint.schema.SelectorOptions
Package
Description
Package for reusable and stable GUI Wicket Components.
GUI API package for various utility classes and interfaces.
-
Uses of SelectorOptions in com.evolveum.midpoint.gui.api.component
Modifier and TypeMethodDescriptionprotected final SelectableBeanObjectDataProvider<O>
ObjectListPanel.createSelectableBeanObjectDataProvider
(SerializableSupplier<ObjectQuery> querySuplier, SerializableFunction<org.apache.wicket.extensions.markup.html.repeater.util.SortParam<String>, List<ObjectOrdering>> orderingSuplier, Collection<SelectorOptions<GetOperationOptions>> options) ModifierConstructorDescriptionPopupObjectListPanel
(String id, Class<O> defaultType, Collection<SelectorOptions<GetOperationOptions>> options, boolean multiselect) -
Uses of SelectorOptions in com.evolveum.midpoint.gui.api.util
Modifier and TypeMethodDescriptionstatic Collection<SelectorOptions<GetOperationOptions>>
WebModelServiceUtils.createLookupTableRetrieveOptions
(SchemaService schemaService) static Collection<SelectorOptions<GetOperationOptions>>
WebModelServiceUtils.createOptionsForParentOrgRefs
(GetOperationOptionsBuilder builder) Modifier and TypeMethodDescriptionstatic <C extends Containerable>
intWebModelServiceUtils.countContainers
(Class<C> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, PageBase page) static boolean
WebModelServiceUtils.isNoFetch
(Collection<SelectorOptions<GetOperationOptions>> options) static <T extends ObjectType>
@Nullable PrismObject<T>WebModelServiceUtils.loadObject
(Referencable objectReference, Collection<SelectorOptions<GetOperationOptions>> options, PageAdminLTE page) static <T extends ObjectType>
@Nullable PrismObject<T>WebModelServiceUtils.loadObject
(Class<T> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options, boolean allowNotFound, PageAdminLTE page, com.evolveum.midpoint.task.api.Task task, OperationResult result) static <T extends ObjectType>
@Nullable PrismObject<T>WebModelServiceUtils.loadObject
(Class<T> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options, PageAdminLTE page, com.evolveum.midpoint.task.api.Task task, OperationResult result) static <C extends Containerable>
List<C>WebModelServiceUtils.searchContainers
(Class<C> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult result, PageBase page) static <T extends ObjectType>
@NotNull List<PrismObject<T>>WebModelServiceUtils.searchObjects
(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult result, PageAdminLTE page) static <T extends ObjectType>
@NotNull List<PrismObject<T>>WebModelServiceUtils.searchObjects
(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult result, PageAdminLTE page, PrismObject<UserType> principal) -
Uses of SelectorOptions in com.evolveum.midpoint.gui.impl.component.data.provider
Modifier and TypeMethodDescriptionprotected @NotNull Collection<SelectorOptions<GetOperationOptions>>
BaseSortableDataProvider.getDistinctRelatedOptions()
ObjectDataProvider.getOptions()
RepositoryShadowBeanObjectDataProvider.getOptions()
SelectableBeanDataProvider.getOptions()
protected Collection<SelectorOptions<GetOperationOptions>>
ObjectDataProvider.getOptionsToUse()
protected Collection<SelectorOptions<GetOperationOptions>>
ResourceTemplateProvider.getOptionsToUse()
protected Collection<SelectorOptions<GetOperationOptions>>
TemplateTileProvider.getOptionsToUse()
protected final Collection<SelectorOptions<GetOperationOptions>>
SelectableBeanDataProvider.getSearchOptions()
Modifier and TypeMethodDescriptionprotected Integer
SelectableBeanContainerDataProvider.countObjects
(Class<C> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> currentOptions, com.evolveum.midpoint.task.api.Task task, OperationResult result) protected abstract Integer
SelectableBeanDataProvider.countObjects
(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> currentOptions, com.evolveum.midpoint.task.api.Task task, OperationResult result) protected Integer
SelectableBeanObjectDataProvider.countObjects
(Class<O> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> currentOptions, com.evolveum.midpoint.task.api.Task task, OperationResult result) protected Integer
SelectableBeanReferenceDataProvider.countObjects
(Class<ObjectReferenceType> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> currentOptions, com.evolveum.midpoint.task.api.Task task, OperationResult result) protected List<SelectableBean<T>>
SelectableBeanDataProvider.createDataObjectWrappers
(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult result) protected GetOperationOptionsBuilder
BaseSortableDataProvider.getOperationOptionsBuilder
(Collection<SelectorOptions<GetOperationOptions>> createFrom) protected List<ShadowType>
RepositoryShadowBeanObjectDataProvider.searchObjects
(Class<ShadowType> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult result) SelectableBeanContainerDataProvider.searchObjects
(Class<C> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult result) SelectableBeanDataProvider.searchObjects
(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult result) SelectableBeanObjectDataProvider.searchObjects
(Class<O> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult result) protected List<ObjectReferenceType>
SelectableBeanReferenceDataProvider.searchObjects
(Class<ObjectReferenceType> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult result) void
ObjectDataProvider.setOptions
(Collection<SelectorOptions<GetOperationOptions>> options) void
SelectableBeanDataProvider.setOptions
(Collection<SelectorOptions<GetOperationOptions>> options) ModifierConstructorDescriptionContainerListDataProvider
(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<C>> search, Collection<SelectorOptions<GetOperationOptions>> options) -
Uses of SelectorOptions in com.evolveum.midpoint.gui.impl.component.tile
Modifier and TypeMethodDescriptiondefault Collection<SelectorOptions<GetOperationOptions>>
SelectTileTablePanel.getSearchOptions()
SingleSelectTileTablePanel.getSearchOptions()
-
Uses of SelectorOptions in com.evolveum.midpoint.gui.impl.component.wizard
Modifier and TypeMethodDescriptionprotected Collection<SelectorOptions<GetOperationOptions>>
SelectTileWizardStepPanel.getSearchOptions()
-
Uses of SelectorOptions in com.evolveum.midpoint.gui.impl.model
ModifierConstructorDescriptionSelectableObjectModel
(O object, Collection<SelectorOptions<GetOperationOptions>> options) -
Uses of SelectorOptions in com.evolveum.midpoint.gui.impl.page.admin
Modifier and TypeMethodDescriptionprotected Collection<SelectorOptions<GetOperationOptions>>
AbstractPageObjectDetails.getOperationOptions()
-
Uses of SelectorOptions in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component
Modifier and TypeMethodDescriptionprotected Collection<SelectorOptions<GetOperationOptions>>
AbstractRoleMemberPanel.getSearchOptions()
protected Collection<SelectorOptions<GetOperationOptions>>
GovernanceCardsPanel.getSearchOptions()
-
Uses of SelectorOptions in com.evolveum.midpoint.gui.impl.page.admin.focus
Modifier and TypeMethodDescriptionprotected Collection<SelectorOptions<GetOperationOptions>>
PageFocusDetails.getOperationOptions()
-
Uses of SelectorOptions in com.evolveum.midpoint.gui.impl.page.admin.resource
Modifier and TypeMethodDescriptionprotected Collection<SelectorOptions<GetOperationOptions>>
PageResource.getOperationOptions()
protected Collection<SelectorOptions<GetOperationOptions>>
PageShadow.getOperationOptions()
-
Uses of SelectorOptions in com.evolveum.midpoint.gui.impl.page.admin.role.component.wizard
Modifier and TypeMethodDescriptionprotected Collection<SelectorOptions<GetOperationOptions>>
AccessApplicationRoleStepPanel.getSearchOptions()
protected Collection<SelectorOptions<GetOperationOptions>>
AccessApplicationStepPanel.getSearchOptions()
-
Uses of SelectorOptions in com.evolveum.midpoint.gui.impl.page.admin.role.component.wizard.construction
Modifier and TypeMethodDescriptionprotected Collection<SelectorOptions<GetOperationOptions>>
ConstructionGroupStepPanel.getSearchOptions()
-
Uses of SelectorOptions in com.evolveum.midpoint.gui.impl.page.admin.simulation
Modifier and TypeMethodDescriptionprotected Integer
CombinedRelatedObjectsProvider.countObjects
(Class<SimulationResultProcessedObjectType> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> currentOptions, com.evolveum.midpoint.task.api.Task task, OperationResult result) protected List<SimulationResultProcessedObjectType>
CombinedRelatedObjectsProvider.searchObjects
(Class<SimulationResultProcessedObjectType> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of SelectorOptions in com.evolveum.midpoint.gui.impl.page.admin.task
Modifier and TypeMethodDescriptionprotected Collection<SelectorOptions<GetOperationOptions>>
PageTask.getOperationOptions()
-
Uses of SelectorOptions in com.evolveum.midpoint.model.api
Modifier and TypeMethodDescription<O extends ObjectType>
CompareResultTypeModelService.compareObject
(PrismObject<O> object, Collection<SelectorOptions<GetOperationOptions>> readOptions, ModelCompareOptions compareOptions, @NotNull List<? extends ItemPath> ignoreItemPaths, com.evolveum.midpoint.task.api.Task task, OperationResult result) TODO<T extends Containerable>
IntegerModelService.countContainers
(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) int
ModelAuditService.countObjects
(@Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult) <T extends ObjectType>
IntegerModelService.countObjects
(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Count objects.ModelInteractionService.countObjectsFromCollection
(CollectionRefSpecificationType collectionConfig, QName typeForFilter, Collection<SelectorOptions<GetOperationOptions>> defaultOptions, ObjectPaging usedPaging, VariablesMap variables, com.evolveum.midpoint.task.api.Task task, OperationResult result) int
AccessCertificationService.countOpenWorkItems
(ObjectQuery baseWorkItemsQuery, boolean notDecidedOnly, boolean allItems, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) default int
AccessCertificationService.countOpenWorkItems
(ObjectQuery baseWorkItemsQuery, boolean notDecidedOnly, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) ModelService.countReferences
(ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Reference count - currently supporting roleMembershipRef and linkRef search.<T extends ObjectType>
@NotNull PrismObject<T>ModelService.getObject
(@NotNull Class<T> type, @NotNull String oid, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Returns object for provided OID.ModelInteractionService.getSearchSpecificationFromCollection
(CompiledObjectCollectionView collection, QName typeForFilter, Collection<SelectorOptions<GetOperationOptions>> options, VariablesMap variables, com.evolveum.midpoint.task.api.Task task, OperationResult result) TODO document and clean up the interfaceTaskService.getTaskByIdentifier
(String identifier, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult) Returns information about task, given its identifier.void
ModelInteractionService.processObjectsFromCollection
(CollectionRefSpecificationType collection, QName typeForFilter, Predicate<PrismContainer> handler, Collection<SelectorOptions<GetOperationOptions>> options, VariablesMap variables, com.evolveum.midpoint.task.api.Task task, OperationResult result, boolean recordProgress) TODO document<T extends Containerable>
SearchResultList<T>ModelService.searchContainers
(@NotNull Class<T> type, @Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult) Search for "sub-object" structures, i.e.<T extends Containerable>
SearchResultMetadataModelService.searchContainersIterative
(Class<T> type, ObjectQuery query, ObjectHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) @NotNull SearchResultList<AuditEventRecordType>
ModelAuditService.searchObjects
(@Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult) <T extends ObjectType>
SearchResultList<PrismObject<T>>ModelService.searchObjects
(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Search for objects.List<? extends Serializable>
ModelInteractionService.searchObjectsFromCollection
(CollectionRefSpecificationType collectionConfig, QName typeForFilter, Collection<SelectorOptions<GetOperationOptions>> defaultOptions, ObjectPaging usedPaging, VariablesMap variables, com.evolveum.midpoint.task.api.Task task, OperationResult result) void
ModelAuditService.searchObjectsIterative
(@Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull com.evolveum.midpoint.audit.api.AuditResultHandler handler, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult) <T extends ObjectType>
SearchResultMetadataModelService.searchObjectsIterative
(Class<T> type, ObjectQuery query, ResultHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Search for objects in iterative fashion (using callback).AccessCertificationService.searchOpenWorkItems
(ObjectQuery baseWorkItemsQuery, boolean notDecidedOnly, boolean allItems, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) TODO update description Returns a set of certification decisions for currently logged-in user.default List<AccessCertificationWorkItemType>
AccessCertificationService.searchOpenWorkItems
(ObjectQuery baseWorkItemsQuery, boolean notDecidedOnly, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) ModelService.searchReferences
(ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Reference search - currently supporting roleMembershipRef and linkRef search.ModelService.searchReferencesIterative
(@NotNull ObjectQuery query, @NotNull ObjectHandler<ObjectReferenceType> handler, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) PrismObject<? extends FocusType>
ModelService.searchShadowOwner
(String shadowOid, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Returns the Focus object representing owner of specified shadow. -
Uses of SelectorOptions in com.evolveum.midpoint.model.api.authentication
Modifier and TypeMethodDescriptionCompiledObjectCollectionView.getDomainOptions()
CompiledObjectCollectionView.getOptions()
Modifier and TypeMethodDescriptionvoid
CompiledObjectCollectionView.setDomainOptions
(Collection<SelectorOptions<GetOperationOptions>> domainOptions) void
CompiledObjectCollectionView.setOptions
(Collection<SelectorOptions<GetOperationOptions>> options) -
Uses of SelectorOptions in com.evolveum.midpoint.model.api.expr
Modifier and TypeMethodDescriptiondefault @NotNull Collection<SelectorOptions<GetOperationOptions>>
MidpointFunctions.onlyBaseObject()
Modifier and TypeMethodDescription<T extends ObjectType>
intMidpointFunctions.countObjects
(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options) Count objects.<T extends ObjectType>
TMidpointFunctions.getObject
(Class<T> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options) Returns object for provided OID.default <T extends ObjectType>
List<T>MidpointFunctions.searchObjects
(TypedQuery<T> query, Collection<SelectorOptions<GetOperationOptions>> options) <T extends ObjectType>
List<T>MidpointFunctions.searchObjects
(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options) Search for objects.default <T extends ObjectType>
voidMidpointFunctions.searchObjectsIterative
(TypedQuery<T> query, ResultHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options) <T extends ObjectType>
voidMidpointFunctions.searchObjectsIterative
(Class<T> type, ObjectQuery query, ResultHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options) Search for objects in iterative fashion (using callback). -
Uses of SelectorOptions in com.evolveum.midpoint.model.api.hooks
Modifier and TypeMethodDescription<T extends ObjectType>
voidReadHook.invoke
(PrismObject<T> object, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) todo -
Uses of SelectorOptions in com.evolveum.midpoint.model.api.mining
Modifier and TypeMethodDescription<T extends ObjectType>
IntegerRoleAnalysisService.countObjects
(@NotNull Class<T> type, @Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult) Retrieves the attribute definition for a specific attribute path.<T extends ObjectType>
voidRoleAnalysisService.loadSearchObjectIterative
(@NotNull ModelService modelService, @NotNull Class<T> type, @Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull List<T> modifyList, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult) Loads objects iteratively from the repository based on the provided query and adds them to the modifyList if they are not already present. -
Uses of SelectorOptions in com.evolveum.midpoint.model.api.util
Modifier and TypeMethodDescriptionList<PrismObject<? extends ObjectType>>
ReferenceResolver.resolve
(@NotNull ObjectReferenceType reference, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull ReferenceResolver.Source source, @Nullable ReferenceResolver.FilterExpressionEvaluator filterExpressionEvaluator, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) -
Uses of SelectorOptions in com.evolveum.midpoint.ninja.action.mining.generator.context
Modifier and TypeMethodDescriptionstatic void
ImportAction.remakeUsersBusinessRoles
(@NotNull NinjaContext context, @NotNull OperationResult result, @NotNull GeneratorOptions generatorOptions, @Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options) Remakes business roles for their inducements on users. -
Uses of SelectorOptions in com.evolveum.midpoint.schema
Modifier and TypeMethodDescriptionSelectorOptions.clone()
static <T> SelectorOptions<T>
SelectorOptions.create
(UniformItemPath path, T options) static <T> SelectorOptions<T>
SelectorOptions.create
(T options) Modifier and TypeMethodDescription@NotNull Collection<SelectorOptions<GetOperationOptions>>
GetOperationOptionsBuilder.build()
@NotNull Collection<SelectorOptions<GetOperationOptions>>
GetOperationOptionsBuilderImpl.build()
static Collection<SelectorOptions<GetOperationOptions>>
GetOperationOptions.createAllowNotFoundCollection()
static <T> Collection<SelectorOptions<T>>
SelectorOptions.createCollection
(UniformItemPath path, T options) static <T> Collection<SelectorOptions<T>>
SelectorOptions.createCollection
(T options) static <T> Collection<SelectorOptions<T>>
SelectorOptions.createCollection
(T options, UniformItemPath... paths) static Collection<SelectorOptions<GetOperationOptions>>
GetOperationOptions.createNoFetchCollection()
No not fetch any information from external sources, e.g.static Collection<SelectorOptions<GetOperationOptions>>
GetOperationOptions.createNoFetchReadOnlyCollection()
static Collection<SelectorOptions<GetOperationOptions>>
GetOperationOptions.createRawCollection()
Avoid any smart processing of the data except for schema application.static Collection<SelectorOptions<GetOperationOptions>>
GetOperationOptions.createReadOnlyCollection()
static Collection<SelectorOptions<GetOperationOptions>>
GetOperationOptions.createRetrieveCollection()
AsGetOperationOptions.createRetrieve()
but returns the whole collection.static Collection<SelectorOptions<GetOperationOptions>>
GetOperationOptions.disableReadOnly
(Collection<SelectorOptions<GetOperationOptions>> options) Disables readOnly option (while not modifying the original object).static List<SelectorOptions<GetOperationOptions>>
SelectorOptions.filterRetrieveOptions
(Collection<SelectorOptions<GetOperationOptions>> options) static Collection<SelectorOptions<GetOperationOptions>>
GetOperationOptions.fromRestOptions
(List<String> options, List<String> include, List<String> exclude, List<String> resolveNames, DefinitionProcessingOption definitionProcessing, PrismContext prismContext) @NotNull Collection<SelectorOptions<GetOperationOptions>>
ParsedGetOperationOptions.getCollection()
RepositoryQueryDiagRequest.getOptions()
static @NotNull Collection<SelectorOptions<GetOperationOptions>>
GetOperationOptions.merge
(Collection<SelectorOptions<GetOperationOptions>>... parts) static Collection<SelectorOptions<GetOperationOptions>>
GetOperationOptions.updateRootOptions
(Collection<SelectorOptions<GetOperationOptions>> options, Consumer<GetOperationOptions> updater) static <T> @NotNull Collection<SelectorOptions<T>>
SelectorOptions.updateRootOptions
(@Nullable Collection<SelectorOptions<T>> options, @NotNull Consumer<T> updater, Supplier<T> newValueSupplier) static Collection<SelectorOptions<GetOperationOptions>>
GetOperationOptions.updateRootOptionsSafe
(Collection<SelectorOptions<GetOperationOptions>> options, Predicate<GetOperationOptions> predicate, Consumer<GetOperationOptions> updater) static Collection<SelectorOptions<GetOperationOptions>>
GetOperationOptions.updateToDistinct
(Collection<SelectorOptions<GetOperationOptions>> originalOptions) static Collection<SelectorOptions<GetOperationOptions>>
GetOperationOptions.updateToNoFetch
(Collection<SelectorOptions<GetOperationOptions>> originalOptions) static Collection<SelectorOptions<GetOperationOptions>>
GetOperationOptions.updateToRaw
(Collection<SelectorOptions<GetOperationOptions>> originalOptions, boolean value) static Collection<SelectorOptions<GetOperationOptions>>
GetOperationOptions.updateToReadOnly
(Collection<SelectorOptions<GetOperationOptions>> originalOptions) static Collection<SelectorOptions<GetOperationOptions>>
GetOperationOptions.updateToReadWrite
(Collection<SelectorOptions<GetOperationOptions>> originalOptions) static Collection<SelectorOptions<GetOperationOptions>>
GetOperationOptions.updateToReadWriteSafe
(Collection<SelectorOptions<GetOperationOptions>> originalOptions) AsGetOperationOptions.updateToReadWrite(Collection)
but does not modify the original options.static Collection<SelectorOptions<GetOperationOptions>>
GetOperationOptions.zeroStalenessOptions()
Modifier and TypeMethodDescriptionstatic Collection<SelectorOptions<GetOperationOptions>>
GetOperationOptions.disableReadOnly
(Collection<SelectorOptions<GetOperationOptions>> options) Disables readOnly option (while not modifying the original object).static boolean
SelectorOptions.excludesSomethingFromRetrieval
(@Nullable Collection<SelectorOptions<GetOperationOptions>> options) Very primitive method that checks whether there is an instruction to exclude any item from retrieval.SelectorOptions.extractOptionValues
(Collection<SelectorOptions<GetOperationOptions>> options, Function<GetOperationOptions, T> supplier) static List<SelectorOptions<GetOperationOptions>>
SelectorOptions.filterRetrieveOptions
(Collection<SelectorOptions<GetOperationOptions>> options) static <T> @NotNull Collection<T>
SelectorOptions.findOptionsForPath
(Collection<SelectorOptions<T>> options, @NotNull UniformItemPath path) Finds all the options for given path.static <T> T
SelectorOptions.findRootOptions
(Collection<SelectorOptions<T>> options) Returns options that apply to the "root" object.static boolean
SelectorOptions.hasToFetchPathNotRetrievedByDefault
(@NotNull ItemPath path, @Nullable Collection<SelectorOptions<GetOperationOptions>> options) Returns true if the asked path must be considered for fetching based on the provided get options.static boolean
SelectorOptions.hasToIncludePath
(@NotNull ItemPath path, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, boolean defaultValue) Returns true if the asked path must be included in the object based on the provided get options.static boolean
GetOperationOptions.isAllowNotFound
(Collection<SelectorOptions<GetOperationOptions>> options) static boolean
GetOperationOptions.isDoNotDiscovery
(Collection<SelectorOptions<GetOperationOptions>> options) static boolean
GetOperationOptions.isNoFetch
(@Nullable Collection<SelectorOptions<GetOperationOptions>> options) static boolean
GetOperationOptions.isRaw
(@Nullable Collection<SelectorOptions<GetOperationOptions>> options) GetOperationOptionsBuilder.mergeFrom
(Collection<SelectorOptions<GetOperationOptions>> options) GetOperationOptionsBuilderImpl.mergeFrom
(Collection<SelectorOptions<GetOperationOptions>> newOptions) static ParsedGetOperationOptions
ParsedGetOperationOptions.of
(@Nullable Collection<SelectorOptions<GetOperationOptions>> originalCollection) GetOperationOptionsBuilder.setFrom
(Collection<SelectorOptions<GetOperationOptions>> options) GetOperationOptionsBuilderImpl.setFrom
(Collection<SelectorOptions<GetOperationOptions>> newOptions) void
RepositoryQueryDiagRequest.setOptions
(Collection<SelectorOptions<GetOperationOptions>> options) GetOperationOptions.toRestIncludeOption
(Collection<SelectorOptions<GetOperationOptions>> options) static Collection<SelectorOptions<GetOperationOptions>>
GetOperationOptions.updateRootOptions
(Collection<SelectorOptions<GetOperationOptions>> options, Consumer<GetOperationOptions> updater) static <T> @NotNull Collection<SelectorOptions<T>>
SelectorOptions.updateRootOptions
(@Nullable Collection<SelectorOptions<T>> options, @NotNull Consumer<T> updater, Supplier<T> newValueSupplier) static Collection<SelectorOptions<GetOperationOptions>>
GetOperationOptions.updateRootOptionsSafe
(Collection<SelectorOptions<GetOperationOptions>> options, Predicate<GetOperationOptions> predicate, Consumer<GetOperationOptions> updater) static Collection<SelectorOptions<GetOperationOptions>>
GetOperationOptions.updateToDistinct
(Collection<SelectorOptions<GetOperationOptions>> originalOptions) static Collection<SelectorOptions<GetOperationOptions>>
GetOperationOptions.updateToNoFetch
(Collection<SelectorOptions<GetOperationOptions>> originalOptions) static Collection<SelectorOptions<GetOperationOptions>>
GetOperationOptions.updateToRaw
(Collection<SelectorOptions<GetOperationOptions>> originalOptions, boolean value) static Collection<SelectorOptions<GetOperationOptions>>
GetOperationOptions.updateToReadOnly
(Collection<SelectorOptions<GetOperationOptions>> originalOptions) static Collection<SelectorOptions<GetOperationOptions>>
GetOperationOptions.updateToReadWrite
(Collection<SelectorOptions<GetOperationOptions>> originalOptions) static Collection<SelectorOptions<GetOperationOptions>>
GetOperationOptions.updateToReadWriteSafe
(Collection<SelectorOptions<GetOperationOptions>> originalOptions) AsGetOperationOptions.updateToReadWrite(Collection)
but does not modify the original options. -
Uses of SelectorOptions in com.evolveum.midpoint.schema.query
Modifier and TypeMethodDescriptionTypedQuery.getOptions()
Returns explicitly configured set ofGetOperationOptions
If set was not explicitly set usingTypedQuery.setOptions(Collection)
, it is constructed usingAbstractTypedQuery.operationOptionsBuilder()
.Modifier and TypeMethodDescriptionvoid
TypedQuery.setOptions
(Collection<SelectorOptions<GetOperationOptions>> options) -
Uses of SelectorOptions in com.evolveum.midpoint.schema.util
Modifier and TypeMethodDescriptionstatic List<SelectorOptions<GetOperationOptions>>
GetOperationOptionsUtil.optionsBeanToOptions
(SelectorQualifiedGetOptionsType objectOptionsType) static List<SelectorOptions<GetOperationOptions>>
MiscSchemaUtil.optionsTypeToOptions
(SelectorQualifiedGetOptionsType objectOptionsType, PrismContext unused) Deprecated.Modifier and TypeMethodDescription<O extends ObjectType>
PrismObject<O>SimpleObjectResolver.getObject
(Class<O> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult result) static @NotNull SelectorQualifiedGetOptionsType
GetOperationOptionsUtil.optionsToOptionsBean
(@NotNull Collection<SelectorOptions<GetOperationOptions>> options) GetOperationOptionsUtil.optionsToOptionsBeanNullable
(Collection<SelectorOptions<GetOperationOptions>> options) static @NotNull SelectorQualifiedGetOptionsType
MiscSchemaUtil.optionsToOptionsType
(@NotNull Collection<SelectorOptions<GetOperationOptions>> options) Deprecated. -
Uses of SelectorOptions in com.evolveum.midpoint.web.page.admin.server
Modifier and TypeMethodDescriptionprotected Collection<SelectorOptions<GetOperationOptions>>
CasesTablePanel.createOperationOptions()