Uses of Class
com.evolveum.midpoint.common.mining.objects.analysis.AttributeAnalysisStructure
Packages that use AttributeAnalysisStructure
Package
Description
-
Uses of AttributeAnalysisStructure in com.evolveum.midpoint.common.mining.objects.analysis
Methods in com.evolveum.midpoint.common.mining.objects.analysis that return types with arguments of type AttributeAnalysisStructureModifier and TypeMethodDescriptionstatic @NotNull List<AttributeAnalysisStructure>AttributeAnalysisStructure.extractAttributeAnalysis(@NotNull RoleAnalysisClusterType cluster) static @NotNull List<AttributeAnalysisStructure>AttributeAnalysisStructure.extractAttributeAnalysis(@NotNull List<RoleAnalysisAttributeAnalysis> attributeAnalysisList, @NotNull QName complexType) -
Uses of AttributeAnalysisStructure in com.evolveum.midpoint.common.mining.objects.statistic
Methods in com.evolveum.midpoint.common.mining.objects.statistic that return types with arguments of type AttributeAnalysisStructureModifier and TypeMethodDescriptionClusterStatistic.getRoleAttributeAnalysisStructures()ClusterStatistic.getUserAttributeAnalysisStructures()Method parameters in com.evolveum.midpoint.common.mining.objects.statistic with type arguments of type AttributeAnalysisStructureModifier and TypeMethodDescriptionvoidClusterStatistic.setRoleAttributeAnalysisStructures(List<AttributeAnalysisStructure> roleAttributeAnalysisStructures) voidClusterStatistic.setUserAttributeAnalysisStructures(List<AttributeAnalysisStructure> userAttributeAnalysisStructures) -
Uses of AttributeAnalysisStructure in com.evolveum.midpoint.gui.impl.page.admin.role.mining.chart
Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.role.mining.chart with type arguments of type AttributeAnalysisStructureModifierConstructorDescriptionRoleAnalysisAttributeChartModel(org.apache.wicket.model.LoadableDetachableModel<List<AttributeAnalysisStructure>> roleAnalysisModel) RoleAnalysisStackedAttributeChartModel(org.apache.wicket.model.LoadableDetachableModel<List<AttributeAnalysisStructure>> roleAnalysisModelsStack0, org.apache.wicket.model.LoadableDetachableModel<List<AttributeAnalysisStructure>> roleAnalysisModelsStack1) -
Uses of AttributeAnalysisStructure in com.evolveum.midpoint.gui.impl.page.admin.role.mining.page.panel.chart
Methods in com.evolveum.midpoint.gui.impl.page.admin.role.mining.page.panel.chart that return types with arguments of type AttributeAnalysisStructureModifier and TypeMethodDescriptionRoleAnalysisAttributeChartPanel.getStackedNegativeValue()RoleAnalysisAttributeChartPopupPanel.getStackedNegativeValue()Method parameters in com.evolveum.midpoint.gui.impl.page.admin.role.mining.page.panel.chart with type arguments of type AttributeAnalysisStructureModifier and TypeMethodDescriptionvoidRoleAnalysisAttributeChartPanel.initTargetedAttributeStatisticsPanel(@NotNull List<AttributeAnalysisStructure> attributeAnalysisStructureList, @NotNull org.apache.wicket.markup.html.WebMarkupContainer cardContainer) Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.role.mining.page.panel.chart with type arguments of type AttributeAnalysisStructureModifierConstructorDescriptionRoleAnalysisAttributeChartPanel(String id, @NotNull List<AttributeAnalysisStructure> attributeAnalysisStructureList, @Nullable RoleAnalysisClusterType cluster) RoleAnalysisAttributeChartPopupPanel(String id, org.apache.wicket.model.IModel<String> messageModel, @NotNull List<AttributeAnalysisStructure> attributeAnalysisStructureList, @NotNull RoleAnalysisProcessModeType processMode) -
Uses of AttributeAnalysisStructure in com.evolveum.midpoint.model.api.mining
Methods in com.evolveum.midpoint.model.api.mining that return types with arguments of type AttributeAnalysisStructureModifier and TypeMethodDescriptionRoleAnalysisService.roleMembersAttributeAnalysis(@NotNull List<RoleAnalysisAttributeDef> attributeDefSet, @NotNull String objectOid, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Performs attribute analysis for role members.RoleAnalysisService.roleTypeAttributeAnalysis(@NotNull Set<PrismObject<RoleType>> prismRoles, Double membershipDensity, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result, @NotNull List<RoleAnalysisAttributeDef> attributeRoleDefSet) Performs attribute analysis for role objects.RoleAnalysisService.userRolesAttributeAnalysis(@NotNull List<RoleAnalysisAttributeDef> attributeRoleDefSet, @NotNull String objectOid, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Performs attribute analysis for user roles.RoleAnalysisService.userTypeAttributeAnalysis(@NotNull Set<PrismObject<UserType>> prismUsers, Double membershipDensity, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result, @NotNull List<RoleAnalysisAttributeDef> attributeDefSet) Performs attribute analysis for user objects.RoleAnalysisService.userTypeAttributeAnalysisCached(@NotNull Set<PrismObject<UserType>> prismUsers, Double membershipDensity, @NotNull AttributeAnalysisCache userAnalysisCache, @NotNull List<RoleAnalysisAttributeDef> attributeDefSet, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)