Class ContentStorageHelper

java.lang.Object
com.flowable.content.engine.ContentStorageHelper

public class ContentStorageHelper extends Object
  • 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

      public static void deleteContentStorageObject(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, String contentStoreId, boolean contentAvailable, String contentStoreName)