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:
  • Constructor Details

    • FcDeleteAttachmentProps

      public FcDeleteAttachmentProps()
  • Method Details

    • 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.