| Modifier and Type | Method and Description |
|---|---|
ContentObject |
ContentStorage.createContentObject(InputStream contentStream,
Map<String,Object> metaData) |
ContentObject |
ContentStorage.getContentObject(String id) |
ContentObject |
ContentStorage.updateContentObject(String id,
InputStream contentStream,
Map<String,Object> metaData)
Update the content with the given id to the content present in the given stream.
|
Copyright © 2019 Flowable. All rights reserved.