alfresco-ng2-components/docs/discovery-api.service.md
2017-11-01 16:22:16 +00:00

893 B

Discovery Api service

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

Methods

public getEcmProductInfo(): Observable<EcmProductVersionModel>
Gets product information for Content Services.

public getBpmProductInfo(): Observable<BpmProductVersionModel>
Gets product information for Process Services.

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