Uses of Enum Class
com.evolveum.midpoint.common.mining.utils.values.RoleAnalysisChannelMode
Package
Description
-
Uses of RoleAnalysisChannelMode in com.evolveum.midpoint.common.mining.utils.values
Modifier 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
Modifier and TypeMethodDescription<T extends AssignmentHolderType & Objectable>
booleanRoleAnalysisService.isUnderActivity
(@NotNull PrismObject<T> object, @NotNull RoleAnalysisChannelMode channelMode, @NotNull 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 Task task) Recompute and resolve the cluster operation status.@NotNull String
RoleAnalysisService.recomputeAndResolveSessionOpStatus
(@NotNull PrismObject<RoleAnalysisSessionType> clusterPrismObject, @NotNull RoleAnalysisChannelMode channelMode, @NotNull OperationResult result, @NotNull Task task) Recompute and resolve the cluster operation status.@Nullable PrismObject<TaskType>
RoleAnalysisService.resolveTaskObject
(@NotNull List<OperationExecutionType> operationExecution, @NotNull RoleAnalysisChannelMode channelMode, @NotNull 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 Task task) This method is used to update the cluster operation status. -
Uses of RoleAnalysisChannelMode in com.evolveum.midpoint.model.impl.mining
Modifier and TypeMethodDescription<T extends AssignmentHolderType & Objectable>
booleanRoleAnalysisServiceImpl.isUnderActivity
(@NotNull PrismObject<T> object, @NotNull RoleAnalysisChannelMode channelMode, @NotNull Task task, @NotNull OperationResult result) @NotNull String
RoleAnalysisServiceImpl.recomputeAndResolveClusterOpStatus
(@NotNull PrismObject<RoleAnalysisClusterType> clusterPrismObject, @NotNull RoleAnalysisChannelMode channelMode, @NotNull OperationResult result, @NotNull Task task) @NotNull String
RoleAnalysisServiceImpl.recomputeAndResolveSessionOpStatus
(@NotNull PrismObject<RoleAnalysisSessionType> sessionPrismObject, @NotNull RoleAnalysisChannelMode channelMode, @NotNull OperationResult result, @NotNull Task task) @Nullable PrismObject<TaskType>
RoleAnalysisServiceImpl.resolveTaskObject
(@NotNull List<OperationExecutionType> operationExecution, @NotNull RoleAnalysisChannelMode channelMode, @NotNull Task task, @NotNull OperationResult result) <T extends AssignmentHolderType & Objectable>
voidRoleAnalysisServiceImpl.setOpStatus
(@NotNull PrismObject<T> object, @NotNull String taskOid, OperationResultStatusType operationResultStatusType, String message, @NotNull RoleAnalysisChannelMode channelMode, @NotNull OperationResult result, @NotNull Task task)