Uses of Class
de.xima.fc.workflow.model.nodes.FcDecodeBase64Props
Packages that use FcDecodeBase64Props
Package
Description
-
Uses of FcDecodeBase64Props in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcDecodeBase64PropsMethod parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcDecodeBase64PropsModifier and TypeMethodDescriptionFcDecodeBase64Handler.execute
(INodeExecutionParams<FcDecodeBase64Props> params) FcDecodeBase64Handler.getElementSummaryKeyValueModel
(IGetElementSummaryParams<FcDecodeBase64Props> params) -
Uses of FcDecodeBase64Props in de.xima.fc.workflow.executor
Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcDecodeBase64PropsModifierConstructorDescriptionCreates a new executor for executing an PDF fill action with the given params. -
Uses of FcDecodeBase64Props in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcDecodeBase64PropsModifier and TypeMethodDescriptionstatic FcDecodeBase64Props
WorkflowNodePropsFactory.decodeBase64
(String value) Creates a new workflow node model for aEWorkflowNodeType.FC_ENCODE_BASE64
that converts a binary file to base64.static FcDecodeBase64Props
WorkflowNodePropsFactory.decodeBase64
(String value, String exportName, boolean attachToFormRecord) Creates a new workflow node model for aEWorkflowNodeType.FC_ENCODE_BASE64
that converts a binary file to base64.