Uses of Enum Class
net.bluemind.system.api.ConnectionTestStatus
-
Uses of ConnectionTestStatus in net.bluemind.system.api
Modifier and TypeMethodDescriptionIExternalSystem.testConnection
(String systemIdentifier, UserAccount account) static ConnectionTestStatus
Returns the enum constant of this class with the specified name.static ConnectionTestStatus[]
ConnectionTestStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionIExternalSystemPromise.testConnection
(String systemIdentifier, UserAccount account) Modifier and TypeMethodDescriptionvoid
IExternalSystemAsync.testConnection
(String systemIdentifier, UserAccount account, AsyncHandler<ConnectionTestStatus> handler)