Class FlowableExpressionBase64Utils
java.lang.Object
com.flowable.platform.expressions.FlowableExpressionBase64Utils
Expression Bean Name: flw.base64
Provides utilities to work with base64.
- Author:
- Valentin Rentschler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.flowable.content.api.ContentService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecodeToString(String toDecode, String charset) protected StringencodeContentItem(org.flowable.content.api.ContentItem contentItem) encodeToString(Object src) org.flowable.content.api.ContentServicevoidsetContentService(org.flowable.content.api.ContentService contentService)
-
Field Details
-
contentService
protected org.flowable.content.api.ContentService contentService
-
-
Constructor Details
-
FlowableExpressionBase64Utils
public FlowableExpressionBase64Utils()
-
-
Method Details
-
encodeToString
-
encodeContentItem
-
decodeToString
- Throws:
UnsupportedEncodingException
-
getContentService
public org.flowable.content.api.ContentService getContentService() -
setContentService
public void setContentService(org.flowable.content.api.ContentService contentService)
-