Uses of Class
com.evolveum.midpoint.common.mining.objects.chunk.DisplayValueOption
Packages that use DisplayValueOption
Package
Description
-
Uses of DisplayValueOption in com.evolveum.midpoint.model.api.mining
Methods in com.evolveum.midpoint.model.api.mining with parameters of type DisplayValueOptionModifier and TypeMethodDescriptionRoleAnalysisService.prepareBasicChunkStructure(@NotNull RoleAnalysisClusterType cluster, @Nullable SearchFilterType userSearchFilter, @Nullable SearchFilterType roleSearchFilter, @Nullable SearchFilterType assignmentSearchFilter, @NotNull DisplayValueOption option, @NotNull RoleAnalysisProcessModeType processMode, @Nullable List<DetectedPattern> detectedPatterns, @NotNull OperationResult result, @NotNull com.evolveum.midpoint.task.api.Task task) @NotNull MiningOperationChunkRoleAnalysisService.prepareExpandedMiningStructure(@NotNull RoleAnalysisClusterType cluster, @Nullable SearchFilterType userSearchFilter, @Nullable SearchFilterType roleSearchFilter, @Nullable SearchFilterType assignmentSearchFilter, boolean fullProcess, @NotNull RoleAnalysisProcessModeType processMode, @NotNull OperationResult result, @NotNull com.evolveum.midpoint.task.api.Task task, @Nullable DisplayValueOption option) Method for preparing an expanded mining structure for role analysis.@NotNull MiningOperationChunkRoleAnalysisService.prepareMiningStructure(@NotNull RoleAnalysisClusterType cluster, @Nullable SearchFilterType userSearchFilter, @Nullable SearchFilterType roleSearchFilter, @Nullable SearchFilterType assignmentSearchFilter, @NotNull DisplayValueOption option, @NotNull RoleAnalysisProcessModeType processMode, @NotNull List<DetectedPattern> detectedPatterns, @NotNull OperationResult result, @NotNull com.evolveum.midpoint.task.api.Task task) Method for preparing a mining structure for role analysis.@Nullable RoleAnalysisClusterTypeRoleAnalysisService.prepareTemporaryCluster(@NotNull RoleAnalysisOutlierType outlier, @NotNull RoleAnalysisOutlierPartitionType partition, @NotNull DisplayValueOption displayValueOption, @NotNull com.evolveum.midpoint.task.api.Task task) Prepares a temporary cluster for role analysis based on the provided outlier and partition. -
Uses of DisplayValueOption in com.evolveum.midpoint.web.component.data
Methods in com.evolveum.midpoint.web.component.data that return DisplayValueOption -
Uses of DisplayValueOption in com.evolveum.midpoint.web.component.data.mining
Constructor parameters in com.evolveum.midpoint.web.component.data.mining with type arguments of type DisplayValueOptionModifierConstructorDescriptionRoleAnalysisPaginRows(String id, String markupId, RoleAnalysisTable markupProvider, org.apache.wicket.model.IModel<DisplayValueOption> displayValueOptionModel, org.apache.wicket.extensions.markup.html.repeater.data.table.DataTable<?, ?> table)