Class FlowableExpressionBase64Utils

java.lang.Object
com.flowable.platform.expressions.FlowableExpressionBase64Utils

public class FlowableExpressionBase64Utils extends Object
Expression Bean Name: flw.base64 Provides utilities to work with base64.
Author:
Valentin Rentschler
  • Field Details

    • contentService

      protected org.flowable.content.api.ContentService contentService
  • Constructor Details

    • FlowableExpressionBase64Utils

      public FlowableExpressionBase64Utils()
  • Method Details

    • encodeToString

      public String encodeToString(Object src)
    • encodeContentItem

      protected String encodeContentItem(org.flowable.content.api.ContentItem contentItem)
    • decodeToString

      public String decodeToString(String toDecode, String charset) throws UnsupportedEncodingException
      Throws:
      UnsupportedEncodingException
    • getContentService

      public org.flowable.content.api.ContentService getContentService()
    • setContentService

      public void setContentService(org.flowable.content.api.ContentService contentService)