Merged HEAD (5.2) to 5.2.N (5.2.1)

126485 jkaabimofrad: Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
      122596 gjames: RA-211: Post-processing (carefully) embedded/related resources


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@126829 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Ancuta Morarasu
2016-05-11 11:42:15 +00:00
parent 8a9bbe855b
commit a489a4708e
3 changed files with 20 additions and 35 deletions

View File

@@ -44,9 +44,8 @@ public interface ActionExecutor extends HttpMethodSupport
* Invokes the resource with the Params
* @param resource ResourceWithMetadata
* @param params Params
* @param boolean should we use a readonly transaction.
*/
@SuppressWarnings("rawtypes")
public Object execute(ResourceWithMetadata resource, Params params, WebScriptResponse res, boolean isReadOnly);
public Object executeAction(ResourceWithMetadata resource, Params params) throws Throwable;
}