| Modifier and Type | Method and Description |
|---|---|
default ContentObject |
ContentStorage.createContentObject(InputStream contentStream,
ContentObjectStorageMetadata metaData)
Reads the given
InputStream and stores it. |
default ContentObject |
ContentStorage.updateContentObject(String id,
InputStream contentStream,
ContentObjectStorageMetadata metaData)
Update the content with the given id to the content present in the given stream.
|
Copyright © 2022 Flowable. All rights reserved.