Uses of Enum Class
net.bluemind.system.api.ConnectionTestStatus
Packages that use ConnectionTestStatus
-
Uses of ConnectionTestStatus in net.bluemind.system.api
Methods in net.bluemind.system.api that return ConnectionTestStatusModifier 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.Methods in net.bluemind.system.api that return types with arguments of type ConnectionTestStatusModifier and TypeMethodDescriptionIExternalSystemPromise.testConnection
(String systemIdentifier, UserAccount account) Method parameters in net.bluemind.system.api with type arguments of type ConnectionTestStatusModifier and TypeMethodDescriptionvoid
IExternalSystemAsync.testConnection
(String systemIdentifier, UserAccount account, AsyncHandler<ConnectionTestStatus> handler)