Uses of Interface
org.flowable.content.api.ContentObjectStorageMetadata
Packages that use ContentObjectStorageMetadata
-
Uses of ContentObjectStorageMetadata in org.flowable.content.api
Methods in org.flowable.content.api with parameters of type ContentObjectStorageMetadataModifier and TypeMethodDescriptiondefault ContentObject
ContentStorage.createContentObject
(InputStream contentStream, ContentObjectStorageMetadata metaData) Reads the givenInputStream
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.