Package com.flowable.content.engine
Class ContentStorageHelper
java.lang.Object
com.flowable.content.engine.ContentStorageHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
deleteContentStorageObject
(CommandContext commandContext, String contentStoreId, boolean contentAvailable, String contentStoreName) static ContentStorage
getContentStorage
(ContentEngineConfiguration contentEngineConfiguration, ContentObjectStorageMetadata metadata) static ContentStorage
getContentStorage
(String contentStoreName, ContentEngineConfiguration contentEngineConfiguration) static ContentStorage
getContentStorage
(String contentStoreName, ContentEngineConfiguration contentEngineConfiguration, boolean throwExceptionIfIsNull)
-
Constructor Details
-
ContentStorageHelper
public ContentStorageHelper()
-
-
Method Details
-
getContentStorage
public static ContentStorage getContentStorage(String contentStoreName, ContentEngineConfiguration contentEngineConfiguration) -
getContentStorage
public static ContentStorage getContentStorage(String contentStoreName, ContentEngineConfiguration contentEngineConfiguration, boolean throwExceptionIfIsNull) -
getContentStorage
public static ContentStorage getContentStorage(ContentEngineConfiguration contentEngineConfiguration, ContentObjectStorageMetadata metadata) -
deleteContentStorageObject
public static void deleteContentStorageObject(CommandContext commandContext, String contentStoreId, boolean contentAvailable, String contentStoreName)
-