Uses of Class
org.alfresco.rest.framework.tools.ApiAssistant
-
Packages that use ApiAssistant Package Description org.alfresco.rest.api org.alfresco.rest.api.discovery org.alfresco.rest.api.search org.alfresco.rest.framework.tools org.alfresco.rest.framework.webscripts -
-
Uses of ApiAssistant in org.alfresco.rest.api
Constructors in org.alfresco.rest.api with parameters of type ApiAssistant Constructor Description PublicApiTenantWebScriptServletRuntime(org.springframework.extensions.webscripts.RuntimeContainer container, org.springframework.extensions.webscripts.servlet.ServletAuthenticatorFactory authFactory, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, org.springframework.extensions.config.ServerProperties serverProperties, ApiAssistant apiAssistant) -
Uses of ApiAssistant in org.alfresco.rest.api.discovery
Methods in org.alfresco.rest.api.discovery with parameters of type ApiAssistant Modifier and Type Method Description voidDiscoveryApiWebscript. setAssistant(ApiAssistant assistant) -
Uses of ApiAssistant in org.alfresco.rest.api.search
Fields in org.alfresco.rest.api.search declared as ApiAssistant Modifier and Type Field Description protected ApiAssistantSearchApiWebscript. assistantprotected ApiAssistantSearchSQLApiWebscript. assistantMethods in org.alfresco.rest.api.search with parameters of type ApiAssistant Modifier and Type Method Description voidSearchApiWebscript. setAssistant(ApiAssistant assistant)voidSearchSQLApiWebscript. setAssistant(ApiAssistant assistant) -
Uses of ApiAssistant in org.alfresco.rest.framework.tools
Methods in org.alfresco.rest.framework.tools with parameters of type ApiAssistant Modifier and Type Method Description default voidResponseWriter. renderException(java.lang.Exception exception, org.springframework.extensions.webscripts.WebScriptResponse response, ApiAssistant assistant)Renders an exception to the output stream as Json. -
Uses of ApiAssistant in org.alfresco.rest.framework.webscripts
Fields in org.alfresco.rest.framework.webscripts declared as ApiAssistant Modifier and Type Field Description protected ApiAssistantApiWebScript. assistantMethods in org.alfresco.rest.framework.webscripts with parameters of type ApiAssistant Modifier and Type Method Description voidApiWebScript. setAssistant(ApiAssistant assistant)
-