Interface TemplateCorrelationConfiguration
-
- All Known Implementing Classes:
TemplateCorrelationConfigurationImpl
public interface TemplateCorrelationConfigurationAll pieces of configuration data that are relevant for correlation obtainable from an object template. TODO reconsider this class
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull PathKeyedMap<ItemCorrelationDefinitionType>getCorrelationDefinitionMap()@Nullable QNamegetDefaultMatchingRuleName(@NotNull ItemPath itemPath)@Nullable ObjectTemplateTypegetExpandedObjectTemplate()@NotNull IdentityManagementConfigurationgetIdentityManagementConfiguration()@NotNull IndexingConfigurationgetIndexingConfiguration()
-
-
-
Method Detail
-
getExpandedObjectTemplate
@Nullable @Nullable ObjectTemplateType getExpandedObjectTemplate()
-
getIdentityManagementConfiguration
@NotNull @NotNull IdentityManagementConfiguration getIdentityManagementConfiguration()
-
getIndexingConfiguration
@NotNull @NotNull IndexingConfiguration getIndexingConfiguration()
-
getCorrelationDefinitionMap
@NotNull @NotNull PathKeyedMap<ItemCorrelationDefinitionType> getCorrelationDefinitionMap()
-
getDefaultMatchingRuleName
@Nullable @Nullable QName getDefaultMatchingRuleName(@NotNull @NotNull ItemPath itemPath) throws ConfigurationException
- Throws:
ConfigurationException
-
-