Uses of Class
de.xima.fc.workflow.model.nodes.FcExportToXmlProps
Packages that use FcExportToXmlProps
Package
Description
- 
Uses of FcExportToXmlProps in de.xima.fc.workflow.designer.bean.nodes
Methods in de.xima.fc.workflow.designer.bean.nodes with parameters of type FcExportToXmlPropsModifier and TypeMethodDescriptionvoidFcExportToXmlBean.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 FcExportToXmlPropsMethod parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcExportToXmlPropsModifier and TypeMethodDescriptionFcExportToXmlHandler.execute(INodeExecutionParams<FcExportToXmlProps> params) 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 FcExportToXmlPropsModifierConstructorDescriptionCreates 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 FcExportToXmlPropsModifier and TypeMethodDescriptionstatic FcExportToXmlPropsWorkflowNodePropsFactory.exportToXml()Creates a new workflow node model for aEWorkflowNodeType.FC_EXPORT_TO_PERSISTENCEthat creates a persistence file with the submitted form data.static FcExportToXmlPropsWorkflowNodePropsFactory.exportToXml(String exportName) Creates a new workflow node model for aEWorkflowNodeType.FC_EXPORT_TO_PERSISTENCEthat creates a persistence file with the submitted form data.static FcExportToXmlPropsWorkflowNodePropsFactory.exportToXml(String exportName, boolean attachToFormRecord) Creates a new workflow node model for aEWorkflowNodeType.FC_EXPORT_TO_PERSISTENCEthat creates a persistence file with the submitted form data.static FcExportToXmlPropsWorkflowNodePropsFactory.exportToXml(String exportName, boolean attachToFormRecord, Iterable<EExportToXmlField> exportFields, Textbaustein xslTemplate) Creates a new workflow node model for aEWorkflowNodeType.FC_EXPORT_TO_PERSISTENCEthat creates a persistence file with the submitted form data.