alfresco-ng2-components/docs/core/discovery-api.service.md
Andy Stark 1d517d3a8a [ADF-2557] Updated docs with new props script (#3149)
* [ADF-2557] Updated docs for services with new props script

* [ADF-2557] Updated service docs with new props script
2018-04-08 16:23:04 +01:00

921 B

Added, Status, Last reviewed
Added Status Last reviewed
v2.0.0 Active 2018-04-05

Discovery Api service

Gets version and license information for Process Services and Content Services.

Class members

Methods

  • getBpmProductInfo(): any
    Gets product information for Process Services.
    • Returns any - ProductVersionModel containing product details
  • getEcmProductInfo(): any
    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. See the Alfresco JS API docs to learn more about the REST API used by this service.

See also