Class FcCompressAsZipProps
java.lang.Object
de.xima.fc.workflow.taglib.model.BaseActionProps
de.xima.fc.workflow.model.nodes.FcCompressAsZipProps
- All Implemented Interfaces:
IDescriptionProviding, INameProviding, Serializable
Model class for the compress as ZIP workflow action (
EWorkflowNodeType.FC_COMPRESS_AS_ZIP).- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class BaseActionProps
BaseActionProps.name -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName of the JSON property forgetCompressedFileName().static final StringName of the JSON property forgetMultiFile().static final StringName of the JSON property forgetNamingScheme().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 TypeMethodDescriptionDetails for how to handle the compressed file.voidsetCompressedFileName(String compressedFileName) voidsetCompressedFileProvision(FileProvision compressedFileProvision) Details for how to handle the compressed file.voidsetMultiFile(MultiFile multiFile) voidsetNamingScheme(ECompressAsZipNamingScheme namingScheme) Methods inherited from class BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
Field Details
-
ATTR_COMPRESSED_FILE_NAME
Name of the JSON property forgetCompressedFileName().- See Also:
-
ATTR_MULTI_FILE
-
ATTR_NAMING_SCHEME
Name of the JSON property forgetNamingScheme().- See Also:
-
-
Constructor Details
-
FcCompressAsZipProps
public FcCompressAsZipProps()
-
-
Method Details
-
getCompressedFileName
- Returns:
- File name of the ZIP archive file. Should end with
.zip. When empty, the name of the input file (when one file is selected) orcompressed.zipis used (when multiple files are selected).
-
setCompressedFileName
- Parameters:
compressedFileName- File name of the ZIP archive file. Should end with.zip. When empty, the name of the input file (when one file is selected) orcompressed.zipis used (when multiple files are selected).
-
getCompressedFileProvision
Details for how to handle the compressed file.- Returns:
- Details for how to handle the compressed file.
-
setCompressedFileProvision
Details for how to handle the compressed file.- Parameters:
compressedFileProvision- Details for how to handle the compressed file.
-
getMultiFile
-
setMultiFile
-
getNamingScheme
- Returns:
- How the files that are put into the ZIP archive should be named and whether sub folders should be created.
-
setNamingScheme
- Parameters:
namingScheme- How the files that are put into the ZIP archive should be named and whether sub directories should be created.
-