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.ContentObjectcreateContentObject(InputStream contentStream) org.flowable.content.api.ContentObjectcreateContentObject(InputStream contentStream, Map<String, Object> metaData) org.flowable.content.api.ContentObjectcreateContentObject(InputStream contentStream, org.flowable.content.api.ContentObjectStorageMetadata metaData) voidorg.flowable.content.api.ContentObjectorg.flowable.content.api.ContentObjectupdateContentObject(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, waitMethods 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:
createContentObjectin interfaceorg.flowable.content.api.ContentStorage
-
createContentObject
public org.flowable.content.api.ContentObject createContentObject(InputStream contentStream, org.flowable.content.api.ContentObjectStorageMetadata metaData) - Specified by:
createContentObjectin interfaceorg.flowable.content.api.ContentStorage
-
createContentObject
-
updateContentObject
public org.flowable.content.api.ContentObject updateContentObject(String id, InputStream contentStream, Map<String, Object> metaData) - Specified by:
updateContentObjectin interfaceorg.flowable.content.api.ContentStorage
-
getContentObject
- Specified by:
getContentObjectin interfaceorg.flowable.content.api.ContentStorage
-
getMetaData
- Specified by:
getMetaDatain interfaceorg.flowable.content.api.ContentStorage
-
deleteContentObject
- Specified by:
deleteContentObjectin interfaceorg.flowable.content.api.ContentStorage
-
getContentStoreName
- Specified by:
getContentStoreNamein interfaceorg.flowable.content.api.ContentStorage
-