From 52f8e6bd59c7f5a5c03f09e2d9d400d44e566b76 Mon Sep 17 00:00:00 2001 From: Rodica Sutu Date: Wed, 4 Jan 2017 18:56:52 +0200 Subject: [PATCH] add some FIXME notes for the getRecordContent() method --- .../rest/rm/community/requests/igCoreAPI/RecordsAPI.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/rm/community/requests/igCoreAPI/RecordsAPI.java b/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/rm/community/requests/igCoreAPI/RecordsAPI.java index 49e5769fae..85c781b51c 100644 --- a/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/rm/community/requests/igCoreAPI/RecordsAPI.java +++ b/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/rm/community/requests/igCoreAPI/RecordsAPI.java @@ -71,6 +71,7 @@ public class RecordsAPI extends RMModelRequest *
  • {@code recordId} does not exist
  • * */ + //FIXME Add a generic method to support retrieving binary content public T getRecordContentText(String recordId) throws Exception { mandatoryString("recordId", recordId); @@ -98,6 +99,8 @@ public class RecordsAPI extends RMModelRequest *
  • {@code recordId} does not exist
  • * */ + //FIXME Add a generic method to support retrieving binary content as we might end up + //FIXME with too many methods for differents content types public RestHtmlResponse getRecordContent(String recordId) throws Exception { mandatoryString("recordId", recordId);