1.3 KiB
Apps Process service
Gets details of the Process Services apps that are deployed for the user.
Methods
getDeployedApplications(): Observable<AppDefinitionRepresentation[]>
Gets a list of deployed apps for this user.
getDeployedApplicationsByName(name: string): Observable<AppDefinitionRepresentation>
Gets a list of deployed apps for this user, where the app name is name
.
getApplicationDetailsById(appId: number): Observable<AppDefinitionRepresentation>
Get the details for a specific app ID number.
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 Filter model page
and in the
Process Services Apps API.
The methods of this service make use of the
getAppDefinitions
method, also from the Apps API.