Uses of Class
org.alfresco.rest.framework.webscripts.ApiWebScript
Packages that use ApiWebScript
Package
Description
-
Uses of ApiWebScript in org.alfresco.rest.api
Subclasses of ApiWebScript in org.alfresco.rest.apiModifier and TypeClassDescriptionclass
A webscript that returns the authenticated user's network memberships.class
-
Uses of ApiWebScript in org.alfresco.rest.framework.webscripts
Subclasses of ApiWebScript in org.alfresco.rest.framework.webscriptsModifier 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 -
Uses of ApiWebScript in org.alfresco.rest.framework.webscripts.metadata
Subclasses of ApiWebScript in org.alfresco.rest.framework.webscripts.metadataModifier and TypeClassDescriptionclass
Provides general information about the Api calls and methods.class
Provides general information about an Api call and its methods.