Package de.xima.fc.workflow.model.nodes
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
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:
-
Field Summary
Fields inherited from interface de.xima.fc.entities.interfaces.IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTIONFields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetXmlSource(SingleFile xmlSource) voidsetXpathMapping(List<Setting<String>> xpathMapping) voidsetXslTemplate(UuidEntityRef xslTemplate) Methods inherited from class de.xima.fc.workflow.taglib.model.BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
Constructor Details
-
FcImportFormValueFromXmlProps
public FcImportFormValueFromXmlProps()
-
-
Method Details
-
getXmlSource
- Returns:
- a
SingleFile
-
getXpathMapping
- Returns:
- list of XPath notations for mapping XML values to form element values
-
getXslTemplate
- Returns:
- The UUID of the selected XSL template.
-
setXmlSource
- Parameters:
xmlSource- aSingleFile
-
setXpathMapping
- Parameters:
xpathMapping- list of XPath notations for mapping XML values to form element values.
-
setXslTemplate
- Parameters:
xslTemplate- an UUID for an XSL template
-