Class FlowableExpressionBase64Utils


  • public class FlowableExpressionBase64Utils
    extends java.lang.Object
    Expression Bean Name: flwBase64Utils Provides utilities to work with base64.
    Author:
    Valentin Rentschler
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.flowable.content.api.ContentService contentService  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String decodeToString​(java.lang.String toDecode, java.lang.String encoding)  
      protected java.lang.String encodeContentItem​(org.flowable.content.api.ContentItem contentItem)  
      java.lang.String encodeToString​(java.lang.Object src)  
      org.flowable.content.api.ContentService getContentService()  
      void setContentService​(org.flowable.content.api.ContentService contentService)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • contentService

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

      • FlowableExpressionBase64Utils

        public FlowableExpressionBase64Utils()
    • Method Detail

      • encodeToString

        public java.lang.String encodeToString​(java.lang.Object src)
      • encodeContentItem

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

        public java.lang.String decodeToString​(java.lang.String toDecode,
                                               java.lang.String encoding)
                                        throws java.io.UnsupportedEncodingException
        Throws:
        java.io.UnsupportedEncodingException
      • getContentService

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

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