Class RoleAnalysisSimpleModel
java.lang.Object
com.evolveum.midpoint.gui.impl.page.admin.role.mining.model.RoleAnalysisSimpleModel
- All Implemented Interfaces:
Serializable
The RoleAnalysisModel class stores role analysis data, count of roles and users that are used in the histogram chart.
It displays the number of grouped roles with same number of users and the number of users that are assigned to the roles.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
double
double
static @NotNull List<RoleAnalysisSimpleModel>
getRoleAnalysisSimpleComparedModel
(@Nullable RoleAnalysisAttributeAnalysisResult roleAttributeAnalysisResult, @Nullable RoleAnalysisAttributeAnalysisResult userAttributeAnalysisResult, @Nullable RoleAnalysisAttributeAnalysisResult roleAttributeAnalysisResultCompared, @Nullable RoleAnalysisAttributeAnalysisResult userAttributeAnalysisResultCompared) static @NotNull List<RoleAnalysisSimpleModel>
getRoleAnalysisSimpleModel
(@Nullable RoleAnalysisAttributeAnalysisResult roleAttributeAnalysisResult, @Nullable RoleAnalysisAttributeAnalysisResult userAttributeAnalysisResult) boolean
void
setCompared
(boolean compared) void
setComparedDensity
(double comparedDensity)
-
Constructor Details
-
RoleAnalysisSimpleModel
-
-
Method Details
-
getDensity
public double getDensity() -
getDescription
-
getComparedPercentagePart
public double getComparedPercentagePart() -
getComparedDensity
public double getComparedDensity() -
setComparedDensity
public void setComparedDensity(double comparedDensity) -
isCompared
public boolean isCompared() -
setCompared
public void setCompared(boolean compared) -
getRoleAnalysisSimpleModel
@NotNull public static @NotNull List<RoleAnalysisSimpleModel> getRoleAnalysisSimpleModel(@Nullable @Nullable RoleAnalysisAttributeAnalysisResult roleAttributeAnalysisResult, @Nullable @Nullable RoleAnalysisAttributeAnalysisResult userAttributeAnalysisResult) -
getRoleAnalysisSimpleComparedModel
@NotNull public static @NotNull List<RoleAnalysisSimpleModel> getRoleAnalysisSimpleComparedModel(@Nullable @Nullable RoleAnalysisAttributeAnalysisResult roleAttributeAnalysisResult, @Nullable @Nullable RoleAnalysisAttributeAnalysisResult userAttributeAnalysisResult, @Nullable @Nullable RoleAnalysisAttributeAnalysisResult roleAttributeAnalysisResultCompared, @Nullable @Nullable RoleAnalysisAttributeAnalysisResult userAttributeAnalysisResultCompared)
-