Class UpgradeCheckResource


  • @Path("/lumis/upgrade/rest")
    public class UpgradeCheckResource
    extends java.lang.Object
    Upgrade check rest resource.
    Since:
    9.0.0
    Version:
    $Revision: 19135 $ $Date: 2016-06-02 18:12:21 -0300 (Thu, 02 Jun 2016) $
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Response goToUpgradePage()
      Redirects user to the portal upgrade interface (in portal settings mode).
      • Methods inherited from class java.lang.Object

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

      • UpgradeCheckResource

        public UpgradeCheckResource()
    • Method Detail

      • goToUpgradePage

        @Path("/goToUpgradePage")
        @GET
        public Response goToUpgradePage()
        Redirects user to the portal upgrade interface (in portal settings mode).
        Returns:
        the response.
        Since:
        9.0.0