Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

oracle.odi.interfaces.interactive.support
Interface IMappingPersistencePolicy

All Known Implementing Classes:
MappingPersistencePolicyDefault

public interface IMappingPersistencePolicy

Implementations on this class are telling which mappings and which columns need to be persisted in the repository.
Note that for safety reasons, implementations should at least persist columns and mappings that would be persisted by the default implementation (MappingPersistencePolicyDefault). However, other implementations might choose to persist mappings and/or columns that are not persisted by the default implementation.

Since:
11.1.1.3.0

Method Summary
 boolean shouldBePersisted(TargetColumn pTargetColumn)
          Returns whether the column should be persisted or not.
 boolean shouldBePersisted(TargetMapping pTargetMapping)
          Returns whether the mapping should be persisted or not.
 

Method Detail

shouldBePersisted

boolean shouldBePersisted(TargetColumn pTargetColumn)
Returns whether the column should be persisted or not.

Parameters:
pTargetColumn - the target column
Returns:
true if the target column should be persisted

shouldBePersisted

boolean shouldBePersisted(TargetMapping pTargetMapping)
Returns whether the mapping should be persisted or not.

Parameters:
pTargetMapping - the target mapping
Returns:
true if the mapping should be persisted

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

Copyright © 2010, Oracle and/or its affiliates. All rights reserved.