mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* ACS-7689 Save and delete to existing hold * ACS-7689 Save and delete to existing hold, cleanup * ACS-7689 Save and delete to existing hold, revert to separate methods * ACS-7689 Save and delete to existing hold, fix specs * ACS-7689 Save and delete to existing hold, fix specs * ACS-7689 Save and delete to existing hold * ACS-8055 add listAssignedHolds API * ACS-8055 create legal-hold service * ACS-8055 add documentation * ACS-8055 fix imports * ACS-8055 add HoldPaging class and documentation * ACS-8055 add interface and fix test * ACS-7689 Save and delete to existing hold, fix specs * ACS-7689 Save and delete to existing hold, fix specs * ACS-7690 integrate create and assign holds endpoints * ACS-7690 fix imports * ACS-7690 add bulk method * ACS-7690 update readme file * ACS-7690 add tests * ACS-7690 update docs file * ACS-7690 remove interface * ACS-7690 update geHolds description and md file with createHold * ACS-7690 add createHolds to md file * ACS-7690 fix typo in spec, and description in legal-hold service * ACS-7690 refactor create hold parameter and documentation * ACS-7690 fixed test * ACS-7690 fix test for getHolds * ACS-7690 fix md for create hold action * ACS-7690 fix rebase conflicts --------- Co-authored-by: Tomasz Nastaly <tomasz.nastaly@hyland.com> Co-authored-by: DaryaBalvanovich <darya.balvanovich1@hyland.com>
Alfresco JavaScript API
JavaScript client API for the Alfresco REST API and Activiti REST API.
API clients documentation
- Authentication Api
- Content Api
- Model Api
- Process Api (AAE)
- Search Api
- Governance Classification Api
- Governance Core Api
- Discovery Content API
Guides
- Authentication
- Calling Custom Endpoints
- Error Events
- ECM Examples, full docs: Content API
- BPM Examples, full docs: APS 2.X API
Prerequisites
The minimal supported versions are:
- Alfresco Platform Repository: version 5.2.a-EA or newer
- Activiti: 1.5
- Node.js (Long Term Support version)
Installing
Using NPM:
npm install @alfresco/js-api
Development
To run the build
npm run build
To run the test
npm run test