Uses of Class
de.xima.fc.workflow.model.nodes.FcExportToXmlProps
-
-
Uses of FcExportToXmlProps in de.xima.fc.workflow.designer.bean.nodes
Methods in de.xima.fc.workflow.designer.bean.nodes with parameters of type FcExportToXmlProps Modifier and Type Method Description void
FcExportToXmlBean. onClickEnableConfig(FcExportToXmlProps props)
AJAX callback when the user clicked on the checkbox to enable / disable all export fields. -
Uses of FcExportToXmlProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcExportToXmlProps Modifier and Type Method Description Class<FcExportToXmlProps>
FcExportToXmlHandler. getDataModelClass()
Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcExportToXmlProps Modifier and Type Method Description INormalCompletionResult
FcExportToXmlHandler. execute(INodeExecutionParams<FcExportToXmlProps> params)
ISummaryKeyValueModel
FcExportToXmlHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcExportToXmlProps> params)
-
Uses of FcExportToXmlProps in de.xima.fc.workflow.executor
Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcExportToXmlProps Constructor Description FcExportToXmlExecutor(INodeExecutionParams<FcExportToXmlProps> params)
Creates a new executor for executing a export to XML action with the given parameters. -
Uses of FcExportToXmlProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcExportToXmlProps Modifier and Type Method Description static FcExportToXmlProps
WorkflowNodePropsFactory. exportToXml()
Creates a new workflow node model for aEWorkflowNodeType.FC_EXPORT_TO_PERSISTENCE
that creates a persistence file with the submitted form data.static FcExportToXmlProps
WorkflowNodePropsFactory. exportToXml(String exportName)
Creates a new workflow node model for aEWorkflowNodeType.FC_EXPORT_TO_PERSISTENCE
that creates a persistence file with the submitted form data.static FcExportToXmlProps
WorkflowNodePropsFactory. exportToXml(String exportName, boolean attachToFormRecord)
Creates a new workflow node model for aEWorkflowNodeType.FC_EXPORT_TO_PERSISTENCE
that creates a persistence file with the submitted form data.static FcExportToXmlProps
WorkflowNodePropsFactory. exportToXml(String exportName, boolean attachToFormRecord, Iterable<EExportToXmlField> exportFields, Textbaustein xslTemplate)
Creates a new workflow node model for aEWorkflowNodeType.FC_EXPORT_TO_PERSISTENCE
that creates a persistence file with the submitted form data. -
Uses of FcExportToXmlProps in de.xima.fc.workflow.retval.node
Methods in de.xima.fc.workflow.retval.node with parameters of type FcExportToXmlProps Modifier and Type Method Description default IFileProvision
IFcExportToXmlDescriptors. extractSingleFileProvision(FcExportToXmlProps props)
-