Class CommandPaletteResource


  • @Path("/lum-internal/admin/commandpalette")
    public class CommandPaletteResource
    extends java.lang.Object
    Command palette resource.
    Since:
    10.3.0
    Version:
    $Revision: 26587 $ $Date: 2024-08-26 21:09:17 -0300 (Mon, 26 Aug 2024) $
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getSuggestions​(java.lang.String hint)
      Returns the suggestions for the given hint.
      java.lang.String searchContents​(@NotEmpty java.lang.String autoAdminChannelId, @NotEmpty java.lang.String userQuery)
      Returns contents for a command palette search in content administration mode.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait