Uses of Enum Class
com.evolveum.midpoint.common.mining.utils.values.RoleAnalysisChannelMode
Packages that use RoleAnalysisChannelMode
Package
Description
-
Uses of RoleAnalysisChannelMode in com.evolveum.midpoint.common.mining.utils.values
Methods in com.evolveum.midpoint.common.mining.utils.values that return RoleAnalysisChannelModeModifier and TypeMethodDescriptionstatic RoleAnalysisChannelMode
Returns the enum constant of this class with the specified name.static RoleAnalysisChannelMode[]
RoleAnalysisChannelMode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RoleAnalysisChannelMode in com.evolveum.midpoint.model.api.mining
Methods in com.evolveum.midpoint.model.api.mining with parameters of type RoleAnalysisChannelModeModifier and TypeMethodDescription<T extends AssignmentHolderType & Objectable>
booleanRoleAnalysisService.isUnderActivity
(@NotNull PrismObject<T> object, @NotNull RoleAnalysisChannelMode channelMode, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) This method is used to check if the role analysis object is under activity.@NotNull String
RoleAnalysisService.recomputeAndResolveClusterOpStatus
(@NotNull PrismObject<RoleAnalysisClusterType> clusterPrismObject, @NotNull RoleAnalysisChannelMode channelMode, @NotNull OperationResult result, @NotNull com.evolveum.midpoint.task.api.Task task) Recompute and resolve the cluster operation status.@NotNull String
RoleAnalysisService.recomputeAndResolveSessionOpStatus
(@NotNull PrismObject<RoleAnalysisSessionType> clusterPrismObject, @NotNull RoleAnalysisChannelMode channelMode, @NotNull OperationResult result, @NotNull com.evolveum.midpoint.task.api.Task task) Recompute and resolve the cluster operation status.@Nullable PrismObject<TaskType>
RoleAnalysisService.resolveTaskObject
(@NotNull List<OperationExecutionType> operationExecution, @NotNull RoleAnalysisChannelMode channelMode, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) This method is used to retrive the task object for specific roleAnalysisChannelMode.<T extends AssignmentHolderType & Objectable>
voidRoleAnalysisService.setOpStatus
(@NotNull PrismObject<T> object, @NotNull String taskOid, OperationResultStatusType operationResultStatusType, String message, @NotNull RoleAnalysisChannelMode channelMode, @NotNull OperationResult result, @NotNull com.evolveum.midpoint.task.api.Task task) This method is used to update the cluster operation status.