RM-1099 (Refactor Transfer and Accession reports)

* Deprecated transfer report REST API

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@58685 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tuna Aksoy
2013-12-07 21:42:16 +00:00
parent 693465a772
commit 985fce111a
6 changed files with 6 additions and 4 deletions

View File

@@ -43,6 +43,7 @@ import org.springframework.extensions.webscripts.WebScriptResponse;
*
* @author Gavin Cornwell
*/
@Deprecated
public class TransferGet extends BaseTransferWebScript
{
/** Logger */
@@ -59,7 +60,6 @@ public class TransferGet extends BaseTransferWebScript
this.contentStreamer = contentStreamer;
}
@SuppressWarnings("deprecation")
@Override
protected File executeTransfer(NodeRef transferNode,
WebScriptRequest req, WebScriptResponse res,

View File

@@ -49,6 +49,7 @@ import org.springframework.extensions.webscripts.WebScriptResponse;
*
* @author Gavin Cornwell
*/
@Deprecated
public class TransferReportGet extends BaseTransferWebScript
{
/** Logger */

View File

@@ -62,6 +62,7 @@ import org.springframework.extensions.webscripts.WebScriptResponse;
*
* @author Gavin Cornwell
*/
@Deprecated
public class TransferReportPost extends BaseTransferWebScript
{
/** Logger */