|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use RemoteSystemId | |
| com.sap.mdm.data | Provides classes for basic data container |
| com.sap.mdm.data.commands | Provides commands for managing repository content such as searching records, creating attributes, modifying relationships, etc. |
| com.sap.mdm.dataimport.commands | |
| com.sap.mdm.ids | Provides interfaces and classes for identifying MDM objects |
| com.sap.mdm.repository | Provides supporting interfaces and classes for repository commands |
| com.sap.mdm.repository.commands | Provides commands for operating on a repository |
| com.sap.mdm.schema | Provides supporting interfaces and classes for the schema commands. |
| com.sap.mdm.search | Provides interfaces and classes for setting up a search criteria. |
| Uses of RemoteSystemId in com.sap.mdm.data |
| Methods in com.sap.mdm.data that return RemoteSystemId | |
RemoteSystemId[] |
KeyMappingSet.getRemoteSystems()
Get IDs for all remote systems included in this set |
RemoteSystemId |
KeyMapping.getRemoteSystem()
Get ID of Remote System specifying this key mapping |
| Methods in com.sap.mdm.data with parameters of type RemoteSystemId | |
KeyMapping |
KeyMappingSet.getKeyMapping(RemoteSystemId remoteSystem)
Get key mapping for the specified remote system |
boolean |
KeyMappingSet.containsKeyMapping(RemoteSystemId remoteSystem)
Check if this set contains key mapping for the specified remote system |
KeyMapping |
KeyMappingSet.removeKeyMapping(RemoteSystemId remoteSystem)
Remove the specified key mapping |
void |
KeyMappingSet.addKey(RemoteSystemId remoteSystem,
String key)
Add key to the key mapping with the specified remote system. |
void |
KeyMappingSet.removeKey(RemoteSystemId remoteSystem,
String key)
Remove key from the key mapping with the specified remote system |
void |
KeyMappingSet.setDefaultKey(RemoteSystemId remoteSystem,
String defaultKey)
Set key as default in the key mapping with the specified remote system |
boolean |
KeyMappingSet.containsKey(RemoteSystemId remoteSystem,
String key)
Check if the specified key is contained in the key mapping with the specified remote system |
static KeyMapping |
KeyMappingFactory.createKeyMapping(RemoteSystemId remoteSystemId)
Creates a new empty key mapping for the specified remote system |
static KeyMapping |
KeyMappingFactory.createKeyMapping(RemoteSystemId remoteSystemId,
String[] keys)
Creates a new key mapping for the specified remote system filled with set of keys |
static KeyMapping |
KeyMappingFactory.createKeyMapping(RemoteSystemId remoteSystemId,
String[] keys,
String defaultKey)
Creates a new key mapping for the specified remote system filled with set of keys and with specified default key |
| Uses of RemoteSystemId in com.sap.mdm.data.commands |
| Methods in com.sap.mdm.data.commands that return RemoteSystemId | |
RemoteSystemId |
SyndicateRecordsToFilesCommand.getRemoteSystemId()
|
RemoteSystemId |
SyndicatePortCommand.getRemoteSystemId()
Returns the remote system Id. |
RemoteSystemId |
ImportFilesCommand.getRemoteSystemId()
|
RemoteSystemId |
CancelSyndicationCommand.getRemoteSystemId()
Returns the remote system Id. |
RemoteSystemId |
AddSyndicationRecordIdsCommand.getRemoteSystemId()
Returns the remote system Id. |
| Methods in com.sap.mdm.data.commands with parameters of type RemoteSystemId | |
void |
SyndicateRecordsToFilesCommand.setRemoteSystemId(RemoteSystemId remoteSystemId)
|
void |
SyndicatePortCommand.setRemoteSystemId(RemoteSystemId remoteSystemId)
Sets the remote system Id (required). |
void |
ImportFilesCommand.setRemoteSystemId(RemoteSystemId remoteSystemId)
|
void |
CancelSyndicationCommand.setRemoteSystemId(RemoteSystemId remoteSystemId)
Sets the remote system Id (required). |
void |
AddSyndicationRecordIdsCommand.setRemoteSystemId(RemoteSystemId remoteSystemId)
Sets the remote system Id (required). |
| Uses of RemoteSystemId in com.sap.mdm.dataimport.commands |
| Methods in com.sap.mdm.dataimport.commands that return RemoteSystemId | |
RemoteSystemId |
ImportRecordsCommand.getRemoteSystemId()
Returns the remote system ID |
| Methods in com.sap.mdm.dataimport.commands with parameters of type RemoteSystemId | |
void |
ImportRecordsCommand.setRemoteSystemId(RemoteSystemId remoteSystemId)
Sets the remote system ... |
| Uses of RemoteSystemId in com.sap.mdm.ids |
| Constructors in com.sap.mdm.ids with parameters of type RemoteSystemId | |
RemoteSystemId(RemoteSystemId that)
Copy constructor |
|
| Uses of RemoteSystemId in com.sap.mdm.repository |
| Methods in com.sap.mdm.repository that return RemoteSystemId | |
RemoteSystemId |
PortProperties.getRemoteSystemId()
Returns the remote system Id. |
RemoteSystemId |
PortMapProperties.getRemoteSystem()
Returns the remote system. |
| Methods in com.sap.mdm.repository with parameters of type RemoteSystemId | |
void |
PortProperties.setRemoteSystemId(RemoteSystemId remoteSystemId)
|
void |
PortMapProperties.setRemoteSystem(RemoteSystemId remoteSystem)
Sets the remote system. |
| Constructors in com.sap.mdm.repository with parameters of type RemoteSystemId | |
PortProperties(PortId portId,
RemoteSystemId remoteSystemId,
MultilingualString name,
String code,
int type)
Constructor with the specified parameters. |
|
PortProperties(PortId portId,
RemoteSystemId remoteSystemId,
MultilingualString name,
String code,
int type,
boolean isBlockOnStructuralException)
Constructor with the specified parameters. |
|
PortProperties(PortId portId,
RemoteSystemId remoteSystemId,
MultilingualString name,
String code,
int type,
boolean isBlockOnStructuralException,
boolean isActive)
Constructor with the specified parameters. |
|
| Uses of RemoteSystemId in com.sap.mdm.repository.commands |
| Methods in com.sap.mdm.repository.commands that return RemoteSystemId | |
RemoteSystemId |
SubmitPortDataFilesCommand.getRemoteSystemId()
Returns the remote system Id. |
RemoteSystemId |
RetrievePortFileStatusCommand.getRemoteSystemId()
|
RemoteSystemId |
RetrievePortDirectoryFileContentCommand.getRemoteSystemId()
|
RemoteSystemId |
GetPortDataFilesCommand.getRemoteSystemId()
Returns the remote system Id. |
RemoteSystemId |
DeleteRemoteSystemCommand.getRemoteSystemId()
Returns the remote system to delete. |
| Methods in com.sap.mdm.repository.commands with parameters of type RemoteSystemId | |
void |
SubmitPortDataFilesCommand.setRemoteSystemId(RemoteSystemId remoteSystemId)
Sets the remote system Id (required). |
void |
RetrievePortFileStatusCommand.setRemoteSystemId(RemoteSystemId remoteSystem)
|
void |
RetrievePortDirectoryFileContentCommand.setRemoteSystemId(RemoteSystemId remoteSystemId)
|
void |
GetPortDataFilesCommand.setRemoteSystemId(RemoteSystemId remoteSystemId)
Sets the remote system Id (required). |
void |
DeleteRemoteSystemCommand.setRemoteSystemId(RemoteSystemId remoteSystemId)
Specifies the remote system to delete (required). |
| Uses of RemoteSystemId in com.sap.mdm.schema |
| Methods in com.sap.mdm.schema that return RemoteSystemId | |
RemoteSystemId |
RepositorySchema.getRemoteSystemId(String remoteSystemCode)
Converts the remote system code to remote system ID |
RemoteSystemId |
RemoteSystemProperties.getId()
|
| Methods in com.sap.mdm.schema with parameters of type RemoteSystemId | |
RemoteSystemProperties |
RepositorySchema.getRemoteSystem(RemoteSystemId remoteSystemId)
Returns the remote system properties for the specified remote system |
String |
RepositorySchema.getRemoteSystemCode(RemoteSystemId remoteSystemId)
Converts the remote system ID to remote system code |
void |
RemoteSystemProperties.setId(RemoteSystemId id)
|
| Uses of RemoteSystemId in com.sap.mdm.search |
| Methods in com.sap.mdm.search that return RemoteSystemId | |
RemoteSystemId |
RemoteSystemSearchConstraint.getRemoteSystem()
|
| Constructors in com.sap.mdm.search with parameters of type RemoteSystemId | |
RemoteSystemSearchConstraint(RemoteSystemId remoteSystem,
int comparisonOperator)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
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.