Class SystemInfoResource
- java.lang.Object
-
- lumis.service.portalmanagement.systeminfo.SystemInfoResource
-
@Path("/lumis/service/portalmanagement/systeminfo") public class SystemInfoResource extends java.lang.Object
System info resource.- Since:
- 12.1.0
- Version:
- $Revision$ $Date$
-
-
Constructor Summary
Constructors Constructor Description SystemInfoResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
downloadSystemInfoZip()
Returns the system information zip.
-
-
-
Method Detail
-
downloadSystemInfoZip
@GET @Path("/downloadInfoZip") @Produces("application/octet-stream") public javax.ws.rs.core.Response downloadSystemInfoZip() throws PortalException
Returns the system information zip.- Returns:
- the system information zip.
- Throws:
PortalException
- Since:
- 12.1.0
-
-