Uses of Enum Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ItemProcessingOutcomeType
Packages that use ItemProcessingOutcomeType
Package
Description
-
Uses of ItemProcessingOutcomeType in com.evolveum.midpoint.schema.statistics
Methods in com.evolveum.midpoint.schema.statistics that return ItemProcessingOutcomeTypeModifier and TypeMethodDescriptionstatic ItemProcessingOutcomeType
OutcomeKeyedCounterTypeUtil.getOutcome
(OutcomeKeyedCounterType counter) Methods in com.evolveum.midpoint.schema.statistics with parameters of type ItemProcessingOutcomeTypeModifier and TypeMethodDescriptiondefault void
Operation.done
(ItemProcessingOutcomeType outcome, Throwable exception) static Predicate<OutcomeKeyedCounterType>
OutcomeKeyedCounterTypeUtil.getCounterFilter
(ItemProcessingOutcomeType outcome) -
Uses of ItemProcessingOutcomeType in com.evolveum.midpoint.schema.util.task
Methods in com.evolveum.midpoint.schema.util.task with parameters of type ItemProcessingOutcomeTypeModifier and TypeMethodDescriptionstatic int
ActivityProgressUtil.getProgressForOutcome
(ActivityProgressType info, ItemProcessingOutcomeType outcome, boolean open) -
Uses of ItemProcessingOutcomeType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ItemProcessingOutcomeTypeModifier and TypeMethodDescriptionstatic ItemProcessingOutcomeType
QualifiedItemProcessingOutcomeType.getOutcome()
static ItemProcessingOutcomeType
Returns the enum constant of this class with the specified name.static ItemProcessingOutcomeType[]
ItemProcessingOutcomeType.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 ItemProcessingOutcomeTypeModifier and TypeMethodDescriptionQualifiedItemProcessingOutcomeType.outcome
(ItemProcessingOutcomeType value) void
QualifiedItemProcessingOutcomeType.setOutcome
(ItemProcessingOutcomeType value)