Class DefaultSystemService
- java.lang.Object
-
- org.bonitasoft.web.client.services.impl.base.AbstractService
-
- org.bonitasoft.web.client.services.impl.DefaultSystemService
-
- All Implemented Interfaces:
SystemService
public class DefaultSystemService extends AbstractService implements SystemService
-
-
Field Summary
-
Fields inherited from class org.bonitasoft.web.client.services.impl.base.AbstractService
apiProvider, COMMUNITY_LICENCE, objectMapper
-
-
Constructor Summary
Constructors Constructor Description DefaultSystemService(ClientContext clientContext, ApiProvider apiProvider, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisTenantPaused()-
Methods inherited from class org.bonitasoft.web.client.services.impl.base.AbstractService
getLicense, isCommunity
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bonitasoft.web.client.services.SystemService
getLicense, isCommunity
-
-
-
-
Constructor Detail
-
DefaultSystemService
public DefaultSystemService(ClientContext clientContext, ApiProvider apiProvider, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Detail
-
isTenantPaused
public boolean isTenantPaused()
- Specified by:
isTenantPausedin interfaceSystemService
-
-