Title | Added | Status | Last reviewed |
---|---|---|---|
Apps Process service |
v2.0.0 |
Active |
2018-11-16 |
Gets details of the Process Services apps that are deployed for the user.
- 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:
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.