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 RoleAnalysisChannelModeReturns 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 Task task, @NotNull OperationResult result) This method is used to check if the role analysis object is under activity.@NotNull StringRoleAnalysisService.recomputeAndResolveClusterOpStatus(@NotNull PrismObject<RoleAnalysisClusterType> clusterPrismObject, @NotNull RoleAnalysisChannelMode channelMode, @NotNull OperationResult result, @NotNull Task task) Recompute and resolve the cluster operation status.@NotNull StringRoleAnalysisService.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
Methods in com.evolveum.midpoint.model.impl.mining with parameters of type RoleAnalysisChannelModeModifier and TypeMethodDescription<T extends AssignmentHolderType & Objectable>
booleanRoleAnalysisServiceImpl.isUnderActivity(@NotNull PrismObject<T> object, @NotNull RoleAnalysisChannelMode channelMode, @NotNull Task task, @NotNull OperationResult result) @NotNull StringRoleAnalysisServiceImpl.recomputeAndResolveClusterOpStatus(@NotNull PrismObject<RoleAnalysisClusterType> clusterPrismObject, @NotNull RoleAnalysisChannelMode channelMode, @NotNull OperationResult result, @NotNull Task task) @NotNull StringRoleAnalysisServiceImpl.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)