Package de.xima.fc.workflow.model.nodes
Class FcDeleteAttachmentProps
- java.lang.Object
-
- de.xima.fc.workflow.taglib.model.BaseActionProps
-
- de.xima.fc.workflow.model.nodes.FcDeleteAttachmentProps
-
- All Implemented Interfaces:
IDescriptionProviding
,INameProviding
,Serializable
public class FcDeleteAttachmentProps extends BaseActionProps
Model class for the delete attachment action (EWorkflowNodeType.FC_DELETE_ATTACHMENT
).- Since:
- 8.1.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
FcDeleteAttachmentProps.attachmentsToDelete
Custom label for theMultiAttachment.getAttachments()
property.-
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 FcDeleteAttachmentProps()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MultiAttachment
getAttachmentsToDelete()
Gets the attachments to delete from the form record.void
setAttachmentsToDelete(MultiAttachment attachmentsToDelete)
Sets the attachments to delete from the form record.-
Methods inherited from class de.xima.fc.workflow.taglib.model.BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
-
-
-
Method Detail
-
getAttachmentsToDelete
public MultiAttachment getAttachmentsToDelete()
Gets the attachments to delete from the form record.- Returns:
- The attachments to delete from the form record.
-
setAttachmentsToDelete
public void setAttachmentsToDelete(MultiAttachment attachmentsToDelete)
Sets the attachments to delete from the form record.- Parameters:
attachmentsToDelete
- The attachments to delete from the form record.
-
-