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
public class FcSaveToWebDavProps extends BaseActionProps implements 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:
 - Serialized Form
 
 
- 
- 
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 Constructor Description FcSaveToWebDavProps() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MultiFilegetMultiFile()StringgetPath()UuidEntityRefgetWebdavConnection()booleanisAllowPathInPlaceholder()voidsetAllowPathInPlaceholder(boolean allowPathInPlaceholder)voidsetMultiFile(MultiFile multiFile)voidsetPath(String path)voidsetWebdavConnection(UuidEntityRef webdavConnection)- 
Methods inherited from class de.xima.fc.workflow.taglib.model.BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getPath
public String getPath()
- Returns:
 - the specific path
 
 
- 
getWebdavConnection
public UuidEntityRef 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
public void setMultiFile(MultiFile multiFile)
- Parameters:
 multiFile- a resource of typeMultiFile
 
- 
setPath
public void setPath(String path)
- Parameters:
 path- specifies with url full location
 
- 
setWebdavConnection
public void setWebdavConnection(UuidEntityRef webdavConnection)
- Parameters:
 webdavConnection- The UUID from a persisted WebDAV connection
 
 - 
 
 -