Uses of Class
org.molgenis.app.manager.model.AppResponse
-
Packages that use AppResponse Package Description org.molgenis.app.manager.controller org.molgenis.app.manager.model org.molgenis.app.manager.service org.molgenis.app.manager.service.impl -
-
Uses of AppResponse in org.molgenis.app.manager.controller
Methods in org.molgenis.app.manager.controller that return types with arguments of type AppResponse Modifier and Type Method Description List<AppResponse>AppManagerController. getApps() -
Uses of AppResponse in org.molgenis.app.manager.model
Methods in org.molgenis.app.manager.model that return AppResponse Modifier and Type Method Description static AppResponseAppResponse. create(App app) -
Uses of AppResponse in org.molgenis.app.manager.service
Methods in org.molgenis.app.manager.service that return AppResponse Modifier and Type Method Description AppResponseAppManagerService. getAppByName(String appName)Retrieve anAppResponsebased a unique URIMethods in org.molgenis.app.manager.service that return types with arguments of type AppResponse Modifier and Type Method Description List<AppResponse>AppManagerService. getApps()Retrieve a list ofAppResponses -
Uses of AppResponse in org.molgenis.app.manager.service.impl
Methods in org.molgenis.app.manager.service.impl that return AppResponse Modifier and Type Method Description AppResponseAppManagerServiceImpl. getAppByName(String appName)Methods in org.molgenis.app.manager.service.impl that return types with arguments of type AppResponse Modifier and Type Method Description List<AppResponse>AppManagerServiceImpl. getApps()
-