mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-21 18:09:20 +00:00
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:
@@ -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;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user