Uses of Class
de.xima.fc.workflow.model.nodes.FcFillPdfProps
-
Packages that use FcFillPdfProps Package Description de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.executor -
-
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 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.
-