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. INSTANCE
The 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 String
FcFillWordBpmnModeler. createDetails(IModelWorkflowNodeParams<FcFillWordProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer)
protected String
FcFillWordBpmnModeler. 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 INormalCompletionResult
FcFillWordHandler. execute(INodeExecutionParams<FcFillWordProps> params)
ISummaryKeyValueModel
FcFillWordHandler. 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 FcFillWordProps
WorkflowNodePropsFactory. fillWord(SingleFile wordDocument)
Creates a new workflow node model for aEWorkflowNodeType.FC_FILL_WORD
that fills a Word document with the submitted form data.static FcFillWordProps
WorkflowNodePropsFactory. fillWord(SingleFile wordDocument, String exportName, boolean attachToFormRecord)
Creates a new workflow node model for aEWorkflowNodeType.FC_FILL_WORD
that 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 IFileProvision
IFcFillWordDescriptors. extractSingleFileProvision(FcFillWordProps props)
-