ACS-2336 POST endpoints for archive/archive-restore content (#826)

* ACS-2200: Java API for archive/archive-restore content + unit tests.

* Bump restapi from 1.64 to 1.65 (#795)

* Bump utility from 3.0.45 to 3.0.47 (#794)

* ACS-2200: Applying review comments.

* ACS-2200: Applying review comments.

* ACS-2200: Adding new unit test to suite.

* ACS-2200: Adding optional archive params to archive operation.

* ACS-2236: Archive + archive-restore operations and unit tests.

* ACS-2236: Addressing review comments. Small refactor in unit tests.
This commit is contained in:
mpichura
2021-12-10 16:06:54 +01:00
committed by GitHub
parent 84f8481714
commit 0034f53b5f
9 changed files with 514 additions and 26 deletions

View File

@@ -278,7 +278,7 @@ public interface ContentService
* @return true when request successful, false when unsuccessful.
* @throws UnsupportedOperationException when method not implemented
*/
@Auditable(parameters = {"nodeRef", "propertyQName"})
@Auditable(parameters = {"nodeRef", "propertyQName", "archiveParams"})
@Experimental
default boolean requestSendContentToArchive(NodeRef nodeRef, QName propertyQName,
Map<String, Serializable> archiveParams)