Package de.xima.fc.workflow.model.nodes
Class FcEncodeBase64Props
- java.lang.Object
-
- de.xima.fc.workflow.taglib.model.BaseActionProps
-
- de.xima.fc.workflow.model.nodes.FcEncodeBase64Props
-
- All Implemented Interfaces:
IDescriptionProviding
,INameProviding
,Serializable
public class FcEncodeBase64Props extends BaseActionProps implements Serializable
Model class for the PDF fill workflow action (EWorkflowNodeType.FC_ENCODE_BASE64
).- Since:
- 7.2.1
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.xima.fc.workflow.taglib.model.BaseActionProps
BaseActionProps.name
-
-
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 FcEncodeBase64Props()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SingleFile
getSingleFile()
void
setSingleFile(SingleFile singleFile)
-
Methods inherited from class de.xima.fc.workflow.taglib.model.BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
-
-
-
Method Detail
-
getSingleFile
public SingleFile getSingleFile()
- Returns:
- The file to be encoded
-
setSingleFile
public void setSingleFile(SingleFile singleFile)
- Parameters:
singleFile
- The PDF document to be filled with the form data.
-
-