Class FcImportFormValueFromXmlProps

java.lang.Object
de.xima.fc.workflow.taglib.model.BaseActionProps
de.xima.fc.workflow.model.nodes.FcImportFormValueFromXmlProps
All Implemented Interfaces:
IDescriptionProviding, INameProviding, Serializable

public class FcImportFormValueFromXmlProps extends BaseActionProps implements Serializable
Model class for the change form value action (EWorkflowNodeType.FC_IMPORT_FORM_VALUE_FROM_XML).
Since:
7.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • FcImportFormValueFromXmlProps

      public FcImportFormValueFromXmlProps()
  • Method Details

    • getXmlSource

      public SingleFile getXmlSource()
      Returns:
      a SingleFile
    • getXpathMapping

      public List<Setting<String>> getXpathMapping()
      Returns:
      list of XPath notations for mapping XML values ​​to form element values
    • getXslTemplate

      public UuidEntityRef getXslTemplate()
      Returns:
      The UUID of the selected XSL template.
    • setXmlSource

      public void setXmlSource(SingleFile xmlSource)
      Parameters:
      xmlSource - a SingleFile
    • setXpathMapping

      public void setXpathMapping(List<Setting<String>> xpathMapping)
      Parameters:
      xpathMapping - list of XPath notations for mapping XML values ​​to form element values.
    • setXslTemplate

      public void setXslTemplate(UuidEntityRef xslTemplate)
      Parameters:
      xslTemplate - an UUID for an XSL template