Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.OutcomeKeyedCounterType
-
Packages that use OutcomeKeyedCounterType Package Description com.evolveum.midpoint.schema.statistics com.evolveum.midpoint.xml.ns._public.common.common_3 com.evolveum.midpoint.xml.ns._public.model.model_3 -
-
Uses of OutcomeKeyedCounterType in com.evolveum.midpoint.schema.statistics
Methods in com.evolveum.midpoint.schema.statistics that return types with arguments of type OutcomeKeyedCounterType Modifier and Type Method Description static Predicate<OutcomeKeyedCounterType>
OutcomeKeyedCounterTypeUtil. getCounterFilter(ItemProcessingOutcomeType outcome)
Methods in com.evolveum.midpoint.schema.statistics with parameters of type OutcomeKeyedCounterType Modifier and Type Method Description static ItemProcessingOutcomeType
OutcomeKeyedCounterTypeUtil. getOutcome(OutcomeKeyedCounterType counter)
static String
OutcomeKeyedCounterTypeUtil. getOutcomeQualifierUri(OutcomeKeyedCounterType counter)
static boolean
OutcomeKeyedCounterTypeUtil. isFailure(OutcomeKeyedCounterType counter)
static boolean
OutcomeKeyedCounterTypeUtil. isSkip(OutcomeKeyedCounterType counter)
static boolean
OutcomeKeyedCounterTypeUtil. isSuccess(OutcomeKeyedCounterType counter)
Method parameters in com.evolveum.midpoint.schema.statistics with type arguments of type OutcomeKeyedCounterType Modifier and Type Method Description static void
OutcomeKeyedCounterTypeUtil. addCounters(List<OutcomeKeyedCounterType> sumCounters, List<OutcomeKeyedCounterType> deltaCounters)
Adds two lists of counters: finds matching pairs and adds them.static int
OutcomeKeyedCounterTypeUtil. getCount(List<? extends OutcomeKeyedCounterType> counters, Predicate<OutcomeKeyedCounterType> filter)
static int
OutcomeKeyedCounterTypeUtil. getCount(List<? extends OutcomeKeyedCounterType> counters, Predicate<OutcomeKeyedCounterType> filter)
static int
OutcomeKeyedCounterTypeUtil. getFailureCount(List<? extends OutcomeKeyedCounterType> counters)
static int
OutcomeKeyedCounterTypeUtil. getSkipCount(List<? extends OutcomeKeyedCounterType> counters)
static int
OutcomeKeyedCounterTypeUtil. getSuccessCount(List<? extends OutcomeKeyedCounterType> counters)
static int
OutcomeKeyedCounterTypeUtil. incrementCounter(List<OutcomeKeyedCounterType> counters, QualifiedItemProcessingOutcomeType outcome, PrismContext prismContext)
Increments counter corresponding to given outcome. -
Uses of OutcomeKeyedCounterType in com.evolveum.midpoint.xml.ns._public.common.common_3
Subclasses of OutcomeKeyedCounterType in com.evolveum.midpoint.xml.ns._public.common.common_3 Modifier and Type Class Description class
ProcessedItemSetType
Describes set of items that are or have been processed.Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type OutcomeKeyedCounterType Modifier and Type Field Description static Producer<OutcomeKeyedCounterType>
OutcomeKeyedCounterType. FACTORY
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return OutcomeKeyedCounterType Modifier and Type Method Description OutcomeKeyedCounterType
ActivityProgressType. beginCommitted()
OutcomeKeyedCounterType
SynchronizationSituationTransitionType. beginCounter()
OutcomeKeyedCounterType
ActivityProgressType. beginUncommitted()
OutcomeKeyedCounterType
OutcomeKeyedCounterType. clone()
OutcomeKeyedCounterType
OutcomeKeyedCounterType. count(Integer value)
OutcomeKeyedCounterType
ObjectFactory. createOutcomeKeyedCounterType()
OutcomeKeyedCounterType
OutcomeKeyedCounterType. id(Long value)
OutcomeKeyedCounterType
OutcomeKeyedCounterType. outcome(QualifiedItemProcessingOutcomeType value)
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type OutcomeKeyedCounterType Modifier and Type Method Description List<OutcomeKeyedCounterType>
ActivityProgressType. createCommittedList()
List<OutcomeKeyedCounterType>
SynchronizationSituationTransitionType. createCounterList()
javax.xml.bind.JAXBElement<OutcomeKeyedCounterType>
ObjectFactory. createOutcomeKeyedCounter(OutcomeKeyedCounterType value)
List<OutcomeKeyedCounterType>
ActivityProgressType. createUncommittedList()
List<OutcomeKeyedCounterType>
ActivityProgressType. getCommitted()
List<OutcomeKeyedCounterType>
SynchronizationSituationTransitionType. getCounter()
List<OutcomeKeyedCounterType>
ActivityProgressType. getUncommitted()
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type OutcomeKeyedCounterType Modifier and Type Method Description ActivityProgressType
ActivityProgressType. committed(OutcomeKeyedCounterType value)
SynchronizationSituationTransitionType
SynchronizationSituationTransitionType. counter(OutcomeKeyedCounterType value)
javax.xml.bind.JAXBElement<OutcomeKeyedCounterType>
ObjectFactory. createOutcomeKeyedCounter(OutcomeKeyedCounterType value)
ActivityProgressType
ActivityProgressType. uncommitted(OutcomeKeyedCounterType value)
-
Uses of OutcomeKeyedCounterType in com.evolveum.midpoint.xml.ns._public.model.model_3
Methods in com.evolveum.midpoint.xml.ns._public.model.model_3 that return OutcomeKeyedCounterType Modifier and Type Method Description OutcomeKeyedCounterType
ObjectFactory. createOutcomeKeyedCounterType()
-