Constructor and Description |
---|
AnalyticsServiceInstanceResource() |
Modifier and Type | Method and Description |
---|---|
String |
getCitySuggestion(String hint)
Returns the city options based on the given user hint (if any).
|
String |
getCountrySuggestion(String hint)
Returns the country options based on the given user hint (if any).
|
String |
getObjectsSuggestion(String hint)
Get the action object names of monitor entries by service instance and object prefix.
|
String |
getStateSuggestion(String hint)
Returns the state options based on the given user hint (if any).
|
String |
getURLsSuggestion(String hint)
Get the url of monitor entries by service instance and url prefix
|
@GET @Path(value="/suggest/state") @Produces(value="application/json") public String getStateSuggestion(@QueryParam(value="term") String hint) throws PortalException
hint
- the user hint.PortalException
@GET @Path(value="/suggest/city") @Produces(value="application/json") public String getCitySuggestion(@QueryParam(value="term") String hint) throws PortalException
hint
- the user hint.PortalException
@GET @Path(value="/suggest/country") @Produces(value="application/json") public String getCountrySuggestion(@QueryParam(value="term") String hint) throws PortalException
hint
- the user hint.PortalException
@GET @Path(value="/suggest/URL") @Produces(value="application/json") public String getURLsSuggestion(@QueryParam(value="term") String hint) throws PortalException
analyticsServiceInstanceId
- The analytics service instance identifier to be used during searchhint
- The url Prefix to filter the search withPortalException
@GET @Path(value="/suggest/object") @Produces(value="application/json") public String getObjectsSuggestion(@QueryParam(value="term") String hint) throws PortalException
hint
- The object prefix to filter the search withPortalException
Lumisportal 11.0.0.180924 - Copyright © 2006–2018 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.