Uses of Interface
org.alfresco.rest.framework.resource.actions.ActionExecutor
Packages that use ActionExecutor
-
Uses of ActionExecutor in org.alfresco.rest.framework.webscripts
Classes in org.alfresco.rest.framework.webscripts that implement ActionExecutorModifier 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 UpdateMethods in org.alfresco.rest.framework.webscripts with parameters of type ActionExecutorModifier and TypeMethodDescriptionvoidResourceWebScriptHelper.setExecutor(ActionExecutor executor)