Uses of Class
net.bluemind.system.api.ExternalSystem
-
Uses of ExternalSystem in net.bluemind.system.api
Modifier and TypeMethodDescriptionIExternalSystemPromise.getExternalSystem
(String systemIdentifier) IExternalSystem.getExternalSystems()
IExternalSystemPromise.getExternalSystems()
IExternalSystem.getExternalSystemsByAuthKind
(Set<ExternalSystem.AuthKind> authKinds) IExternalSystemPromise.getExternalSystemsByAuthKind
(Set<ExternalSystem.AuthKind> authKinds) Modifier and TypeMethodDescriptionvoid
IExternalSystemAsync.getExternalSystem
(String systemIdentifier, AsyncHandler<ExternalSystem> handler) void
IExternalSystemAsync.getExternalSystems
(AsyncHandler<List<ExternalSystem>> handler) void
IExternalSystemAsync.getExternalSystemsByAuthKind
(Set<ExternalSystem.AuthKind> authKinds, AsyncHandler<List<ExternalSystem>> handler)