Package lumis.portal.commandpalette
Class CommandPaletteResource
- java.lang.Object
-
- lumis.portal.commandpalette.CommandPaletteResource
-
-
Constructor Summary
Constructors Constructor Description CommandPaletteResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSuggestions(String hint)
Returns the suggestions for the given hint.
-
-
-
Method Detail
-
getSuggestions
@Path("/suggest") @GET @Produces("application/json") public String getSuggestions(@QueryParam("q") String hint) throws PortalException
Returns the suggestions for the given hint.- Parameters:
hint
- the hint.- Returns:
- the suggestions for the given hint.
- Throws:
PortalException
- Since:
- 10.3.0
-
-