@Path(value="{entityContext:ctlg(-(o|g|p|d))?}")
public class CatalogueResolver
extends Object
| Constructor and Description |
|---|
CatalogueResolver() |
| Modifier and Type | Method and Description |
|---|---|
protected static ItemCatalogueURLs |
getItemCatalogueURLs(javax.servlet.http.HttpServletRequest req,
String scopeName,
String entityContext,
String entityName)
Gets the item catalogue UR ls.
|
javax.ws.rs.core.Response |
postCatalogue(javax.servlet.http.HttpServletRequest req,
CatalogueRequest jsonRequest)
Post catalogue.
|
javax.ws.rs.core.Response |
resolveCatalogue(javax.servlet.http.HttpServletRequest req,
String entityName,
String vreName,
String entityContext)
Resolve catalogue.
|
@GET
@Path(value="/{vreName}/{entityName}")
public javax.ws.rs.core.Response resolveCatalogue(@Context
javax.servlet.http.HttpServletRequest req,
@PathParam(value="entityName")
String entityName,
@PathParam(value="vreName")
String vreName,
@PathParam(value="entityContext")
String entityContext)
throws javax.ws.rs.WebApplicationException
req - the reqentityName - the entity namevreName - the vre nameentityContext - the entity contextjavax.ws.rs.WebApplicationException@POST
@Path(value="")
@Consumes(value="application/json")
@Produces(value="text/plain")
public javax.ws.rs.core.Response postCatalogue(@Context
javax.servlet.http.HttpServletRequest req,
CatalogueRequest jsonRequest)
throws javax.ws.rs.WebApplicationException
req - the reqjsonRequest - the json requestjavax.ws.rs.WebApplicationExceptionprotected static ItemCatalogueURLs getItemCatalogueURLs(javax.servlet.http.HttpServletRequest req, String scopeName, String entityContext, String entityName) throws Exception
req - the reqscopeName - the scope nameentityContext - the entity contextentityName - the entity nameException - the exceptionCopyright © 2021. All Rights Reserved.