public class PlatformInformationRESTService extends Object implements org.exoplatform.services.rest.resource.ResourceContainer
| Modifier and Type | Class and Description |
|---|---|
static class |
PlatformInformationRESTService.JsonPlatformInfo |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMMUNITY_EDITION |
static String |
ENTERPRISE_EDITION |
| Constructor and Description |
|---|
PlatformInformationRESTService(ProductInformations productInformations,
org.exoplatform.portal.config.UserACL userACL) |
| Modifier and Type | Method and Description |
|---|---|
PlatformInformationRESTService.JsonPlatformInfo |
getJsonPlatformInfo() |
String |
getPlatformEdition() |
javax.ws.rs.core.Response |
getPlatformInformation(javax.ws.rs.core.SecurityContext sc)
This method return a JSON Object with the platform required informations.
|
public static final String COMMUNITY_EDITION
public static final String ENTERPRISE_EDITION
public PlatformInformationRESTService(ProductInformations productInformations, org.exoplatform.portal.config.UserACL userACL)
public javax.ws.rs.core.Response getPlatformInformation(@Context
javax.ws.rs.core.SecurityContext sc)
sc - securty context of REST Service xecutionpublic PlatformInformationRESTService.JsonPlatformInfo getJsonPlatformInfo()
public String getPlatformEdition()
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.