Package | Description |
---|---|
com.semarchy.mdm.client |
Provides the classes to connect to a Semarchy For MDM instance and to use the services provided by the instance.
|
Modifier and Type | Method and Description |
---|---|
static IMDMConnection |
MDMConnectionFactory.connect(ICacheResolver pCacheResolver,
ConnectionConfig pConfig,
IMDMCredential pCredentials)
Similar to
MDMConnectionFactory.connect(String, IMDMCredential) except that the
ICacheResolver parameter allows to control the scope of client
side caching. |
static IMDMConnection |
MDMConnectionFactory.connect(String pSemarchyBaseURL,
IMDMCredential pCredentials)
Similar to
MDMConnectionFactory.connect(String, String, String) except that the
client will be authenticated with the provided IMDMCredential . |
static IMDMConnection |
MDMConnectionFactory.connect(String pConvergenceForMDMBaseURL,
String pUsername,
String pPassword)
Creates a connection to a Convergence for MDM instance.
|
Copyright © 2016. All Rights Reserved.