| Package | Description |
|---|---|
| org.exoplatform.appcenter.service | |
| org.exoplatform.appcenter.storage |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationCenterService.addFavoriteApplication(long applicationId,
String username)
Add an application, identified by its technical id, as favorite of a user
|
void |
ApplicationCenterService.deleteApplication(Long applicationId,
String username)
Delete application identified by its id and check if username has permission
to delete it.
|
InputStream |
ApplicationCenterService.getApplicationImageInputStream(long applicationId,
String username)
Return the
Application illustration InputStream, if not
found, the default image InputStream will be retrieved |
Long |
ApplicationCenterService.getApplicationImageLastUpdated(long applicationId,
String username)
Return the
Application illustration last modifed timestamp (in ms),
if not found, the default image last modifed timestamp will be retrieved |
void |
ApplicationCenterService.updateFavoriteApplicationOrder(ApplicationOrder applicationOrder,
String userName)
Update favorite applications order for a user
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationCenterStorage.addApplicationToUserFavorite(long applicationId,
String username) |
void |
ApplicationCenterStorage.deleteApplication(long applicationId) |
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.