Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.CompositeCorrelatorType
Packages that use CompositeCorrelatorType
Package
Description
-
Uses of CompositeCorrelatorType in com.evolveum.midpoint.model.api.correlator
Methods in com.evolveum.midpoint.model.api.correlator with parameters of type CompositeCorrelatorTypeModifier and TypeMethodDescriptionstatic @NotNull Collection<CorrelatorConfiguration>CorrelatorConfiguration.getChildConfigurations(@NotNull CompositeCorrelatorType correlatorsBean) ExtractsCorrelatorConfigurationobjects from given "correlators" structure (both typed and untyped).static @NotNull List<CorrelatorConfiguration>CorrelatorConfiguration.getConfigurationsDeeply(CompositeCorrelatorType composite) -
Uses of CompositeCorrelatorType in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema with parameters of type CompositeCorrelatorTypeModifier and TypeMethodDescriptionbooleanCorrelatorDiscriminator.match(@NotNull CompositeCorrelatorType correlator) -
Uses of CompositeCorrelatorType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return CompositeCorrelatorTypeModifier and TypeMethodDescriptionstatic @Nullable CompositeCorrelatorTypeObjectTemplateTypeUtil.getCorrelators(@Nullable ObjectTemplateType template, @NotNull CorrelatorDiscriminator discriminator) -
Uses of CompositeCorrelatorType in com.evolveum.midpoint.xml.ns._public.common.common_3
Modifier and TypeClassDescriptionclassComposition-enabled composite correlator.Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type CompositeCorrelatorTypeModifier and TypeFieldDescriptionstatic final Producer<CompositeCorrelatorType>CompositeCorrelatorType.FACTORYMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return CompositeCorrelatorTypeModifier and TypeMethodDescriptionCompositeCorrelatorType._super(SuperCorrelatorReferenceType value) CorrelationDefinitionType.beginCorrelators()LegacyCorrelationDefinitionType.beginCorrelators()ObjectTemplateCorrelationType.beginCorrelators()SystemConfigurationCorrelationType.beginCorrelators()IdMatchCorrelatorType.beginFollowOn()IdMatchSubCorrelatorType.beginFollowOn()CompositeCorrelatorType.clone()CompositeCorrelatorType.composite(CompositeSubCorrelatorType value) CompositeCorrelatorType.confidence(CorrelationConfidenceDefinitionType value) ObjectFactory.createCompositeCorrelatorType()CompositeCorrelatorType.description(String value) CompositeCorrelatorType.displayName(String value) CompositeCorrelatorType.documentation(String value) CompositeCorrelatorType.expression(ExpressionSubCorrelatorType value) CompositeCorrelatorType.extension(ExtensionType value) CompositeCorrelatorType.filter(FilterSubCorrelatorType value) CorrelationDefinitionType.getCorrelators()SystemConfigurationCorrelationType.getCorrelators()IdMatchCorrelatorType.getFollowOn()CompositeCorrelatorType.idMatch(IdMatchSubCorrelatorType value) CompositeCorrelatorType.items(ItemsSubCorrelatorType value) CompositeCorrelatorType.none(NoOpCorrelatorType value) CompositeCorrelatorType.scaling(CompositeCorrelatorScalingDefinitionType value) CompositeCorrelatorType.use(CorrelationUseType value) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type CompositeCorrelatorTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CompositeCorrelatorType>ObjectFactory.createCompositeCorrelator(CompositeCorrelatorType value) ObjectTemplateCorrelationType.createCorrelatorsList()ObjectTemplateCorrelationType.getCorrelators()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type CompositeCorrelatorTypeModifier and TypeMethodDescriptionCorrelationDefinitionType.correlators(CompositeCorrelatorType value) LegacyCorrelationDefinitionType.correlators(CompositeCorrelatorType value) ObjectTemplateCorrelationType.correlators(CompositeCorrelatorType value) SystemConfigurationCorrelationType.correlators(CompositeCorrelatorType value) jakarta.xml.bind.JAXBElement<CompositeCorrelatorType>ObjectFactory.createCompositeCorrelator(CompositeCorrelatorType value) IdMatchCorrelatorType.followOn(CompositeCorrelatorType value) IdMatchSubCorrelatorType.followOn(CompositeCorrelatorType value) voidCorrelationDefinitionType.setCorrelators(CompositeCorrelatorType value) voidSystemConfigurationCorrelationType.setCorrelators(CompositeCorrelatorType value) voidIdMatchCorrelatorType.setFollowOn(CompositeCorrelatorType value)