Uses of Class
de.xima.fc.workflow.model.nodes.FcImportFormValueFromXmlProps
- 
Packages that use FcImportFormValueFromXmlProps Package Description de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.executor de.xima.fc.workflow.processor.factory  - 
- 
Uses of FcImportFormValueFromXmlProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcImportFormValueFromXmlProps Modifier and Type Method Description Class<FcImportFormValueFromXmlProps>FcImportFormValueFromXmlHandler. getDataModelClass()Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcImportFormValueFromXmlProps Modifier and Type Method Description INormalCompletionResultFcImportFormValueFromXmlHandler. execute(INodeExecutionParams<FcImportFormValueFromXmlProps> params)ISummaryKeyValueModelFcImportFormValueFromXmlHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcImportFormValueFromXmlProps> params) - 
Uses of FcImportFormValueFromXmlProps in de.xima.fc.workflow.executor
Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcImportFormValueFromXmlProps Constructor Description FcImportFormValueFromXmlExecutor(INodeExecutionParams<FcImportFormValueFromXmlProps> params)Creates a new executor for executing an import form value from XML action with the given parameters. - 
Uses of FcImportFormValueFromXmlProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcImportFormValueFromXmlProps Modifier and Type Method Description static FcImportFormValueFromXmlPropsWorkflowNodePropsFactory. importFormValueFromXml(SingleFile xmlDocument, Map<String,String> xPathMapping)Creates a new workflow node model for aEWorkflowNodeType.FC_IMPORT_FORM_VALUE_FROM_XMLthat changes the value of form elements based on the data of an XML document.static FcImportFormValueFromXmlPropsWorkflowNodePropsFactory. importFormValueFromXml(SingleFile xmlDocument, Map<String,String> xPathMapping, Textbaustein xslTemplate)Creates a new workflow node model for aEWorkflowNodeType.FC_IMPORT_FORM_VALUE_FROM_XMLthat changes the value of form elements based on the data of an XML document. 
 -