mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
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:
@@ -5,5 +5,5 @@
|
||||
<format default="json">argument</format>
|
||||
<authentication>user</authentication>
|
||||
<transaction allow="readonly">required</transaction>
|
||||
<lifecycle>internal</lifecycle>
|
||||
<lifecycle>deprecated</lifecycle>
|
||||
</webscript>
|
@@ -5,5 +5,5 @@
|
||||
<format default="json">argument</format>
|
||||
<authentication>user</authentication>
|
||||
<transaction allow="readonly">required</transaction>
|
||||
<lifecycle>internal</lifecycle>
|
||||
<lifecycle>deprecated</lifecycle>
|
||||
</webscript>
|
@@ -12,5 +12,5 @@
|
||||
<format default="json">argument</format>
|
||||
<authentication>user</authentication>
|
||||
<transaction>required</transaction>
|
||||
<lifecycle>internal</lifecycle>
|
||||
<lifecycle>deprecated</lifecycle>
|
||||
</webscript>
|
@@ -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,
|
||||
|
@@ -49,6 +49,7 @@ import org.springframework.extensions.webscripts.WebScriptResponse;
|
||||
*
|
||||
* @author Gavin Cornwell
|
||||
*/
|
||||
@Deprecated
|
||||
public class TransferReportGet extends BaseTransferWebScript
|
||||
{
|
||||
/** Logger */
|
||||
|
@@ -62,6 +62,7 @@ import org.springframework.extensions.webscripts.WebScriptResponse;
|
||||
*
|
||||
* @author Gavin Cornwell
|
||||
*/
|
||||
@Deprecated
|
||||
public class TransferReportPost extends BaseTransferWebScript
|
||||
{
|
||||
/** Logger */
|
||||
|
Reference in New Issue
Block a user