Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ItemsCorrelatorType
-
Packages that use ItemsCorrelatorType Package Description com.evolveum.midpoint.model.impl.correlator.items com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of ItemsCorrelatorType in com.evolveum.midpoint.model.impl.correlator.items
Methods in com.evolveum.midpoint.model.impl.correlator.items that return types with arguments of type ItemsCorrelatorType Modifier and Type Method Description @NotNull Class<ItemsCorrelatorType>
ItemsCorrelatorFactory. getConfigurationBeanType()
Method parameters in com.evolveum.midpoint.model.impl.correlator.items with type arguments of type ItemsCorrelatorType Modifier and Type Method Description static CorrelationItem
CorrelationItem. create(@NotNull ItemCorrelationType itemBean, @NotNull CorrelatorContext<ItemsCorrelatorType> correlatorContext, @NotNull CorrelationContext correlationContext)
@NotNull com.evolveum.midpoint.model.impl.correlator.items.ItemsCorrelator
ItemsCorrelatorFactory. instantiate(@NotNull CorrelatorContext<ItemsCorrelatorType> context, @NotNull Task task, @NotNull OperationResult result)
-
Uses of ItemsCorrelatorType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type ItemsCorrelatorType Modifier and Type Field Description static Producer<ItemsCorrelatorType>
ItemsCorrelatorType. FACTORY
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type ItemsCorrelatorType Modifier and Type Method Description javax.xml.bind.JAXBElement<ItemsCorrelatorType>
ObjectFactory. createItemsCorrelator(ItemsCorrelatorType value)
List<ItemsCorrelatorType>
CompositeCorrelatorType. createItemsList()
List<ItemsCorrelatorType>
CompositeCorrelatorType. getItems()
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ItemsCorrelatorType Modifier and Type Method Description javax.xml.bind.JAXBElement<ItemsCorrelatorType>
ObjectFactory. createItemsCorrelator(ItemsCorrelatorType value)
CompositeCorrelatorType
CompositeCorrelatorType. items(ItemsCorrelatorType value)
-