Package com.flowable.content.engine
Class ContentStorageHelper
java.lang.Object
com.flowable.content.engine.ContentStorageHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-