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

@@ -5,5 +5,5 @@
<format default="json">argument</format> <format default="json">argument</format>
<authentication>user</authentication> <authentication>user</authentication>
<transaction allow="readonly">required</transaction> <transaction allow="readonly">required</transaction>
<lifecycle>internal</lifecycle> <lifecycle>deprecated</lifecycle>
</webscript> </webscript>

View File

@@ -5,5 +5,5 @@
<format default="json">argument</format> <format default="json">argument</format>
<authentication>user</authentication> <authentication>user</authentication>
<transaction allow="readonly">required</transaction> <transaction allow="readonly">required</transaction>
<lifecycle>internal</lifecycle> <lifecycle>deprecated</lifecycle>
</webscript> </webscript>

View File

@@ -12,5 +12,5 @@
<format default="json">argument</format> <format default="json">argument</format>
<authentication>user</authentication> <authentication>user</authentication>
<transaction>required</transaction> <transaction>required</transaction>
<lifecycle>internal</lifecycle> <lifecycle>deprecated</lifecycle>
</webscript> </webscript>

View File

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

View File

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

View File

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