Uses of Class
de.xima.fc.workflow.model.nodes.FcFillWordProps
-
-
Uses of FcFillWordProps in de.xima.fc.workflow.designer.bpmn.node.action
Fields in de.xima.fc.workflow.designer.bpmn.node.action with type parameters of type FcFillWordProps Modifier and Type Field Description static IWorkflowNodeBpmnModeler<FcFillWordProps>FcFillWordBpmnModeler. INSTANCEThe immutable singleton instance of this modeler.Method parameters in de.xima.fc.workflow.designer.bpmn.node.action with type arguments of type FcFillWordProps Modifier and Type Method Description protected StringFcFillWordBpmnModeler. createDetails(IModelWorkflowNodeParams<FcFillWordProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer)protected StringFcFillWordBpmnModeler. createName(IModelWorkflowNodeParams<FcFillWordProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer) -
Uses of FcFillWordProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcFillWordProps Modifier and Type Method Description IWorkflowNodeBpmnModeler<FcFillWordProps>FcFillWordHandler. getBpmnModeler()Class<FcFillWordProps>FcFillWordHandler. getDataModelClass()Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcFillWordProps Modifier and Type Method Description INormalCompletionResultFcFillWordHandler. execute(INodeExecutionParams<FcFillWordProps> params)ISummaryKeyValueModelFcFillWordHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcFillWordProps> params) -
Uses of FcFillWordProps in de.xima.fc.workflow.executor
Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcFillWordProps Constructor Description FcFillWordExecutor(INodeExecutionParams<FcFillWordProps> params)Creates a new executor for executing a Word fill action with the given params. -
Uses of FcFillWordProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcFillWordProps Modifier and Type Method Description static FcFillWordPropsWorkflowNodePropsFactory. fillWord(SingleFile wordDocument)Creates a new workflow node model for aEWorkflowNodeType.FC_FILL_WORDthat fills a Word document with the submitted form data.static FcFillWordPropsWorkflowNodePropsFactory. fillWord(SingleFile wordDocument, String exportName, boolean attachToFormRecord)Creates a new workflow node model for aEWorkflowNodeType.FC_FILL_WORDthat fills a Word document with the submitted form data. -
Uses of FcFillWordProps in de.xima.fc.workflow.retval.node
Methods in de.xima.fc.workflow.retval.node with parameters of type FcFillWordProps Modifier and Type Method Description default IFileProvisionIFcFillWordDescriptors. extractSingleFileProvision(FcFillWordProps props)
-