Class FcProcessLogPdfProps
java.lang.Object
de.xima.fc.workflow.taglib.model.BaseActionProps
de.xima.fc.workflow.model.nodes.FcProcessLogPdfProps
- All Implemented Interfaces:
IDescriptionProviding, INameProviding, Serializable
Model class for the process history pdf workflow action (
EWorkflowNodeType.FC_PROCESS_LOG_PDF).- Since:
- 7.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class BaseActionProps
BaseActionProps.name -
Field Summary
Fields inherited from interface IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTIONFields inherited from interface INameProviding
ATTR_NAME, COL_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the file nameDetails for how to handle the log file.voidsetFileName(String fileName) Sets the file namevoidsetLogFileProvision(FileProvision logFileProvision) Details for how to handle the log file.Methods inherited from class BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
Constructor Details
-
FcProcessLogPdfProps
public FcProcessLogPdfProps()
-
-
Method Details
-
getFileName
-
setFileName
-
getLogFileProvision
Details for how to handle the log file.- Returns:
- Details for how to handle the log file.
-
setLogFileProvision
Details for how to handle the log file.- Parameters:
logFileProvision- Details for how to handle the log file.
-