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 void
DiscoveryApiWebscript. 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 ApiAssistant
SearchApiWebscript. assistant
protected ApiAssistant
SearchSQLApiWebscript. assistant
Methods in org.alfresco.rest.api.search with parameters of type ApiAssistant Modifier and Type Method Description void
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 ApiAssistant Modifier and Type Method Description default void
ResponseWriter. 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 ApiAssistant
ApiWebScript. assistant
Methods in org.alfresco.rest.framework.webscripts with parameters of type ApiAssistant Modifier and Type Method Description void
ApiWebScript. setAssistant(ApiAssistant assistant)
-