Package de.xima.fc.workflow.model.nodes
Class FcExportToPersistenceProps
- java.lang.Object
-
- de.xima.fc.workflow.taglib.model.BaseActionProps
-
- de.xima.fc.workflow.model.nodes.FcExportToPersistenceProps
-
- All Implemented Interfaces:
IDescriptionProviding,INameProviding,IAttachToFormRecordProviding,Serializable
public class FcExportToPersistenceProps extends BaseActionProps implements IAttachToFormRecordProviding
- Since:
- 7.0.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 FcExportToPersistenceProps()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExportName()booleanisAccessibleToEndUser()booleanisAttachToFormRecord()voidsetAccessibleToEndUser(boolean accessibleToEndUser)voidsetAttachToFormRecord(boolean attachToFormRecord)voidsetExportName(String exportName)-
Methods inherited from class de.xima.fc.workflow.taglib.model.BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
-
-
-
Method Detail
-
getExportName
public String getExportName()
- Returns:
- The name of the export file. When empty, a file name is generated with the extension
xml.
-
setExportName
public void setExportName(String exportName)
- Parameters:
exportName- The name of the export file. When empty, a file name is generated with the extensionxml.
-
isAttachToFormRecord
public boolean isAttachToFormRecord()
- Specified by:
isAttachToFormRecordin interfaceIAttachToFormRecordProviding- Returns:
- Whether files created by the workflow node are attached to the form record.
-
setAttachToFormRecord
public void setAttachToFormRecord(boolean attachToFormRecord)
- Parameters:
attachToFormRecord- Whether files created by the workflow node are attached to the form record.
-
isAccessibleToEndUser
public boolean isAccessibleToEndUser()
- Specified by:
isAccessibleToEndUserin interfaceIAttachToFormRecordProviding- Returns:
- if the attached files should be made accessible to end users (i.e. in portals).
-
setAccessibleToEndUser
public void setAccessibleToEndUser(boolean accessibleToEndUser)
-
-