| Package | Description |
|---|---|
| org.molgenis.apps.model |
| Modifier and Type | Method and Description |
|---|---|
Repository<App> |
AppRepositoryDecoratorFactory.createDecoratedRepository(Repository<App> repository) |
| Modifier and Type | Method and Description |
|---|---|
void |
AppRepositoryDecorator.add(App app) |
void |
AppRepositoryDecorator.delete(App app) |
void |
AppRepositoryDecorator.update(App app) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
AppRepositoryDecorator.add(Stream<App> appStream) |
Repository<App> |
AppRepositoryDecoratorFactory.createDecoratedRepository(Repository<App> repository) |
void |
AppRepositoryDecorator.delete(Stream<App> appStream) |
void |
AppRepositoryDecorator.update(Stream<App> appStream) |
| Constructor and Description |
|---|
AppRepositoryDecorator(Repository<App> delegateRepository,
FileStore fileStore) |
Copyright © 2017. All rights reserved.