Constructor and Description |
---|
CommandPaletteServiceResource() |
Modifier and Type | Method and Description |
---|---|
Response |
doReindexCommandPalette()
Schedule a reindex.
|
Response |
getProcessInfo(String processId)
Returns information about a given process.
|
@GET @Path(value="/reindex") @Produces(value="application/json") public Response doReindexCommandPalette() throws PortalException
PortalException
@GET @Path(value="/process/{processId: [A-F0-9]{32}}") @Produces(value="application/json") public Response getProcessInfo(@PathParam(value="processId") String processId) throws PortalException
processId
- the process identifier.PortalException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.