|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IImportMapping
| Nested Class Summary | |
|---|---|
static class |
IImportMapping.CdmKey<CLASS extends IdentifiableEntity>
|
static class |
IImportMapping.MappingType
|
| Method Summary | |
|---|---|
boolean |
exists(String namespace,
String sourceKey,
Class<?> destinationClass)
Checks if a mapping exists for a given namespaced identifier. |
void |
finish()
|
Set<IImportMapping.CdmKey> |
get(String namespace,
String sourceKey)
Retrieve the CdmKey set for the given namespaced identifier. |
InMemoryMapping |
getPartialMapping(Map<String,Set<String>> namespacedSourceKeys)
Returns the mapping for only those obejcts addressed by the namespacedSourceKeys parameter |
void |
putMapping(String namespace,
Integer sourceKey,
IdentifiableEntity destinationObject)
Put the destination object with for the given namespaced identifier into the mapping. |
void |
putMapping(String namespace,
String sourceKey,
IdentifiableEntity destinationObject)
Put the destination object with for the given namespaced identifier into the mapping. |
| Method Detail |
|---|
void putMapping(String namespace,
String sourceKey,
IdentifiableEntity destinationObject)
namespace - sourceKey - destinationObject -
void putMapping(String namespace,
Integer sourceKey,
IdentifiableEntity destinationObject)
namespace - sourceKey - destinationObject - putMapping(String, String, IdentifiableEntity)
Set<IImportMapping.CdmKey> get(String namespace,
String sourceKey)
namespace - sourceKey -
boolean exists(String namespace,
String sourceKey,
Class<?> destinationClass)
null the mapping is limited to
result objects of the given class or a subclass of the given class.
namespace - sourceKey - destinationClass -
InMemoryMapping getPartialMapping(Map<String,Set<String>> namespacedSourceKeys)
namespacedKeys -
void finish()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||