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,IAttachToFormRecordProviding,Serializable
public final class FcProcessLogPdfProps
extends BaseActionProps
implements Serializable, IAttachToFormRecordProviding
Model class for the process history pdf workflow action (
EWorkflowNodeType.FC_PROCESS_LOG_PDF).- Since:
- 7.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
Fields inherited from interface de.xima.fc.entities.interfaces.IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTIONFields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the file namebooleanvoidsetAttachToFormRecord(boolean attachToFormRecord) voidsetFileName(String fileName) Sets the file nameMethods inherited from class de.xima.fc.workflow.taglib.model.BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
Constructor Details
-
FcProcessLogPdfProps
public FcProcessLogPdfProps()
-
-
Method Details
-
getFileName
Gets the file name- Returns:
- the file name
-
setFileName
Sets the file name- Parameters:
fileName- the file name
-
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.
-