Uses of Enum Class
com.evolveum.midpoint.repo.common.activity.ActivityRunResultStatus
Packages that use ActivityRunResultStatus
Package
Description
-
Uses of ActivityRunResultStatus in com.evolveum.midpoint.repo.common.activity
Methods in com.evolveum.midpoint.repo.common.activity that return ActivityRunResultStatusModifier and TypeMethodDescriptionstatic ActivityRunResultStatusReturns the enum constant of this class with the specified name.static ActivityRunResultStatus[]ActivityRunResultStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ActivityRunResultStatus in com.evolveum.midpoint.repo.common.activity.run
Methods in com.evolveum.midpoint.repo.common.activity.run that return ActivityRunResultStatusModifier and TypeMethodDescription@NotNull ActivityRunResultStatusActivityRunException.getRunResultStatus()ActivityRunResult.getRunResultStatus()Methods in com.evolveum.midpoint.repo.common.activity.run with parameters of type ActivityRunResultStatusModifier and TypeMethodDescriptionstatic ActivityRunResultActivityRunResult.fromException(OperationResultStatus opStatus, ActivityRunResultStatus runStatus, Throwable throwable) Converts exception intoActivityRunResult.Constructors in com.evolveum.midpoint.repo.common.activity.run with parameters of type ActivityRunResultStatusModifierConstructorDescriptionActivityRunException(String message, @NotNull OperationResultStatus opResultStatus, @NotNull ActivityRunResultStatus runResultStatus) ActivityRunException(String message, @NotNull OperationResultStatus opResultStatus, @NotNull ActivityRunResultStatus runResultStatus, Throwable cause) ActivityRunPolicyException(String message, OperationResultStatus operationResultStatus, ActivityRunResultStatus activityRunResultStatus, ActivityPolicyViolationException cause) ActivityRunResult(@NotNull OperationResultStatus operationResultStatus, @NotNull ActivityRunResultStatus runResultStatus)