public class MAMIClientImpl extends java.lang.Object implements MAMIClient
Constructor and Description |
---|
MAMIClientImpl(java.lang.String gwUrl) |
MAMIClientImpl(java.lang.String gwUrl,
int timeout) |
MAMIClientImpl(java.lang.String gwUrl,
java.lang.String login,
java.lang.String password) |
MAMIClientImpl(java.lang.String gwUrl,
java.lang.String login,
java.lang.String password,
int timeout) |
Modifier and Type | Method and Description |
---|---|
ApplyConfigurationResponse |
applyConfiguration()
Apply the pending configuration of the CloudView instance
|
java.lang.String |
encrypt(java.lang.String password)
Method to encrypt a password
|
int |
getAppliedProductVersion()
Get the currently applied version of the CloudView config
|
com.exalead.cloudview.mami.client.tasks.CommonTasks |
getCommonTasks() |
com.exalead.cloudview.mami.client.tasks.CryptoTasks |
getCryptoTasks() |
com.exalead.cloudview.mami.client.config.CVConfigHelper |
getCVConfigHelper() |
com.exalead.cloudview.mami.client.tasks.IndexingTasks |
getIndexingTasks() |
MAMIManagers |
getMAMIManagers() |
MAMIManagers |
getManagers() |
public MAMIClientImpl(java.lang.String gwUrl)
public MAMIClientImpl(java.lang.String gwUrl, int timeout)
public MAMIClientImpl(java.lang.String gwUrl, java.lang.String login, java.lang.String password)
public MAMIClientImpl(java.lang.String gwUrl, java.lang.String login, java.lang.String password, int timeout)
public MAMIManagers getMAMIManagers()
getMAMIManagers
in interface MAMIClient
public MAMIManagers getManagers()
getManagers
in interface MAMIClient
public com.exalead.cloudview.mami.client.config.CVConfigHelper getCVConfigHelper()
getCVConfigHelper
in interface MAMIClient
public com.exalead.cloudview.mami.client.tasks.IndexingTasks getIndexingTasks()
getIndexingTasks
in interface MAMIClient
public com.exalead.cloudview.mami.client.tasks.CommonTasks getCommonTasks()
getCommonTasks
in interface MAMIClient
public com.exalead.cloudview.mami.client.tasks.CryptoTasks getCryptoTasks()
public java.lang.String encrypt(java.lang.String password)
MAMIClient
encrypt
in interface MAMIClient
public ApplyConfigurationResponse applyConfiguration()
applyConfiguration
in interface MAMIClient
public int getAppliedProductVersion()
getAppliedProductVersion
in interface MAMIClient
Copyright © 2021 Dassault Systèmes, All Rights Reserved.