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 ItemProcessingOutcomeTypeOutcomeKeyedCounterTypeUtil. getOutcome(OutcomeKeyedCounterType counter)Methods in com.evolveum.midpoint.schema.statistics with parameters of type ItemProcessingOutcomeType Modifier and Type Method Description default voidOperation. 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 intActivityProgressUtil. 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 ItemProcessingOutcomeTypeItemProcessingOutcomeType. fromValue(String v)ItemProcessingOutcomeTypeQualifiedItemProcessingOutcomeType. getOutcome()static ItemProcessingOutcomeTypeItemProcessingOutcomeType. 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 QualifiedItemProcessingOutcomeTypeQualifiedItemProcessingOutcomeType. outcome(ItemProcessingOutcomeType value)voidQualifiedItemProcessingOutcomeType. setOutcome(ItemProcessingOutcomeType value)
-