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  - 
- 
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. 
 -