Uses of Class
de.xima.fc.mdl.enums.EExportToXmlField
-
Packages that use EExportToXmlField Package Description de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.workflow.processor.factory -
-
Uses of EExportToXmlField in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EExportToXmlField Modifier and Type Method Description static EExportToXmlField
EExportToXmlField. valueOf(String name)
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 EExportToXmlField Modifier and Type Method Description static 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.
-