Enum Class AnalysisCategoryMode
java.lang.Object
java.lang.Enum<AnalysisCategoryMode>
com.evolveum.midpoint.gui.impl.page.admin.role.mining.page.tmp.context.AnalysisCategoryMode
- All Implemented Interfaces:
TileEnum,Serializable,Comparable<AnalysisCategoryMode>,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionvoidgenerateConfiguration(@NotNull RoleAnalysisService service, RoleAnalysisSessionType session, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) getIcon()booleanbooleanstatic AnalysisCategoryModestatic AnalysisCategoryModeReturns the enum constant of this class with the specified name.static AnalysisCategoryMode[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface com.evolveum.midpoint.gui.api.component.wizard.TileEnum
getDescription
-
Enum Constant Details
-
BIRTHRIGHT_ROLE
-
ATTRIBUTE_BASED
-
BALANCED_COVERAGE
-
EXACT_ACCESS_SIMILARITY
-
DEPARTMENT
-
OUTLIERS_DEPARTMENT
-
ROLE_MINING_ADVANCED
-
OUTLIER_DETECTION_ADVANCED
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getIcon
-
requiresProcessModeConfiguration
public boolean requiresProcessModeConfiguration() -
requiresAdditionalConfiguration
public boolean requiresAdditionalConfiguration() -
generateConfiguration
public void generateConfiguration(@NotNull @NotNull RoleAnalysisService service, RoleAnalysisSessionType session, @NotNull @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull @NotNull OperationResult result) -
resolveCategoryMode
-
resolveCategoryMode
-
getDescriptionKey
-
getRequiredProcessModeConfiguration
-