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 TypeClassDescriptionclassA 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 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 -
Uses of ApiWebScript in org.alfresco.rest.framework.webscripts.metadata
Subclasses of ApiWebScript in org.alfresco.rest.framework.webscripts.metadataModifier and TypeClassDescriptionclassProvides general information about the Api calls and methods.classProvides general information about an Api call and its methods.