Class CorrelatorsDefinitionUtil
java.lang.Object
com.evolveum.midpoint.schema.util.CorrelatorsDefinitionUtil
Utilities for manipulating correlators definitions.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic @Nullable CorrelatorCompositionDefinitionTypestatic @NotNull StringgetName(@NotNull CorrelationItemType definitionBean) Returns the name under which we will reference this item definition (using "ref" elements).static Stringidentify(@Nullable AbstractCorrelatorType configBean) Tries to shortly identify given correlator configuration.static CorrelationDefinitionTypemergeCorrelationDefinition(@NotNull ResourceObjectInboundProcessingDefinition objectInboundProcDef, @Nullable ObjectSynchronizationType synchronizationBean, @NotNull ResourceType resource) "Compiles" the correlation definition from all available information: . attribute-level "correlation" configuration snippets . legacy correlation/confirmation expressions/filters
- 
Constructor Details- 
CorrelatorsDefinitionUtilpublic CorrelatorsDefinitionUtil()
 
- 
- 
Method Details- 
getName@NotNull public static @NotNull String getName(@NotNull @NotNull CorrelationItemType definitionBean) Returns the name under which we will reference this item definition (using "ref" elements).
- 
identifyTries to shortly identify given correlator configuration. Just to able to debug e.g. configuration resolution.
- 
getComposition@Nullable public static @Nullable CorrelatorCompositionDefinitionType getComposition(AbstractCorrelatorType bean) 
- 
mergeCorrelationDefinitionpublic static CorrelationDefinitionType mergeCorrelationDefinition(@NotNull @NotNull ResourceObjectInboundProcessingDefinition objectInboundProcDef, @Nullable @Nullable ObjectSynchronizationType synchronizationBean, @NotNull @NotNull ResourceType resource) throws ConfigurationException "Compiles" the correlation definition from all available information: . attribute-level "correlation" configuration snippets . legacy correlation/confirmation expressions/filters- Throws:
- ConfigurationException
 
 
-