Uses of Class
de.xima.fc.workflow.model.nodes.FcEncodeBase64Props
Packages that use FcEncodeBase64Props
Package
Description
-
Uses of FcEncodeBase64Props in de.xima.fc.workflow.designer.bpmn.node.action
Subclasses with type arguments of type FcEncodeBase64Props in de.xima.fc.workflow.designer.bpmn.node.actionFields in de.xima.fc.workflow.designer.bpmn.node.action with type parameters of type FcEncodeBase64PropsModifier and TypeFieldDescriptionFcEncodeBase64BpmnModeler.INSTANCEThe immutable singleton instance of this modeler.Method parameters in de.xima.fc.workflow.designer.bpmn.node.action with type arguments of type FcEncodeBase64PropsModifier and TypeMethodDescriptionprotected StringFcEncodeBase64BpmnModeler.createDetails(IModelWorkflowNodeParams<FcEncodeBase64Props> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer) protected StringFcEncodeBase64BpmnModeler.createName(IModelWorkflowNodeParams<FcEncodeBase64Props> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer) -
Uses of FcEncodeBase64Props in de.xima.fc.workflow.designer.registry.nodes
Classes in de.xima.fc.workflow.designer.registry.nodes that implement interfaces with type arguments of type FcEncodeBase64PropsModifier and TypeClassDescriptionfinal classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_FILL_PDF.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_FILL_PDF.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_FILL_PDF.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_FILL_PDF.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_FILL_PDF.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_FILL_PDF.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_FILL_PDF.Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcEncodeBase64PropsModifier and TypeMethodDescriptionFcEncodeBase64Handler.getBpmnModeler()FcEncodeBase64Handler.getDataModelClass()Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcEncodeBase64PropsModifier and TypeMethodDescriptionFcEncodeBase64Handler.execute(INodeExecutionParams<FcEncodeBase64Props> params) FcEncodeBase64Handler.getElementSummaryKeyValueModel(IGetElementSummaryParams<FcEncodeBase64Props> params) -
Uses of FcEncodeBase64Props in de.xima.fc.workflow.executor
Subclasses with type arguments of type FcEncodeBase64Props in de.xima.fc.workflow.executorModifier and TypeClassDescriptionfinal classHandler for executing a workflow action of typeEWorkflowNodeType.FC_ENCODE_BASE64.Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcEncodeBase64PropsModifierConstructorDescriptionCreates a new executor for executing an PDF fill action with the given params. -
Uses of FcEncodeBase64Props in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcEncodeBase64PropsModifier and TypeMethodDescriptionstatic FcEncodeBase64PropsWorkflowNodePropsFactory.encodeBase64(SingleFile file) Creates a new workflow node model for aEWorkflowNodeType.FC_ENCODE_BASE64that converts a binary file to base64.