Package de.xima.fc.workflow.model.nodes
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:
-
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 -
Method Summary
Modifier and TypeMethodDescriptiongetPath()
boolean
void
setAllowPathInPlaceholder
(boolean allowPathInPlaceholder) void
setMultiFile
(MultiFile multiFile) void
void
setWebdavConnection
(UuidEntityRef webdavConnection) Methods inherited from class de.xima.fc.workflow.taglib.model.BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
Constructor Details
-
FcSaveToWebDavProps
public FcSaveToWebDavProps()
-
-
Method Details
-
getMultiFile
- Returns:
- a resource of type
MultiFile
-
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
- Parameters:
multiFile
- a resource of typeMultiFile
-
setPath
- Parameters:
path
- specifies with url full location
-
setWebdavConnection
- Parameters:
webdavConnection
- The UUID from a persisted WebDAV connection
-