Uses of Class
de.xima.fc.workflow.model.nodes.FcFillWordProps
-
Packages that use FcFillWordProps Package Description de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.executor de.xima.fc.workflow.processor.factory de.xima.fc.workflow.retval.node -
-
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 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)
-