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:
-
Nested Class Summary
Nested classes/interfaces inherited from class BaseActionProps
BaseActionProps.name -
Field Summary
Fields inherited from interface IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTIONFields inherited from interface 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 BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
Constructor Details
-
FcImportFormValueFromXmlProps
public FcImportFormValueFromXmlProps()
-
-
Method Details
-
getXmlSource
- Returns:
- a
SingleFile
-
getXpathMapping
-
getXslTemplate
- Returns:
- The UUID of the selected XSL template.
-
setXmlSource
- Parameters:
xmlSource- aSingleFile
-
setXpathMapping
-
setXslTemplate
- Parameters:
xslTemplate- an UUID for an XSL template
-