Class PagePersonalizationResource


  • @Path("/lumis/service/pagepersonalization/rest")
    public class PagePersonalizationResource
    extends java.lang.Object
    Rest API for widget repository
    Since:
    10.4.0
    Version:
    $Revision: 21230 $ $Date: 2018-04-24 19:07:57 -0300 (Tue, 24 Apr 2018) $
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String openSelectWidget​(@NotNull java.lang.String dependentId)
      Get the service instance for the given dependent id.
      • Methods inherited from class java.lang.Object

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

      • PagePersonalizationResource

        public PagePersonalizationResource()
    • Method Detail

      • openSelectWidget

        @GET
        @Path("/selectWidget")
        @Produces("text/html")
        public java.lang.String openSelectWidget​(@QueryParam("dependentId") @NotNull
                                                 @NotNull java.lang.String dependentId)
                                          throws java.lang.Exception
        Get the service instance for the given dependent id.
        Parameters:
        dependentId - the dependency id
        Throws:
        PortalException
        java.lang.Exception
        Since:
        10.4.0