Class FcExportToPersistenceProps
java.lang.Object
de.xima.fc.workflow.taglib.model.BaseActionProps
de.xima.fc.workflow.model.nodes.FcExportToPersistenceProps
- All Implemented Interfaces:
IDescriptionProviding, INameProviding, Serializable
- 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 TypeMethodDescriptionDetails for how to handle the created persistence file.voidsetExportName(String exportName) voidsetPersistenceFileProvision(FileProvision persistenceFileProvision) Details for how to handle the created persistence file.Methods inherited from class BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
Constructor Details
-
FcExportToPersistenceProps
public FcExportToPersistenceProps()
-
-
Method Details
-
getExportName
- Returns:
- The name of the export file. When empty, a file name is generated with the extension
xml.
-
setExportName
- Parameters:
exportName- The name of the export file. When empty, a file name is generated with the extensionxml.
-
getPersistenceFileProvision
Details for how to handle the created persistence file.- Returns:
- Details for how to handle the created persistence file.
-
setPersistenceFileProvision
Details for how to handle the created persistence file.- Parameters:
persistenceFileProvision- Details for how to handle the created persistence file.
-