Class AbstractService
- java.lang.Object
-
- org.bonitasoft.web.client.services.impl.base.AbstractService
-
- Direct Known Subclasses:
DefaultApplicationService,DefaultBdmService,DefaultProcessService,DefaultSystemService,DefaultUserService
public abstract class AbstractService extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ApiProviderapiProviderstatic LicenseCOMMUNITY_LICENCEprotected com.fasterxml.jackson.databind.ObjectMapperobjectMapper
-
Constructor Summary
Constructors Constructor Description AbstractService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LicensegetLicense()booleanisCommunity()
-
-
-
Field Detail
-
COMMUNITY_LICENCE
public static final License COMMUNITY_LICENCE
-
apiProvider
protected final ApiProvider apiProvider
-
objectMapper
protected final com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
Method Detail
-
getLicense
public License getLicense()
-
isCommunity
public boolean isCommunity()
-
-