Constructor and Description |
---|
CategorizationResource() |
Modifier and Type | Method and Description |
---|---|
Response |
getCategorizationDetail(String itemId,
String pageId)
Redirects the request to the nearest page that contains the categorization details service interface with the
given item identifier.
|
@Path(value="/detail") @GET @Produces(value="text/html") public Response getCategorizationDetail(@QueryParam(value="itemId") @NotNull String itemId, @QueryParam(value="sourcePageId") @NotNull String pageId)
Uses the given page identifier parameter as the source page, to calculate the nearest categorization details page.
The item identifier
parameter represents the content to be shown in the categorization details service interface
The query parameter is added to the target URL after the base URL is processed (thus, it will not be
added to the WebResource calculation).
The response will be one of:
Temporary redirect
: if the categorization details page could be found and correctly calculated.
Not found
: if the categorization details page could not be found.
Internal server error
: if some error occur during calculation.
pageId
- the source page identifier.itemId
- the item identifier
.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.