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 TypeMethodDescriptionvoid
DiscoveryApiWebscript.setAssistant
(ApiAssistant assistant) -
Uses of ApiAssistant in org.alfresco.rest.api.search
Fields in org.alfresco.rest.api.search declared as ApiAssistantModifier and TypeFieldDescriptionprotected ApiAssistant
SearchApiWebscript.assistant
protected ApiAssistant
SearchSQLApiWebscript.assistant
Methods in org.alfresco.rest.api.search with parameters of type ApiAssistantModifier and TypeMethodDescriptionvoid
SearchApiWebscript.setAssistant
(ApiAssistant assistant) void
SearchSQLApiWebscript.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 void
ResponseWriter.renderException
(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 ApiAssistantMethods in org.alfresco.rest.framework.webscripts with parameters of type ApiAssistant