Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ItemProcessingOutcomeType
-
Packages that use ItemProcessingOutcomeType Package Description com.evolveum.midpoint.schema.statistics com.evolveum.midpoint.schema.util.task com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of ItemProcessingOutcomeType in com.evolveum.midpoint.schema.statistics
Methods in com.evolveum.midpoint.schema.statistics that return ItemProcessingOutcomeType Modifier and Type Method Description static ItemProcessingOutcomeType
OutcomeKeyedCounterTypeUtil. getOutcome(OutcomeKeyedCounterType counter)
Methods in com.evolveum.midpoint.schema.statistics with parameters of type ItemProcessingOutcomeType Modifier and Type Method Description default 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 ItemProcessingOutcomeType Modifier and Type Method Description static 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 ItemProcessingOutcomeType Modifier and Type Method Description static ItemProcessingOutcomeType
ItemProcessingOutcomeType. fromValue(String v)
ItemProcessingOutcomeType
QualifiedItemProcessingOutcomeType. getOutcome()
static ItemProcessingOutcomeType
ItemProcessingOutcomeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ItemProcessingOutcomeType[]
ItemProcessingOutcomeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ItemProcessingOutcomeType Modifier and Type Method Description QualifiedItemProcessingOutcomeType
QualifiedItemProcessingOutcomeType. outcome(ItemProcessingOutcomeType value)
void
QualifiedItemProcessingOutcomeType. setOutcome(ItemProcessingOutcomeType value)
-