| Package | Description |
|---|---|
| org.exoplatform.appcenter.dto | |
| org.exoplatform.appcenter.plugin | |
| org.exoplatform.appcenter.rest | |
| org.exoplatform.appcenter.service | |
| org.exoplatform.appcenter.storage |
| Modifier and Type | Class and Description |
|---|---|
class |
UserApplication |
| Modifier and Type | Method and Description |
|---|---|
List<Application> |
ApplicationList.getApplications() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationList.setApplications(List<Application> applications) |
| Constructor and Description |
|---|
UserApplication(Application app) |
| Modifier and Type | Method and Description |
|---|---|
Application |
ApplicationPlugin.getApplication() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
ApplicationCenterREST.createApplication(Application application) |
javax.ws.rs.core.Response |
ApplicationCenterREST.updateApplication(Application application) |
| Modifier and Type | Method and Description |
|---|---|
Application |
ApplicationCenterService.createApplication(Application application)
Create new Application that will be available for all users.
|
Application |
ApplicationCenterService.findApplication(long applicationId)
Get an application by id
|
Application |
ApplicationCenterService.updateApplication(Application application,
String username)
Update an existing application on datasource.
|
| Modifier and Type | Method and Description |
|---|---|
Application |
ApplicationCenterService.createApplication(Application application)
Create new Application that will be available for all users.
|
boolean |
ApplicationCenterService.isDefaultSystemApplication(Application application)
Checks whether the application is a system application injected by
configuration or not
|
Application |
ApplicationCenterService.updateApplication(Application application,
String username)
Update an existing application on datasource.
|
| Modifier and Type | Method and Description |
|---|---|
Application |
ApplicationCenterStorage.createApplication(Application applicationForm) |
Application |
ApplicationCenterStorage.getApplicationById(long applicationId) |
Application |
ApplicationCenterStorage.getApplicationByTitle(String title) |
Application |
ApplicationCenterStorage.updateApplication(Application application) |
| Modifier and Type | Method and Description |
|---|---|
List<Application> |
ApplicationCenterStorage.getApplications(String keyword) |
List<Application> |
ApplicationCenterStorage.getSystemApplications() |
| Modifier and Type | Method and Description |
|---|---|
Application |
ApplicationCenterStorage.createApplication(Application applicationForm) |
Application |
ApplicationCenterStorage.updateApplication(Application application) |
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.