Uses of Class
de.xima.fc.workflow.model.nodes.FcImportFormValueFromXmlProps
Packages that use FcImportFormValueFromXmlProps
Package
Description
-
Uses of FcImportFormValueFromXmlProps in de.xima.fc.workflow.designer.bpmn.node.action
Subclasses with type arguments of type FcImportFormValueFromXmlProps in de.xima.fc.workflow.designer.bpmn.node.actionModifier and TypeClassDescriptionfinal classBPMN modelerfor nodes of typeimport form value from xml.Fields in de.xima.fc.workflow.designer.bpmn.node.action with type parameters of type FcImportFormValueFromXmlPropsModifier and TypeFieldDescriptionFcImportFormValueFromXmlBpmnModeler.INSTANCEThe immutable singleton instance of this modeler.Method parameters in de.xima.fc.workflow.designer.bpmn.node.action with type arguments of type FcImportFormValueFromXmlPropsModifier and TypeMethodDescriptionprotected StringFcImportFormValueFromXmlBpmnModeler.createDetails(IModelWorkflowNodeParams<FcImportFormValueFromXmlProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer) protected StringFcImportFormValueFromXmlBpmnModeler.createName(IModelWorkflowNodeParams<FcImportFormValueFromXmlProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer) -
Uses of FcImportFormValueFromXmlProps in de.xima.fc.workflow.designer.registry.nodes
Classes in de.xima.fc.workflow.designer.registry.nodes that implement interfaces with type arguments of type FcImportFormValueFromXmlPropsModifier and TypeClassDescriptionfinal classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_IMPORT_FORM_VALUE_FROM_XML.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_IMPORT_FORM_VALUE_FROM_XML.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_IMPORT_FORM_VALUE_FROM_XML.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_IMPORT_FORM_VALUE_FROM_XML.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_IMPORT_FORM_VALUE_FROM_XML.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_IMPORT_FORM_VALUE_FROM_XML.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_IMPORT_FORM_VALUE_FROM_XML.Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcImportFormValueFromXmlPropsModifier and TypeMethodDescriptionFcImportFormValueFromXmlHandler.getBpmnModeler()FcImportFormValueFromXmlHandler.getDataModelClass()Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcImportFormValueFromXmlPropsModifier and TypeMethodDescriptionFcImportFormValueFromXmlHandler.execute(INodeExecutionParams<FcImportFormValueFromXmlProps> params) FcImportFormValueFromXmlHandler.getElementSummaryKeyValueModel(IGetElementSummaryParams<FcImportFormValueFromXmlProps> params) -
Uses of FcImportFormValueFromXmlProps in de.xima.fc.workflow.executor
Subclasses with type arguments of type FcImportFormValueFromXmlProps in de.xima.fc.workflow.executorConstructor parameters in de.xima.fc.workflow.executor with type arguments of type FcImportFormValueFromXmlPropsModifierConstructorDescriptionCreates 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 FcImportFormValueFromXmlPropsModifier and TypeMethodDescriptionWorkflowNodePropsFactory.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.WorkflowNodePropsFactory.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.