Interface TemplateCorrelationConfiguration
-
public interface TemplateCorrelationConfiguration
All 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 QName
getDefaultMatchingRuleName(@NotNull ItemPath itemPath)
@Nullable ObjectTemplateType
getExpandedObjectTemplate()
@NotNull IdentityManagementConfiguration
getIdentityManagementConfiguration()
@NotNull IndexingConfiguration
getIndexingConfiguration()
-
-
-
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
-
-