| Package | Description |
|---|---|
| org.dspace.app.util |
Miscellaneous utility classes.
|
| org.dspace.app.util.service |
| Modifier and Type | Field and Description |
|---|---|
protected WebApp |
AbstractDSpaceWebapp.webApp |
| Modifier and Type | Method and Description |
|---|---|
WebApp |
WebAppServiceImpl.create(Context context,
String appName,
String url,
Date started,
int isUI) |
| Modifier and Type | Method and Description |
|---|---|
List<WebApp> |
WebAppServiceImpl.findAll(Context context) |
List<WebApp> |
WebAppServiceImpl.getApps() |
| Modifier and Type | Method and Description |
|---|---|
void |
WebAppServiceImpl.delete(Context context,
WebApp webApp) |
| Modifier and Type | Method and Description |
|---|---|
WebApp |
WebAppService.create(Context context,
String appName,
String url,
Date started,
int isUI) |
| Modifier and Type | Method and Description |
|---|---|
List<WebApp> |
WebAppService.findAll(Context context) |
List<WebApp> |
WebAppService.getApps() |
| Modifier and Type | Method and Description |
|---|---|
void |
WebAppService.delete(Context context,
WebApp webApp) |
Copyright © 2017 DuraSpace. All rights reserved.