public class DashboardEndpoint extends Object
| Constructor and Description |
|---|
DashboardEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getLatestActivity(int count,
javax.servlet.http.HttpServletRequest request)
GET active applications
|
javax.ws.rs.core.Response |
getVariantsWithWarnings(javax.servlet.http.HttpServletRequest request)
GET application variants
|
javax.ws.rs.core.Response |
totalApplications(javax.servlet.http.HttpServletRequest request)
GET dashboard data
|
public javax.ws.rs.core.Response totalApplications(@Context
javax.servlet.http.HttpServletRequest request)
request - the requestDashboardData for the given userpublic javax.ws.rs.core.Response getVariantsWithWarnings(@Context
javax.servlet.http.HttpServletRequest request)
request - the requestApplicationVariantspublic javax.ws.rs.core.Response getLatestActivity(int count,
@Context
javax.servlet.http.HttpServletRequest request)
request - the requestcount - number of active applications, default value = 3ApplicationsCopyright © 2019 JBoss by Red Hat. All rights reserved.