Class DefaultSystemService
java.lang.Object
org.bonitasoft.web.client.services.impl.base.AbstractService
org.bonitasoft.web.client.services.impl.DefaultSystemService
- All Implemented Interfaces:
SystemService
-
Field Summary
Fields inherited from class org.bonitasoft.web.client.services.impl.base.AbstractService
apiProvider, COMMUNITY_LICENCE, objectMapper -
Constructor Summary
ConstructorsConstructorDescriptionDefaultSystemService(ClientContext clientContext, ApiProvider apiProvider, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Methods inherited from class org.bonitasoft.web.client.services.impl.base.AbstractService
getLicense, isCommunityMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bonitasoft.web.client.services.SystemService
getLicense, isCommunity
-
Constructor Details
-
DefaultSystemService
public DefaultSystemService(ClientContext clientContext, ApiProvider apiProvider, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
isMaintenanceModeEnabled
public boolean isMaintenanceModeEnabled()- Specified by:
isMaintenanceModeEnabledin interfaceSystemService
-