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>
|
<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>
|
@@ -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>
|
@@ -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>
|
@@ -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,
|
||||||
|
@@ -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 */
|
||||||
|
@@ -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 */
|
||||||
|
Reference in New Issue
Block a user