Class SystemInfoResource


  • @Path("/lumis/service/portalmanagement/systeminfo")
    public class SystemInfoResource
    extends java.lang.Object
    System info resource.
    Since:
    12.1.0
    Version:
    $Revision$ $Date$
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.ws.rs.core.Response downloadSystemInfoZip()
      Returns the system information zip.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SystemInfoResource

        public SystemInfoResource()
    • 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