mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-04-16 22:24:49 +00:00
* Generate docs * Fix duplicated Optional and restore code block ticks * Fix docbuild command errors, improve documentations --------- Co-authored-by: Amedeo Lepore <amedeo.lepore85@gmail.com> Co-authored-by: Amedeo Lepore <amedeo.lepore@hyland.com>
2.0 KiB
2.0 KiB
Title, Added, Status, Last reviewed
| Title | Added | Status | Last reviewed |
|---|---|---|---|
| Apps Process Cloud Service | v3.0.0 | Experimental | 2023-04-03 |
Apps Process Cloud Service
Gets details of deployed apps for the current user.
Class members
Methods
-
getApplicationLabel(application:
ApplicationInstanceModel, environmentList?:Environment[]):string
Gets application label.- application:
ApplicationInstanceModel- - environmentList:
Environment[]- (Optional) - Returns
string-
- application:
-
getDeployedApplicationsByStatus(status:
string, role?:string):Observable<ApplicationInstanceModel[]>
Gets a list of deployed apps for this user by status.- status:
string- Required status value - role:
string- (Optional) to filter the apps - Returns
Observable<ApplicationInstanceModel[]>- The list of deployed apps
- status:
-
hasDeployedApps():
boolean- Returns
boolean-
- Returns
-
loadApps()
Details
This service implements some features of the Apps process service with modifications for cloud use.