|
|
|
|
|
| _get_mapping_oid(self,
sourceUID,
dataLUID,
sinkUID) |
source code
|
|
|
|
| _open_db_and_check_structure(self,
filename) |
source code
|
|
|
|
_open_db(self,
f)
Opens the mapping DB at the location @ filename |
source code
|
|
|
|
get_mapping(self,
sourceUID,
dataLUID,
sinkUID)
pass |
source code
|
|
|
|
get_mappings_for_dataproviders(self,
sourceUID,
sinkUID)
Gets all the data mappings for the dataprovider pair sourceUID
--> sinkUID |
source code
|
|
|
|
save_mapping(self,
mapping)
Saves a mapping between the dataproviders |
source code
|
|
|
|
get_matching_UID(self,
sourceUID,
dataLUID,
sinkUID)
For a given source and sink pair and a dataLUID from the pair find
the other matching dataLUID. |
source code
|
|
|
|
delete_mapping(self,
mapping)
Deletes mapping between the dataproviders sourceUID and sinkUID
that involve dataLUID |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|