Package org.bonitasoft.engine.api.impl
Class MaintenanceAPIImpl
java.lang.Object
org.bonitasoft.engine.api.impl.MaintenanceAPIImpl
- All Implemented Interfaces:
org.bonitasoft.engine.api.MaintenanceAPI
This API gives access to maintenance administration tasks.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidorg.bonitasoft.engine.maintenance.MaintenanceDetailsprotected SPlatformUpdateBuilderprotected ServiceAccessorvoidupdateMaintenanceMessage(String message)
-
Constructor Details
-
MaintenanceAPIImpl
public MaintenanceAPIImpl()
-
-
Method Details
-
getServiceAccessor
-
getMaintenanceDetails
public org.bonitasoft.engine.maintenance.MaintenanceDetails getMaintenanceDetails() throws org.bonitasoft.engine.platform.PlatformNotFoundException- Specified by:
getMaintenanceDetailsin interfaceorg.bonitasoft.engine.api.MaintenanceAPI- Throws:
org.bonitasoft.engine.platform.PlatformNotFoundException
-
enableMaintenanceMode
public void enableMaintenanceMode() throws org.bonitasoft.engine.exception.UpdateException- Specified by:
enableMaintenanceModein interfaceorg.bonitasoft.engine.api.MaintenanceAPI- Throws:
org.bonitasoft.engine.exception.UpdateException
-
disableMaintenanceMode
public void disableMaintenanceMode() throws org.bonitasoft.engine.exception.UpdateException- Specified by:
disableMaintenanceModein interfaceorg.bonitasoft.engine.api.MaintenanceAPI- Throws:
org.bonitasoft.engine.exception.UpdateException
-
updateMaintenanceMessage
public void updateMaintenanceMessage(String message) throws org.bonitasoft.engine.exception.UpdateException - Specified by:
updateMaintenanceMessagein interfaceorg.bonitasoft.engine.api.MaintenanceAPI- Throws:
org.bonitasoft.engine.exception.UpdateException
-
enableMaintenanceMessage
public void enableMaintenanceMessage() throws org.bonitasoft.engine.exception.UpdateException- Specified by:
enableMaintenanceMessagein interfaceorg.bonitasoft.engine.api.MaintenanceAPI- Throws:
org.bonitasoft.engine.exception.UpdateException
-
disableMaintenanceMessage
public void disableMaintenanceMessage() throws org.bonitasoft.engine.exception.UpdateException- Specified by:
disableMaintenanceMessagein interfaceorg.bonitasoft.engine.api.MaintenanceAPI- Throws:
org.bonitasoft.engine.exception.UpdateException
-
getPlatformUpdateBuilder
-