Class FlowableExpressionBase64Utils
- java.lang.Object
-
- com.flowable.platform.expressions.FlowableExpressionBase64Utils
-
public class FlowableExpressionBase64Utils extends java.lang.ObjectExpression 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.ContentServicecontentService
-
Constructor Summary
Constructors Constructor Description FlowableExpressionBase64Utils()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringdecodeToString(java.lang.String toDecode, java.lang.String encoding)protected java.lang.StringencodeContentItem(org.flowable.content.api.ContentItem contentItem)java.lang.StringencodeToString(java.lang.Object src)org.flowable.content.api.ContentServicegetContentService()voidsetContentService(org.flowable.content.api.ContentService contentService)
-
-
-
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)
-
-