Files
alfresco-community-repo/amps/ags/rm-community/rm-community-rest-api-explorer
Damian Ujma 2f66f068a6 ACS-7556 Bulk update in Legal Holds (#2692)
* ACS-7557 Add Legal Holds Bulk v1 API (#2624)

* ACS-7557 Add Legal Holds Bulk v1 API

* ACS-7557 Improve v1 API

* ACS-7557 Replace processId with bulkStatusId

* ACS-7587 Implement v1 Bulk API to add items to a hold (#2656)

* ACS-7557 Add bulk API design

* ACS-7557 Fix 

* ACS-7557 Add permissions checks 

* ACS-7557 Add IT tests

* ACS-7557 Add comments + logging

* ACS-7557 Refactor

* ACS-7557 Reimplement task container

* ACS-7557 Refactor code

* ACS-7587 Remove merge leftovers

* ACS-7587 Refactor 

* ACS-7587 Tests 

* ACS-7587 Change DefaultHoldBulkMonitor

* ACS-7587 Reimplement BulkStatusUpdater

* ACS-7587 Fix PMD issues

* ACS-7587 Fix PMD isues

* ACS-7587 Refactor

* ACS-7587 Add test files alternately

* ACS-7587 Refactor code

* ACS-7587 Improve search query

* ACS-7587 Fix PMD issues

* ACS-7587 Fix PMD issue

* ACS-7587 Fix intermittent failure

* ACS7587 Fix intermittent failure (#2681)

* ACS-7587 Implement bulk cancellations (#2683)
2024-06-19 12:44:07 +02:00
..
2021-05-07 00:50:08 +03:00

Alfresco Records Management Community REST API Explorer

Records Management Community REST API Definition Explorer

Building and deploying the war

  • mvn clean install

You now have a target/alfresco-rm-community-rest-api-explorer-2.6-SNAPSHOT.war, drop this into your Application server that is running alfresco.war

For development only

You can run the project as a packaged web application using an embedded Tomcat server. This is useful for changing documentation and endpoint descriptions but it means that the "Try it Out!" button will not work.

  • mvn clean install -Pstart-api-explorer

Now the application is running at http://localhost:8085/api-explorer

Config option

You can run tomcat on another port using the following command

  • mvn clean install -Pstart-api-explorer

Then the application will run at http://localhost:8086/api-explorer

License

Copyright (C) 2016 Alfresco Software Limited

This file is part of an unsupported extension to Alfresco.

Alfresco Software Limited licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.