Package | Description |
---|---|
net.bluemind.cti.wazo.system | |
net.bluemind.system.api | |
net.bluemind.system.service | |
net.bluemind.system.service.internal | |
net.bluemind.videoconferencing.teams |
Modifier and Type | Method and Description |
---|---|
ConnectionTestStatus |
WazoSystem.testConnection(java.lang.String domain,
UserAccount account) |
Modifier and Type | Method and Description |
---|---|
ConnectionTestStatus |
IExternalSystem.testConnection(java.lang.String systemIdentifier,
UserAccount account) |
static ConnectionTestStatus |
ConnectionTestStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionTestStatus[] |
ConnectionTestStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<ConnectionTestStatus> |
IExternalSystemPromise.testConnection(java.lang.String systemIdentifier,
UserAccount account) |
Modifier and Type | Method and Description |
---|---|
void |
IExternalSystemAsync.testConnection(java.lang.String systemIdentifier,
UserAccount account,
AsyncHandler<ConnectionTestStatus> handler) |
Modifier and Type | Method and Description |
---|---|
static ConnectionTestStatus |
ExternalSystemsRegistry.testConnection(java.lang.String domain,
java.lang.String systemIdentifier,
UserAccount account) |
ConnectionTestStatus |
RegisteredExternalSystem.testConnection(java.lang.String domain,
UserAccount account) |
Modifier and Type | Method and Description |
---|---|
ConnectionTestStatus |
ExternalSystemService.testConnection(java.lang.String systemIdentifier,
UserAccount account) |
Modifier and Type | Method and Description |
---|---|
ConnectionTestStatus |
TeamsExternalSystem.testConnection(java.lang.String domain,
UserAccount account) |
Copyright © 2022. All Rights Reserved.