Package net.bluemind.system.api
Interface IInstallationAsync
public interface IInstallationAsync
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clone
(CloneConfiguration sourceParams, AsyncHandler<TaskRef> handler) void
deleteLogo
(AsyncHandler<Void> handler) void
demoteLeader
(AsyncHandler<Void> handler) void
getHostReport
(AsyncHandler<String> handler) void
getInfos
(AsyncHandler<PublicInfos> handler) void
getLogo
(AsyncHandler<CustomLogo> handler) void
getSubscriptionContacts
(AsyncHandler<List<String>> handler) void
void
void
getSystemState
(AsyncHandler<SystemState> handler) void
getVersion
(AsyncHandler<InstallationVersion> handler) void
initialize
(AsyncHandler<TaskRef> handler) void
isValidProductionSubscription
(AsyncHandler<Boolean> handler) void
maintenanceMode
(AsyncHandler<Void> handler) void
markSchemaAsUpgraded
(AsyncHandler<Void> handler) void
ping
(String ip, AsyncHandler<Void> handler) void
postinst
(AsyncHandler<TaskRef> handler) void
promoteLeader
(AsyncHandler<Void> handler) void
removeSubscription
(AsyncHandler<Void> handler) void
resetIndex
(String index, AsyncHandler<TaskRef> handler) void
resetIndexes
(AsyncHandler<TaskRef> handler) void
runningMode
(AsyncHandler<Void> handler) void
sendHostReport
(AsyncHandler<String> handler) void
setLogo
(byte[] logo, AsyncHandler<Void> handler) void
setSubscriptionContacts
(List<String> emails, AsyncHandler<Void> handler) void
updateSubscription
(String licence, AsyncHandler<Void> handler) void
updateSubscriptionVersion
(String version, AsyncHandler<Void> handler) void
updateSubscriptionWithArchive
(Stream archive, AsyncHandler<Void> handler) void
upgrade
(AsyncHandler<TaskRef> handler) void
upgradeStatus
(AsyncHandler<UpgradeStatus> handler)
-
Method Details
-
clone
-
deleteLogo
-
demoteLeader
-
getHostReport
-
getInfos
-
getLogo
-
getSubscriptionContacts
-
getSubscriptionInformations
-
getSubscriptionKind
-
getSystemState
-
getVersion
-
initialize
-
isValidProductionSubscription
-
maintenanceMode
-
markSchemaAsUpgraded
-
ping
-
postinst
-
promoteLeader
-
removeSubscription
-
resetIndex
-
resetIndexes
-
runningMode
-
sendHostReport
-
setLogo
-
setSubscriptionContacts
-
updateSubscription
-
updateSubscriptionVersion
-
updateSubscriptionWithArchive
-
upgrade
-
upgradeStatus
-