Uses of Class
de.xima.fc.workflow.model.nodes.FcProcessLogPdfProps
- 
- 
Uses of FcProcessLogPdfProps in de.xima.fc.workflow.designer.bpmn.node.action
Fields in de.xima.fc.workflow.designer.bpmn.node.action with type parameters of type FcProcessLogPdfProps Modifier and Type Field Description static IWorkflowNodeBpmnModeler<FcProcessLogPdfProps>FcProcessLogPdfBpmnModeler. INSTANCEThe immutable singleton instance of this modeler.Method parameters in de.xima.fc.workflow.designer.bpmn.node.action with type arguments of type FcProcessLogPdfProps Modifier and Type Method Description protected StringFcProcessLogPdfBpmnModeler. createDetails(IModelWorkflowNodeParams<FcProcessLogPdfProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer)protected StringFcProcessLogPdfBpmnModeler. createName(IModelWorkflowNodeParams<FcProcessLogPdfProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer) - 
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 IWorkflowNodeBpmnModeler<FcProcessLogPdfProps>FcProcessLogPdfHandler. getBpmnModeler()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) 
 -