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. INSTANCE
The 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 String
FcProcessLogPdfBpmnModeler. createDetails(IModelWorkflowNodeParams<FcProcessLogPdfProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer)
protected String
FcProcessLogPdfBpmnModeler. 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 INormalCompletionResult
FcProcessLogPdfHandler. execute(INodeExecutionParams<FcProcessLogPdfProps> params)
ISummaryKeyValueModel
FcProcessLogPdfHandler. 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 FcProcessLogPdfProps
WorkflowNodePropsFactory. processLogPdf(String fileName)
Creates a new workflow node model for aEWorkflowNodeType.FC_PROCESS_LOG_PDF
that 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 IFileProvision
IFcProcessLogPdfDescriptor. extractSingleFileProvision(FcProcessLogPdfProps props)
-