Class DatabaseContentStorage
java.lang.Object
com.flowable.content.engine.impl.db.DatabaseContentStorage
- All Implemented Interfaces:
org.flowable.content.api.ContentStorage
public class DatabaseContentStorage
extends Object
implements org.flowable.content.api.ContentStorage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.flowable.content.api.ContentObject
createContentObject
(InputStream contentStream) org.flowable.content.api.ContentObject
createContentObject
(InputStream contentStream, Map<String, Object> metaData) org.flowable.content.api.ContentObject
createContentObject
(InputStream contentStream, org.flowable.content.api.ContentObjectStorageMetadata metaData) void
org.flowable.content.api.ContentObject
org.flowable.content.api.ContentObject
updateContentObject
(String id, InputStream contentStream, Map<String, Object> metaData) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.flowable.content.api.ContentStorage
updateContentObject
-
Constructor Details
-
DatabaseContentStorage
public DatabaseContentStorage()
-
-
Method Details
-
createContentObject
public org.flowable.content.api.ContentObject createContentObject(InputStream contentStream, Map<String, Object> metaData) - Specified by:
createContentObject
in interfaceorg.flowable.content.api.ContentStorage
-
createContentObject
public org.flowable.content.api.ContentObject createContentObject(InputStream contentStream, org.flowable.content.api.ContentObjectStorageMetadata metaData) - Specified by:
createContentObject
in interfaceorg.flowable.content.api.ContentStorage
-
createContentObject
-
updateContentObject
public org.flowable.content.api.ContentObject updateContentObject(String id, InputStream contentStream, Map<String, Object> metaData) - Specified by:
updateContentObject
in interfaceorg.flowable.content.api.ContentStorage
-
getContentObject
- Specified by:
getContentObject
in interfaceorg.flowable.content.api.ContentStorage
-
getMetaData
- Specified by:
getMetaData
in interfaceorg.flowable.content.api.ContentStorage
-
deleteContentObject
- Specified by:
deleteContentObject
in interfaceorg.flowable.content.api.ContentStorage
-
getContentStoreName
- Specified by:
getContentStoreName
in interfaceorg.flowable.content.api.ContentStorage
-