Uses of Interface
org.alfresco.rest.framework.tools.ResponseWriter
Packages that use ResponseWriter
Package
Description
-
Uses of ResponseWriter in org.alfresco.rest.api
Classes in org.alfresco.rest.api that implement ResponseWriterModifier and TypeClassDescriptionclass
A webscript that returns the authenticated user's network memberships.class
class
-
Uses of ResponseWriter in org.alfresco.rest.api.discovery
Classes in org.alfresco.rest.api.discovery that implement ResponseWriter -
Uses of ResponseWriter in org.alfresco.rest.api.search
Classes in org.alfresco.rest.api.search that implement ResponseWriterModifier and TypeClassDescriptionclass
An implementation of the {{baseUrl}}/{{networkId}}/public/search/versions/1/search endpointclass
Search SQL API end point. -
Uses of ResponseWriter in org.alfresco.rest.framework.webscripts
Classes in org.alfresco.rest.framework.webscripts that implement ResponseWriterModifier and TypeClassDescriptionclass
Webscript that handles the request for and execution of a Resource 1) Finds a resource 2) Extracts params 3) Executes params on a resource 4) Post processes the response to add embeds or projected relationship 5) Renders the responseclass
Handles the HTTP DELETE for a Resourceclass
Handles the HTTP Get for a Resourceclass
Handles the HTTP POST for a Resource, equivalent to CRUD Createclass
Handles the HTTP PUT for a Resource, equivalent to CRUD Update