Class FcDecodeBase64Props
java.lang.Object
de.xima.fc.workflow.taglib.model.BaseActionProps
de.xima.fc.workflow.model.nodes.FcDecodeBase64Props
- All Implemented Interfaces:
IDescriptionProviding, INameProviding, Serializable
Model class for the decode base64 workflow action (
EWorkflowNodeType.FC_DECODE_BASE64).- Since:
- 7.2.1
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class BaseActionProps
BaseActionProps.name -
Field Summary
Fields inherited from interface IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTIONFields inherited from interface INameProviding
ATTR_NAME, COL_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDetails for how to handle the file that was decoded from the base64 string.voidvoidsetDecodedFileProvision(FileProvision decodedFileProvision) Details for how to handle the file that was decoded from the base64 string.voidsetExportName(String exportName) Methods inherited from class BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
Constructor Details
-
FcDecodeBase64Props
public FcDecodeBase64Props()
-
-
Method Details
-
getBase64
- Returns:
- The base64 string or data URI to decode.
-
setBase64
- Parameters:
base64- The base64 string or data URI to decode.
-
getDecodedFileProvision
Details for how to handle the file that was decoded from the base64 string.- Returns:
- Details for how to handle the decoded file.
-
setDecodedFileProvision
Details for how to handle the file that was decoded from the base64 string.- Parameters:
decodedFileProvision- Details for how to handle the decoded file.
-
getExportName
- Returns:
- The target file name of the created file. May contain placeholders. When empty, a default name is used.
-
setExportName
- Parameters:
exportName- The target file name of the created file. May contain placeholders. When empty, a default name is used.
-