|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface represents key mapping for a single remote system. Key mapping is a set of remote keys that maps object in MDM repository (for example, record or attribute value) to equivalent object in remote system
KeyMappingSet,
RecordKeyMapping,
AttributeKeyMapping| Method Summary | |
void |
addKey(String key)
Add key to list of keys |
Object |
clone()
Returns a clone. |
boolean |
containsKey(String key)
Check if the specified key is contained in this key mapping |
String |
getDefaultKey()
Get default key |
String[] |
getKeys()
Get array of all keys |
RemoteSystemId |
getRemoteSystem()
Get ID of Remote System specifying this key mapping |
boolean |
isDefaultKey(String key)
Check if the specified key as default. |
void |
removeAllKeys()
Remove all keys from list |
void |
removeKey(String key)
Remove the specified key from the list of keys |
void |
setDefaultKey(String defaultKey)
Set specified key as default. |
void |
setKeys(String[] keys)
Set a new set of keys |
| Method Detail |
public RemoteSystemId getRemoteSystem()
public String[] getKeys()
public void setKeys(String[] keys)
keys - new keyspublic String getDefaultKey()
public void setDefaultKey(String defaultKey)
throws IllegalArgumentException
defaultKey - default key
IllegalArgumentException - if specified key does not belong to key mappingpublic boolean isDefaultKey(String key)
key - to check
public void addKey(String key)
throws IllegalArgumentException
key - new key to add
IllegalArgumentException - if specified key already exist in key mapping
public void removeKey(String key)
throws IllegalArgumentException
key - key to remove
IllegalArgumentException - if specified key does not belong to key mappingpublic void removeAllKeys()
public boolean containsKey(String key)
key - key for checking
public Object clone()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright 2004-2007 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.
These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies (SAP Group) for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.