Uses of Enum
de.xima.fc.mdl.enums.EExportToXmlField
Packages that use EExportToXmlField
Package
Description
Commonly used enumeration that are mainly used in model classes.
-
Uses of EExportToXmlField in de.xima.fc.mdl.enums
Subclasses with type arguments of type EExportToXmlField in de.xima.fc.mdl.enumsModifier and TypeClassDescriptionenumEnumeration of additional fields that can be included in the generated XML file with the submitted form data.Methods in de.xima.fc.mdl.enums that return EExportToXmlFieldModifier and TypeMethodDescriptionstatic EExportToXmlFieldReturns the enum constant of this type with the specified name.static EExportToXmlField[]EExportToXmlField.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EExportToXmlField in de.xima.fc.workflow.processor.factory
Method parameters in de.xima.fc.workflow.processor.factory with type arguments of type EExportToXmlFieldModifier and TypeMethodDescriptionstatic WorkflowNodeWorkflowNodeFactory.exportToXml(String exportName, boolean attachToFormRecord, Iterable<EExportToXmlField> exportFields, Textbaustein xslTemplate) Creates a new workflow node 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.