mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
* Fetch the userInfo once loggedIn and expose the cabilibility of admin * Rollback method * Return same use if defined * Use the same pepleContent service for UserInfoCOmpnent * Remove useless import * Use interface * Use angular resolver instead of guard * Remove fdescribe * Fix linting * Regenerate doc * Improve doc * Fix optional * Fix the unit test * Fix comment * Fix lint * Fix unit * Add fetch user as part of the ssoGuard * Fix unit test after fetch * Add additional unit * Fix await
2.0 KiB
2.0 KiB
Title, Added, Status, Last reviewed
Title | Added | Status | Last reviewed |
---|---|---|---|
Discovery Api service | v2.0.0 | Active | 2018-11-19 |
Discovery Api service
Gets version and license information for Process Services and Content Services.
Class members
Methods
-
getBPMSystemProperties():
Observable
<
SystemPropertiesRepresentation
>
- Returns
Observable
<
SystemPropertiesRepresentation
>
-
- Returns
-
getBpmProductInfo():
Observable
<
BpmProductVersionModel
>
Gets product information for Process Services.- Returns
Observable
<
BpmProductVersionModel
>
- ProductVersionModel containing product details
- Returns
-
getEcmProductInfo():
Observable
<RepositoryInfo>
Gets product information for Content Services.- Returns
Observable
<RepositoryInfo>
- ProductVersionModel containing product details
- Returns
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.