Package de.xima.fc.workflow.model.nodes
Class FcProcessLogPdfProps
- java.lang.Object
-
- de.xima.fc.workflow.taglib.model.BaseActionProps
-
- de.xima.fc.workflow.model.nodes.FcProcessLogPdfProps
-
- All Implemented Interfaces:
IDescriptionProviding
,INameProviding
,IAttachableFile
,Serializable
- Direct Known Subclasses:
FcProcessHistoryPdfProps
public class FcProcessLogPdfProps extends BaseActionProps implements Serializable, IAttachableFile
Model class for the process history pdf workflow action (EWorkflowNodeType.FC_PROCESS_LOG_PDF
).- Since:
- 7.2.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 FcProcessLogPdfProps()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFileName()
Gets the file nameboolean
isAttachToFormRecord()
void
setAttachToFormRecord(boolean attachToFormRecord)
void
setFileName(String fileName)
Sets the file name-
Methods inherited from class de.xima.fc.workflow.taglib.model.BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
-
-
-
Method Detail
-
getFileName
public String getFileName()
Gets the file name- Returns:
- the file name
-
setFileName
public void setFileName(String fileName)
Sets the file name- Parameters:
fileName
- the file name
-
isAttachToFormRecord
public boolean isAttachToFormRecord()
- Specified by:
isAttachToFormRecord
in interfaceIAttachableFile
- Returns:
- Whether files created by this file providing action are attached to the form record.
-
setAttachToFormRecord
public void setAttachToFormRecord(boolean attachToFormRecord)
- Specified by:
setAttachToFormRecord
in interfaceIAttachableFile
- Parameters:
attachToFormRecord
- Whether files created by this file providing action are attached to the form record.
-
-