Package com.flowable.content.engine.impl
Class AbstractContentStorage
java.lang.Object
com.flowable.content.engine.impl.AbstractContentStorage
- All Implemented Interfaces:
ContentStorage
- Direct Known Subclasses:
SimpleFileSystemContentStorage
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected static class
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateContentObject
(InputStream contentStream, Map<String, Object> metadata) protected String
determineType
(ContentObjectStorageMetadata metaData) protected String
generateContentId
(String uuid, ContentObjectStorageMetadata metadata) 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
createContentObject, deleteContentObject, getContentObject, getContentStoreName, getMetaData, updateContentObject
-
Field Details
-
TYPE_TASK
- See Also:
-
TYPE_PROCESS_INSTANCE
- See Also:
-
TYPE_CASE_INSTANCE
- See Also:
-
TYPE_UNCATEGORIZED
- See Also:
-
TASK_PREFIX
- See Also:
-
PROCESS_INSTANCE_PREFIX
- See Also:
-
CASE_PREFIX
- See Also:
-
UNCATEGORIZED_PREFIX
- See Also:
-
-
Constructor Details
-
AbstractContentStorage
public AbstractContentStorage()
-
-
Method Details
-
createContentObject
- Specified by:
createContentObject
in interfaceContentStorage
-
updateContentObject
public ContentObject updateContentObject(String id, InputStream contentStream, Map<String, Object> metaData) - Specified by:
updateContentObject
in interfaceContentStorage
-
determineType
-
convertMetaDataToMap
-
generateContentId
-