Uses of Class
de.xima.fc.workflow.model.nodes.FcProcessLogPdfProps
-
Packages that use FcProcessLogPdfProps 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 FcProcessLogPdfProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcProcessLogPdfProps Modifier and Type Method Description Class<FcProcessLogPdfProps>FcProcessLogPdfHandler. getDataModelClass()List<INodePrototypeDescriptor<FcProcessLogPdfProps>>FcProcessHistoryPdfHandler. getNodePrototypes(IGetNodePrototypesParams params)Deprecated.Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcProcessLogPdfProps Modifier and Type Method Description INormalCompletionResultFcProcessLogPdfHandler. execute(INodeExecutionParams<FcProcessLogPdfProps> params)ISummaryKeyValueModelFcProcessLogPdfHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcProcessLogPdfProps> params) -
Uses of FcProcessLogPdfProps in de.xima.fc.workflow.executor
Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcProcessLogPdfProps Constructor Description FcProcessLogPdfExecutor(INodeExecutionParams<FcProcessLogPdfProps> params)Creates a new executor for executing a protocol history pdf action with the given params. -
Uses of FcProcessLogPdfProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcProcessLogPdfProps Modifier and Type Method Description static FcProcessLogPdfPropsWorkflowNodePropsFactory. processLogPdf(String fileName)Creates a new workflow node model for aEWorkflowNodeType.FC_PROCESS_LOG_PDFthat creates a PDF document with the history of the current form record. -
Uses of FcProcessLogPdfProps in de.xima.fc.workflow.retval.node
Methods in de.xima.fc.workflow.retval.node with parameters of type FcProcessLogPdfProps Modifier and Type Method Description default IFileProvisionIFcProcessLogPdfDescriptor. extractSingleFileProvision(FcProcessLogPdfProps props)
-