| Package | Description |
|---|---|
| org.molgenis.app.manager.decorator | |
| org.molgenis.app.manager.model | |
| org.molgenis.app.manager.service | |
| org.molgenis.app.manager.service.impl |
| Modifier and Type | Method and Description |
|---|---|
Repository<App> |
AppsRepositoryDecoratorFactory.createDecoratedRepository(Repository<App> repository) |
protected Repository<App> |
AppRepositoryDecorator.delegate() |
| Modifier and Type | Method and Description |
|---|---|
void |
AppRepositoryDecorator.delete(App entity) |
void |
AppRepositoryDecorator.update(App app) |
| Modifier and Type | Method and Description |
|---|---|
Repository<App> |
AppsRepositoryDecoratorFactory.createDecoratedRepository(Repository<App> repository) |
void |
AppRepositoryDecorator.update(Stream<App> apps) |
| Constructor and Description |
|---|
AppRepositoryDecorator(Repository<App> delegateRepository,
AppManagerService appManagerService) |
| Modifier and Type | Method and Description |
|---|---|
static AppResponse |
AppResponse.create(App app) |
| Modifier and Type | Method and Description |
|---|---|
void |
AppManagerService.activateApp(App app)
Activate an App by App id
|
void |
AppManagerService.deactivateApp(App app)
Deactivate an App by App id
|
| Modifier and Type | Method and Description |
|---|---|
void |
AppManagerServiceImpl.activateApp(App app) |
void |
AppManagerServiceImpl.deactivateApp(App app) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.