Interface SystemService
-
- All Known Implementing Classes:
DefaultSystemService
public interface SystemService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LicensegetLicense()booleanisCommunity()booleanisTenantPaused()
-
-
-
Method Detail
-
isTenantPaused
boolean isTenantPaused()
-
getLicense
License getLicense()
-
isCommunity
boolean isCommunity()
-
-