Uses of Class
com.evolveum.midpoint.common.mining.objects.detection.DetectedPattern
Packages that use DetectedPattern
Package
Description
-
Uses of DetectedPattern in com.evolveum.midpoint.common.mining.utils
Methods in com.evolveum.midpoint.common.mining.utils that return DetectedPatternModifier and TypeMethodDescriptionstatic DetectedPattern
ExtractPatternUtils.prepareDetectedPattern
(Set<String> roles, Set<String> users) Methods in com.evolveum.midpoint.common.mining.utils that return types with arguments of type DetectedPatternModifier and TypeMethodDescriptionstatic List<DetectedPattern>
ExtractPatternUtils.transformDefaultPattern
(RoleAnalysisClusterType clusterType) Method parameters in com.evolveum.midpoint.common.mining.utils with type arguments of type DetectedPatternModifier and TypeMethodDescriptionstatic List<RoleAnalysisDetectionPatternType>
RoleAnalysisUtils.loadIntersections
(List<DetectedPattern> possibleBusinessRole) -
Uses of DetectedPattern in com.evolveum.midpoint.gui.impl.page.admin.role.mining.page.panel.cluster
Methods in com.evolveum.midpoint.gui.impl.page.admin.role.mining.page.panel.cluster with parameters of type DetectedPatternModifier and TypeMethodDescriptionRoleAnalysisClusterOperationPanel.generateMiningRoleBasedTable
(DetectedPattern intersection) RoleAnalysisClusterOperationPanel.generateMiningUserBasedTable
(DetectedPattern selectedPattern) Method parameters in com.evolveum.midpoint.gui.impl.page.admin.role.mining.page.panel.cluster with type arguments of type DetectedPatternModifier and TypeMethodDescriptionvoid
PatternDetailsPanel.initLayout
(List<DetectedPattern> detection, RoleAnalysisClusterType cluster) void
PatternDetailsPanel.onLoadPerform
(org.apache.wicket.ajax.AjaxRequestTarget ajaxRequestTarget, org.apache.wicket.model.IModel<DetectedPattern> rowModel) Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.role.mining.page.panel.cluster with type arguments of type DetectedPatternModifierConstructorDescriptionPatternDetailsPanel
(String id, org.apache.wicket.model.IModel<String> messageModel, List<DetectedPattern> detection, RoleAnalysisClusterType cluster) -
Uses of DetectedPattern in com.evolveum.midpoint.gui.impl.page.admin.role.mining.tables
Methods in com.evolveum.midpoint.gui.impl.page.admin.role.mining.tables that return types with arguments of type DetectedPatternModifier and TypeMethodDescriptionList<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<DetectedPattern,
String>> RoleAnalysisDetectedPatternTable.initColumns
(RoleAnalysisClusterType cluster) Method parameters in com.evolveum.midpoint.gui.impl.page.admin.role.mining.tables with type arguments of type DetectedPatternModifier and TypeMethodDescriptionprotected void
RoleAnalysisDetectedPatternTable.onLoad
(org.apache.wicket.ajax.AjaxRequestTarget ajaxRequestTarget, org.apache.wicket.model.IModel<DetectedPattern> rowModel) Constructors in com.evolveum.midpoint.gui.impl.page.admin.role.mining.tables with parameters of type DetectedPatternModifierConstructorDescriptionRoleAnalysisRoleBasedTable
(String id, MiningOperationChunk miningOperationChunk, DetectedPattern analysedPattern, RoleAnalysisSortMode roleAnalysisSortMode, @NotNull PrismObject<RoleAnalysisClusterType> cluster) RoleAnalysisUserBasedTable
(String id, MiningOperationChunk miningOperationChunk, DetectedPattern intersection, RoleAnalysisSortMode roleAnalysisSortMode, PrismObject<RoleAnalysisClusterType> cluster) Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.role.mining.tables with type arguments of type DetectedPatternModifierConstructorDescriptionRoleAnalysisDetectedPatternTable
(String id, org.apache.wicket.model.LoadableDetachableModel<List<DetectedPattern>> detectedPatternList, boolean isOperationEnable, RoleAnalysisClusterType cluster) -
Uses of DetectedPattern in com.evolveum.midpoint.gui.impl.page.admin.role.mining.utils.table
Methods in com.evolveum.midpoint.gui.impl.page.admin.role.mining.utils.table with parameters of type DetectedPatternModifier and TypeMethodDescriptionstatic void
RoleAnalysisTableCellFillResolver.updateRoleBasedTableData
(org.apache.wicket.markup.repeater.Item<org.apache.wicket.extensions.markup.html.repeater.data.grid.ICellPopulator<MiningUserTypeChunk>> cellItem, String componentId, org.apache.wicket.model.IModel<MiningUserTypeChunk> model, List<String> rowRoles, RoleAnalysisOperationMode colRoleAnalysisOperationMode, List<String> colRoles, DetectedPattern intersection, MiningRoleTypeChunk roleChunk) static void
RoleAnalysisTableCellFillResolver.updateUserBasedTableData
(org.apache.wicket.markup.repeater.Item<org.apache.wicket.extensions.markup.html.repeater.data.grid.ICellPopulator<MiningRoleTypeChunk>> cellItem, String componentId, org.apache.wicket.model.IModel<MiningRoleTypeChunk> model, List<String> rowUsers, List<String> colUsers, DetectedPattern intersection, RoleAnalysisOperationMode colRoleAnalysisOperationMode, MiningUserTypeChunk userChunk)