Class RoleAnalysisAspectsWebUtils
java.lang.Object
com.evolveum.midpoint.gui.impl.page.admin.role.mining.page.panel.RoleAnalysisAspectsWebUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull org.apache.wicket.model.IModel<List<IdentifyWidgetItem>>getClusterWidgetModelOutliers(@NotNull RoleAnalysisClusterType cluster, @NotNull PageBase pageBase) static @NotNull org.apache.wicket.model.IModel<List<IdentifyWidgetItem>>getClusterWidgetModelPatterns(@NotNull RoleAnalysisClusterType cluster, @NotNull OperationResult result, @NotNull PageBase pageBase, @Nullable Integer maxPatternsToShow) static @NotNull org.apache.wicket.model.IModel<List<IdentifyWidgetItem>>getSessionWidgetModelPatterns(@NotNull RoleAnalysisSessionType session, @NotNull OperationResult result, @NotNull PageBase pageBase, @Nullable Integer maxPatternsToShow) static @NotNull org.apache.wicket.model.IModel<List<IdentifyWidgetItem>>loadOutlierWidgetModels(@NotNull PageBase pageBase, Map<RoleAnalysisOutlierPartitionType, RoleAnalysisOutlierType> outliers, @NotNull PolyStringType clusterName, @NotNull List<IdentifyWidgetItem> detailsModel, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)
-
Method Details
-
getClusterWidgetModelOutliers
@NotNull public static @NotNull org.apache.wicket.model.IModel<List<IdentifyWidgetItem>> getClusterWidgetModelOutliers(@NotNull @NotNull RoleAnalysisClusterType cluster, @NotNull @NotNull PageBase pageBase) -
loadOutlierWidgetModels
@NotNull public static @NotNull org.apache.wicket.model.IModel<List<IdentifyWidgetItem>> loadOutlierWidgetModels(@NotNull @NotNull PageBase pageBase, Map<RoleAnalysisOutlierPartitionType, RoleAnalysisOutlierType> outliers, @NotNull @NotNull PolyStringType clusterName, @NotNull @NotNull List<IdentifyWidgetItem> detailsModel, @NotNull @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull @NotNull OperationResult result) -
getClusterWidgetModelPatterns
@NotNull public static @NotNull org.apache.wicket.model.IModel<List<IdentifyWidgetItem>> getClusterWidgetModelPatterns(@NotNull @NotNull RoleAnalysisClusterType cluster, @NotNull @NotNull OperationResult result, @NotNull @NotNull PageBase pageBase, @Nullable @Nullable Integer maxPatternsToShow) -
getSessionWidgetModelPatterns
@NotNull public static @NotNull org.apache.wicket.model.IModel<List<IdentifyWidgetItem>> getSessionWidgetModelPatterns(@NotNull @NotNull RoleAnalysisSessionType session, @NotNull @NotNull OperationResult result, @NotNull @NotNull PageBase pageBase, @Nullable @Nullable Integer maxPatternsToShow)
-