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
Methods in de.xima.fc.mdl.enums that return EExportToXmlFieldModifier and TypeMethodDescriptionstatic EExportToXmlField
Returns 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 WorkflowNode
WorkflowNodeFactory.exportToXml
(String exportName, boolean attachToFormRecord, Iterable<EExportToXmlField> exportFields, Textbaustein xslTemplate) Creates a new workflow node 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.