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 TypeClassDescriptionclassA webscript that returns the authenticated user's network memberships.classclass -
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 TypeClassDescriptionclassAn implementation of the {{baseUrl}}/{{networkId}}/public/search/versions/1/search endpointclassSearch SQL API end point. -
Uses of ResponseWriter in org.alfresco.rest.framework.webscripts
Classes in org.alfresco.rest.framework.webscripts that implement ResponseWriterModifier and TypeClassDescriptionclassWebscript 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 responseclassHandles the HTTP DELETE for a ResourceclassHandles the HTTP Get for a ResourceclassHandles the HTTP POST for a Resource, equivalent to CRUD CreateclassHandles the HTTP PUT for a Resource, equivalent to CRUD Update