mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* move doc dependency in doctools * add ignore link * rebuild doc * version index * put it back some deps
2.9 KiB
2.9 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
- getApplicationDetailsById(appId:
number
):Observable
<
AppDefinitionRepresentation
>
Gets the details for a specific app ID number.- appId:
number
- ID of the target app - Returns
Observable
<
AppDefinitionRepresentation
>
- Details of the app
- appId:
- 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.