Uses of Class
de.xima.fc.workflow.model.nodes.FcFillPdfProps
-
-
Uses of FcFillPdfProps in de.xima.fc.workflow.designer.bpmn.node.action
Fields in de.xima.fc.workflow.designer.bpmn.node.action with type parameters of type FcFillPdfProps Modifier and Type Field Description static IWorkflowNodeBpmnModeler<FcFillPdfProps>
FcFillPdfBpmnModeler. INSTANCE
The immutable singleton instance of this modeler.Method parameters in de.xima.fc.workflow.designer.bpmn.node.action with type arguments of type FcFillPdfProps Modifier and Type Method Description protected String
FcFillPdfBpmnModeler. createDetails(IModelWorkflowNodeParams<FcFillPdfProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer)
protected String
FcFillPdfBpmnModeler. createName(IModelWorkflowNodeParams<FcFillPdfProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer)
-
Uses of FcFillPdfProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcFillPdfProps Modifier and Type Method Description IWorkflowNodeBpmnModeler<FcFillPdfProps>
FcFillPdfHandler. getBpmnModeler()
Class<FcFillPdfProps>
FcFillPdfHandler. getDataModelClass()
Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcFillPdfProps Modifier and Type Method Description INormalCompletionResult
FcFillPdfHandler. execute(INodeExecutionParams<FcFillPdfProps> params)
ISummaryKeyValueModel
FcFillPdfHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcFillPdfProps> params)
-
Uses of FcFillPdfProps in de.xima.fc.workflow.executor
Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcFillPdfProps Constructor Description FcFillPdfExecutor(INodeExecutionParams<FcFillPdfProps> params)
Creates a new executor for executing an PDF fill action with the given params. -
Uses of FcFillPdfProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcFillPdfProps Modifier and Type Method Description static FcFillPdfProps
WorkflowNodePropsFactory. fillPdf(SingleFile pdfDocument)
Creates a new workflow node model for aEWorkflowNodeType.FC_FILL_PDF
that fills a PDF document with the submitted form data.static FcFillPdfProps
WorkflowNodePropsFactory. fillPdf(SingleFile pdfDocument, String exportName, boolean attachToFormRecord, String font)
Creates a new workflow node model for aEWorkflowNodeType.FC_FILL_PDF
that fills a PDF document with the submitted form data. -
Uses of FcFillPdfProps in de.xima.fc.workflow.retval.node
Methods in de.xima.fc.workflow.retval.node with parameters of type FcFillPdfProps Modifier and Type Method Description default IFileProvision
IFcFillPdfDescriptors. extractSingleFileProvision(FcFillPdfProps props)
-