Uses of Enum Class
com.evolveum.midpoint.xml.ns._public.common.common_3.RoleAnalysisOperation
Packages that use RoleAnalysisOperation
Package
Description
-
Uses of RoleAnalysisOperation in com.evolveum.midpoint.model.api.mining
Methods in com.evolveum.midpoint.model.api.mining with parameters of type RoleAnalysisOperationModifier and TypeMethodDescriptionvoidRoleAnalysisService.setCandidateRoleOpStatus(@NotNull PrismObject<RoleAnalysisClusterType> clusterPrism, @NotNull RoleAnalysisCandidateRoleType candidateRoleContainer, @NotNull String taskOid, @Nullable OperationResultStatusType operationResultStatusType, @Nullable String message, @NotNull OperationResult result, Task task, @NotNull RoleAnalysisOperation operationType, @Nullable FocusType focus) Sets the operation status of a candidate role within the specified role analysis cluster. -
Uses of RoleAnalysisOperation in com.evolveum.midpoint.model.impl.mining
Methods in com.evolveum.midpoint.model.impl.mining with parameters of type RoleAnalysisOperationModifier and TypeMethodDescriptionvoidRoleAnalysisServiceImpl.setCandidateRoleOpStatus(@NotNull PrismObject<RoleAnalysisClusterType> clusterPrism, @NotNull RoleAnalysisCandidateRoleType candidateRoleContainer, @NotNull String taskOid, @Nullable OperationResultStatusType operationResultStatusType, @Nullable String message, @NotNull OperationResult result, @NotNull Task task, @NotNull RoleAnalysisOperation operationType, @Nullable FocusType focus) -
Uses of RoleAnalysisOperation in com.evolveum.midpoint.model.impl.mining.utils
Methods in com.evolveum.midpoint.model.impl.mining.utils with parameters of type RoleAnalysisOperationModifier and TypeMethodDescriptionstatic @NotNull RoleAnalysisOperationStatusRoleAnalysisUtils.buildOpExecution(@NotNull String taskOid, OperationResultStatusType operationResultStatusType, String message, RoleAnalysisOperation operationType, XMLGregorianCalendar createTimestamp, @Nullable FocusType owner) static voidRoleAnalysisUtils.submitClusterOperationStatus(@NotNull ModelService modelService, @NotNull PrismObject<RoleAnalysisClusterType> cluster, @NotNull String taskOid, @NotNull RoleAnalysisOperation operationChannel, @NotNull FocusType initiator, Trace logger, @NotNull Task task, @NotNull OperationResult result) -
Uses of RoleAnalysisOperation in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return RoleAnalysisOperationModifier and TypeMethodDescriptionstatic RoleAnalysisOperationRoleAnalysisOperationStatus.getOperationChannel()static RoleAnalysisOperationReturns the enum constant of this class with the specified name.static RoleAnalysisOperation[]RoleAnalysisOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type RoleAnalysisOperationModifier and TypeMethodDescriptionRoleAnalysisOperationStatus.operationChannel(RoleAnalysisOperation value) voidRoleAnalysisOperationStatus.setOperationChannel(RoleAnalysisOperation value)