mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* [ADF-2557] Updated docs for services with new props script * [ADF-2557] Updated service docs with new props script
33 lines
921 B
Markdown
33 lines
921 B
Markdown
---
|
|
Added: v2.0.0
|
|
Status: Active
|
|
Last reviewed: 2018-04-05
|
|
---
|
|
|
|
# Discovery Api service
|
|
|
|
Gets version and license information for Process Services and Content Services.
|
|
|
|
## Class members
|
|
|
|
### Methods
|
|
|
|
- `getBpmProductInfo(): any`<br/>
|
|
Gets product information for Process Services.
|
|
- **Returns** `any` - ProductVersionModel containing product details
|
|
- `getEcmProductInfo(): any`<br/>
|
|
Gets product information for Content Services.
|
|
- **Returns** `any` - ProductVersionModel containing product details
|
|
|
|
## Details
|
|
|
|
The product license and version information is returned using the
|
|
classes defined in the [Product Version model](product-version.model.md).
|
|
See the
|
|
[Alfresco JS API docs](https://github.com/Alfresco/alfresco-js-api/tree/master/src/alfresco-discovery-rest-api)
|
|
to learn more about the REST API used by this service.
|
|
|
|
## See also
|
|
|
|
- [Product version model](product-version.model.md)
|