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
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, String contentStoreId, boolean contentAvailable, String contentStoreName) static org.flowable.content.api.ContentStorage
getContentStorage
(ContentEngineConfiguration contentEngineConfiguration, org.flowable.content.api.ContentObjectStorageMetadata metadata) static org.flowable.content.api.ContentStorage
getContentStorage
(String contentStoreName, ContentEngineConfiguration contentEngineConfiguration) static org.flowable.content.api.ContentStorage
getContentStorage
(String contentStoreName, ContentEngineConfiguration contentEngineConfiguration, boolean throwExceptionIfIsNull)
-
Constructor Details
-
ContentStorageHelper
public ContentStorageHelper()
-
-
Method Details
-
getContentStorage
public static org.flowable.content.api.ContentStorage getContentStorage(String contentStoreName, ContentEngineConfiguration contentEngineConfiguration) -
getContentStorage
public static org.flowable.content.api.ContentStorage getContentStorage(String contentStoreName, ContentEngineConfiguration contentEngineConfiguration, boolean throwExceptionIfIsNull) -
getContentStorage
public static org.flowable.content.api.ContentStorage getContentStorage(ContentEngineConfiguration contentEngineConfiguration, org.flowable.content.api.ContentObjectStorageMetadata metadata) -
deleteContentStorageObject
-