mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
add some FIXME notes for the getRecordContent() method
This commit is contained in:
@@ -71,6 +71,7 @@ public class RecordsAPI extends RMModelRequest
|
|||||||
* <li>{@code recordId} does not exist</li>
|
* <li>{@code recordId} does not exist</li>
|
||||||
* </ul>
|
* </ul>
|
||||||
*/
|
*/
|
||||||
|
//FIXME Add a generic method to support retrieving binary content
|
||||||
public <T> T getRecordContentText(String recordId) throws Exception
|
public <T> T getRecordContentText(String recordId) throws Exception
|
||||||
{
|
{
|
||||||
mandatoryString("recordId", recordId);
|
mandatoryString("recordId", recordId);
|
||||||
@@ -98,6 +99,8 @@ public class RecordsAPI extends RMModelRequest
|
|||||||
* <li>{@code recordId} does not exist</li>
|
* <li>{@code recordId} does not exist</li>
|
||||||
* </ul>
|
* </ul>
|
||||||
*/
|
*/
|
||||||
|
//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
|
public RestHtmlResponse getRecordContent(String recordId) throws Exception
|
||||||
{
|
{
|
||||||
mandatoryString("recordId", recordId);
|
mandatoryString("recordId", recordId);
|
||||||
|
Reference in New Issue
Block a user