Uses of Interface
com.ibm.pim.spec.SpecMapEntry

Packages that use SpecMapEntry
com.ibm.pim.spec   
 

Uses of SpecMapEntry in com.ibm.pim.spec
 

Methods in com.ibm.pim.spec that return SpecMapEntry
 SpecMapEntry SpecMap.addMapping(AttributeDefinition sourceAttributeDefinition, AttributeDefinition destinationAttributeDefinition)
          Adds a mapping between sourceAttributeDefinition and destinationAttributeDefinition in to the specMap The newly added mapping must be persisted by calling SpecMap.save() on the containing specMap
 

Methods in com.ibm.pim.spec that return types with arguments of type SpecMapEntry
 java.util.Collection<SpecMapEntry> SpecMap.getEntries()
          Return the mappings between source AttributeDefinitions and destination AttributeDefinitions in the specMap.