Package de.xima.fc.workflow.model.nodes
Class FcSaveToFileSystemProps
java.lang.Object
de.xima.fc.workflow.taglib.model.BaseActionProps
de.xima.fc.workflow.model.nodes.FcSaveToFileSystemProps
- All Implemented Interfaces:
IDescriptionProviding,INameProviding,Serializable
Model class for the save to file system workflow action (
EWorkflowNodeType.FC_SAVE_TO_FILE_SYSTEM).- 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 TypeMethodDescriptionbooleanvoidsetAllowPathInPlaceholder(boolean allowPathInPlaceholder) voidsetExportDirectory(String exportDir) voidsetMultiFile(MultiFile multiFile) Methods inherited from class de.xima.fc.workflow.taglib.model.BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
Constructor Details
-
FcSaveToFileSystemProps
public FcSaveToFileSystemProps()
-
-
Method Details
-
getExportDirectory
- Returns:
- the directory, where the given files from the action to be saved
-
getMultiFile
- Returns:
- a resource of type
MultiFile
-
isAllowPathInPlaceholder
public boolean isAllowPathInPlaceholder()- Returns:
- If
true, then a path specification will be allowed inside placeholder, otherwise path segmentation will be removed inside placeholder.
-
setAllowPathInPlaceholder
public void setAllowPathInPlaceholder(boolean allowPathInPlaceholder) - Parameters:
allowPathInPlaceholder- Iftrue, then a path specification will be allowed inside placeholder, otherwise path segmentation will be removed inside placeholder.
-
setExportDirectory
- Parameters:
exportDir- the directory, where the given files from the action to be saved
-
setMultiFile
- Parameters:
multiFile- a resource of typeMultiFile
-