Uses of Class
org.neotropic.kuwaiba.northbound.rest.todeserialize.TransientScriptedQueryParameter
- 
Packages that use TransientScriptedQueryParameter Package Description org.neotropic.kuwaiba.northbound.rest org.neotropic.kuwaiba.northbound.rest.aem  - 
- 
Uses of TransientScriptedQueryParameter in org.neotropic.kuwaiba.northbound.rest
Methods in org.neotropic.kuwaiba.northbound.rest with parameters of type TransientScriptedQueryParameter Modifier and Type Method Description static ScriptedQueryParameterRestUtil. transientScriptedQueryParameterToScriptedQueryParameter(TransientScriptedQueryParameter parameter)Helper class to parse from a TransientScriptedQueryParameter into a ScriptedQueryParameter. - 
Uses of TransientScriptedQueryParameter in org.neotropic.kuwaiba.northbound.rest.aem
Method parameters in org.neotropic.kuwaiba.northbound.rest.aem with type arguments of type TransientScriptedQueryParameter Modifier and Type Method Description ScriptedQueryResultQueriesRestController. executeScriptedQuery(String id, List<TransientScriptedQueryParameter> parameters, String sessionId)Executes the scripted query.ScriptedQueryResultQueriesRestOpenApi. executeScriptedQuery(@NotNull @Valid String id, @Valid List<TransientScriptedQueryParameter> parameters, @NotNull @Valid String sessionId) 
 -