mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
2.3 KiB
2.3 KiB
Title, Added, Status, Last reviewed
Title | Added | Status | Last reviewed |
---|---|---|---|
Apps Process service | v2.0.0 | Active | 2018-11-16 |
Apps Process service
Gets details of the Process Services apps that are deployed for the user.
Class members
Methods
- getDeployedApplications():
Observable
<
AppDefinitionRepresentation
[]>
Gets a list of deployed apps for this user.- Returns
Observable
<
AppDefinitionRepresentation
[]>
- The list of deployed apps
- Returns
- getDeployedApplicationsByName(name:
string
):Observable
<
AppDefinitionRepresentation
>
Gets a list of deployed apps for this user, where the app name isname
.- name:
string
- Name of the app - Returns
Observable
<
AppDefinitionRepresentation
>
- The list of deployed apps
- name:
Details
This service can be used to access the Process Services apps that are available
to the current user. You can find more information about the
returned AppDefinitionRepresentation
class in the
Process Services Apps API.
The methods of this service make use of the
getAppDefinitions
method, also from the Apps API.