Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.CompositeCorrelatorType
-
Packages that use CompositeCorrelatorType Package Description com.evolveum.midpoint.model.api.correlator com.evolveum.midpoint.model.impl.correlator com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of CompositeCorrelatorType in com.evolveum.midpoint.model.api.correlator
Methods in com.evolveum.midpoint.model.api.correlator with parameters of type CompositeCorrelatorType Modifier and Type Method Description @NotNull CorrelatorContext<?>
CorrelationService. createRootCorrelatorContext(@NotNull CompositeCorrelatorType correlators, @Nullable CorrelationDefinitionType correlationDefinitionBean, @Nullable SystemConfigurationType systemConfiguration)
Creates the root correlator context for given configuration.static @NotNull Collection<CorrelatorConfiguration>
CorrelatorConfiguration. getConfigurations(@NotNull CompositeCorrelatorType correlatorsBean)
ExtractsCorrelatorConfiguration
objects from given "correlators" structure (both typed and untyped).static @NotNull List<CorrelatorConfiguration>
CorrelatorConfiguration. getConfigurationsDeeply(CompositeCorrelatorType composite)
static List<CorrelatorConfiguration>
CorrelatorConfiguration. getConfigurationsSorted(CompositeCorrelatorType correlatorsBean)
-
Uses of CompositeCorrelatorType in com.evolveum.midpoint.model.impl.correlator
Fields in com.evolveum.midpoint.model.impl.correlator declared as CompositeCorrelatorType Modifier and Type Field Description @NotNull CompositeCorrelatorType
FullCorrelationContext. correlators
Constructors in com.evolveum.midpoint.model.impl.correlator with parameters of type CompositeCorrelatorType Constructor Description FullCorrelationContext(@NotNull ShadowType shadow, @NotNull ResourceType resource, @NotNull ResourceObjectTypeDefinition typeDefinition, @NotNull ObjectSynchronizationType synchronizationBean, @NotNull CompositeCorrelatorType correlators, @Nullable SystemConfigurationType systemConfiguration)
-
Uses of CompositeCorrelatorType 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 CompositeCorrelatorType Modifier and Type Field Description static Producer<CompositeCorrelatorType>
CompositeCorrelatorType. FACTORY
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type CompositeCorrelatorType Modifier and Type Method Description javax.xml.bind.JAXBElement<CompositeCorrelatorType>
ObjectFactory. createCompositeCorrelator(CompositeCorrelatorType value)
List<CompositeCorrelatorType>
CompositeCorrelatorType. createCompositeList()
List<CompositeCorrelatorType>
CompositeCorrelatorType. getComposite()
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type CompositeCorrelatorType Modifier and Type Method Description CompositeCorrelatorType
CompositeCorrelatorType. composite(CompositeCorrelatorType value)
CorrelationDefinitionType
CorrelationDefinitionType. correlators(CompositeCorrelatorType value)
SystemConfigurationCorrelationType
SystemConfigurationCorrelationType. correlators(CompositeCorrelatorType value)
javax.xml.bind.JAXBElement<CompositeCorrelatorType>
ObjectFactory. createCompositeCorrelator(CompositeCorrelatorType value)
IdMatchCorrelatorType
IdMatchCorrelatorType. followOn(CompositeCorrelatorType value)
void
CorrelationDefinitionType. setCorrelators(CompositeCorrelatorType value)
void
SystemConfigurationCorrelationType. setCorrelators(CompositeCorrelatorType value)
void
IdMatchCorrelatorType. setFollowOn(CompositeCorrelatorType value)
-