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
Nested ClassesModifier and TypeClassDescriptionprotected static class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateContentObject(InputStream contentStream, Map<String, Object> metadata) protected StringdetermineType(ContentObjectStorageMetadata metaData) protected StringgenerateContentId(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, waitMethods 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:
createContentObjectin interfaceContentStorage
-
updateContentObject
public ContentObject updateContentObject(String id, InputStream contentStream, Map<String, Object> metaData) - Specified by:
updateContentObjectin interfaceContentStorage
-
determineType
-
convertMetaDataToMap
-
generateContentId
-