| Package | Description |
|---|---|
| org.flowable.content.engine | |
| org.flowable.content.engine.impl.fs |
| Modifier and Type | Field and Description |
|---|---|
protected ContentStorage |
ContentEngineConfiguration.contentStorage |
| Modifier and Type | Method and Description |
|---|---|
ContentStorage |
ContentEngineConfiguration.getContentStorage() |
| Modifier and Type | Method and Description |
|---|---|
ContentEngineConfiguration |
ContentEngineConfiguration.setContentStorage(ContentStorage contentStorage) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileSystemContentStorage
Note that this implementation of the
ContentStorage interface doesn't do anything with the passed metadata, nor returns it when requested! |
class |
SimpleFileSystemContentStorage
(Very) simple implementation of the
ContentStorage that relies on the passed metadata to store content. |
Copyright © 2023 Flowable. All rights reserved.