|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.social.service.rest.AppsRestService.AppList
public static class AppsRestService.AppList
List that contains applications from application registry service of portal
This class is needed as a model for converter of the rest service.
| Constructor Summary | |
|---|---|
AppsRestService.AppList()
|
|
| Method Summary | |
|---|---|
void |
addApp(AppsRestService.App app)
adds application to application list |
List<AppsRestService.App> |
getApps()
gets application list |
void |
setApps(List<AppsRestService.App> apps)
sets application list |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AppsRestService.AppList()
| Method Detail |
|---|
public void setApps(List<AppsRestService.App> apps)
apps - application listpublic List<AppsRestService.App> getApps()
public void addApp(AppsRestService.App app)
app - applicationAppsRestService.App
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||