Class FlowableExpressionBase64Utils
- java.lang.Object
-
- com.flowable.platform.expressions.FlowableExpressionBase64Utils
-
public class FlowableExpressionBase64Utils extends Object
Expression Bean Name: flwBase64Utils Provides utilities to work with base64.- Author:
- Valentin Rentschler
-
-
Field Summary
Fields Modifier and Type Field Description protected ContentService
contentService
-
Constructor Summary
Constructors Constructor Description FlowableExpressionBase64Utils()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
decodeToString(String toDecode, String encoding)
protected String
encodeContentItem(ContentItem contentItem)
String
encodeToString(Object src)
ContentService
getContentService()
void
setContentService(ContentService contentService)
-
-
-
Field Detail
-
contentService
protected ContentService contentService
-
-
Method Detail
-
encodeContentItem
protected String encodeContentItem(ContentItem contentItem)
-
decodeToString
public String decodeToString(String toDecode, String encoding) throws UnsupportedEncodingException
- Throws:
UnsupportedEncodingException
-
getContentService
public ContentService getContentService()
-
setContentService
public void setContentService(ContentService contentService)
-
-