Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.34 KB

apps-process-cloud.service.md

File metadata and controls

34 lines (23 loc) · 1.34 KB
Title Added Status Last reviewed
Apps Process Cloud Service
v3.0.0
Experimental
2019-01-09

Gets details of deployed apps for the current user.

Class members

Methods

  • getDeployedApplicationsByStatus(status: string, role?: string): Observable<ApplicationInstanceModel[]>
    Gets a list of deployed apps for this user by status.

  • hasDeployedApps(): boolean

    • Returns boolean -
  • loadApps()

Details

This service implements some features of the Apps process service with modifications for cloud use.

See also