Uses of Class
org.alfresco.rest.framework.tools.ApiAssistant
Packages that use ApiAssistant
Package
Description
-
Uses of ApiAssistant in org.alfresco.rest.api
Constructors in org.alfresco.rest.api with parameters of type ApiAssistantModifierConstructorDescriptionPublicApiTenantWebScriptServletRuntime(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 ApiAssistantModifier and TypeMethodDescriptionvoidDiscoveryApiWebscript.setAssistant(ApiAssistant assistant) -
Uses of ApiAssistant in org.alfresco.rest.api.search
Fields in org.alfresco.rest.api.search declared as ApiAssistantModifier and TypeFieldDescriptionprotected ApiAssistantSearchApiWebscript.assistantprotected ApiAssistantSearchSQLApiWebscript.assistantMethods in org.alfresco.rest.api.search with parameters of type ApiAssistantModifier and TypeMethodDescriptionvoidSearchApiWebscript.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 ApiAssistantModifier and TypeMethodDescriptiondefault voidResponseWriter.renderException(Exception exception, org.springframework.extensions.webscripts.WebScriptResponse response, ApiAssistant assistant) Renders an exception to the output stream as Json.default voidResponseWriter.renderException(Exception exception, org.springframework.extensions.webscripts.WebScriptResponse response, org.springframework.extensions.webscripts.WebScriptRequest request, 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 ApiAssistantMethods in org.alfresco.rest.framework.webscripts with parameters of type ApiAssistant