Class CommandPaletteServiceResource


  • @Path("/lumis/service/portalmanagement/commandpalette")
    public class CommandPaletteServiceResource
    extends java.lang.Object
    Command palette reindex-related operations.
    Since:
    10.3.0
    Version:
    $Revision: 20808 $ $Date: 2017-11-30 17:13:55 -0200 (Thu, 30 Nov 2017) $
    • Constructor Detail

      • CommandPaletteServiceResource

        public CommandPaletteServiceResource()
    • Method Detail

      • getProcessInfo

        @GET
        @Path("/process/{processId: [A-F0-9]{32}}")
        @Produces("application/json")
        public Response getProcessInfo​(@PathParam("processId")
                                       java.lang.String processId)
                                throws PortalException
        Returns information about a given process.
        Parameters:
        processId - the process identifier.
        Returns:
        the status of the process.
        Throws:
        PortalException
        Since:
        10.3.0