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 ContentObjectContentStorage.createContentObject(InputStream contentStream, ContentObjectStorageMetadata metaData) Reads the givenInputStreamand stores it.default ContentObjectContentStorage.updateContentObject(String id, InputStream contentStream, ContentObjectStorageMetadata metaData) Update the content with the given id to the content present in the given stream.