Class FcSaveToWebDavProps
java.lang.Object
de.xima.fc.workflow.taglib.model.BaseActionProps
de.xima.fc.workflow.model.nodes.FcSaveToWebDavProps
- All Implemented Interfaces:
IDescriptionProviding, INameProviding, Serializable
Model class for the save to a WebDav provider workflow action (
EWorkflowNodeType.FC_SAVE_TO_WEB_DAV).- Since:
- 7.1.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 TypeMethodDescriptiongetPath()booleanvoidsetAllowPathInPlaceholder(boolean allowPathInPlaceholder) voidsetMultiFile(MultiFile multiFile) voidvoidsetWebdavConnection(UuidEntityRef webdavConnection) Methods inherited from class BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
Constructor Details
-
FcSaveToWebDavProps
public FcSaveToWebDavProps()
-
-
Method Details
-
getMultiFile
-
getPath
- Returns:
- the specific path
-
getWebdavConnection
- Returns:
- The UUID from a persisted database connection
-
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.
-
setMultiFile
-
setPath
- Parameters:
path- specifies with url full location
-
setWebdavConnection
- Parameters:
webdavConnection- The UUID from a persisted WebDAV connection
-