| Package | Description |
|---|---|
| org.bonitasoft.web.designer.controller.importer | |
| org.bonitasoft.web.designer.repository |
| Constructor and Description |
|---|
ArtifactImporter(Repository<T> repository,
AbstractArtifactService<T> artifactService,
Loader<T> loader,
DependencyImporter... dependencyImporters) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLoader<T extends Identifiable>
Load a component
|
class |
JsonFileBasedLoader<T extends Identifiable>
This Persister is used to manage the persistence logic for a component.
|
class |
WidgetFileBasedLoader
This Persister is used to manage the persistence logic for a widget.
|
| Modifier and Type | Field and Description |
|---|---|
protected Loader<T> |
AbstractRepository.loader |
| Constructor and Description |
|---|
AbstractRepository(Path path,
JsonFileBasedPersister<T> persister,
Loader<T> loader,
BeanValidator validator,
Watcher watcher) |
Copyright © 2021. All rights reserved.