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
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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface de.xima.fc.entities.interfaces.IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTION
-
Fields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAME
-
-
Constructor Summary
Constructors Constructor Description FcImportFormValueFromXmlProps()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SingleFile
getXmlSource()
List<Setting<String>>
getXpathMapping()
UuidEntityRef
getXslTemplate()
void
setXmlSource(SingleFile xmlSource)
void
setXpathMapping(List<Setting<String>> xpathMapping)
void
setXslTemplate(UuidEntityRef xslTemplate)
-
Methods inherited from class de.xima.fc.workflow.taglib.model.BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
-
-
-
Method Detail
-
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
- aSingleFile
-
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
-
-