Uses of Class
de.xima.fc.workflow.model.nodes.MultiAttachment
-
-
Uses of MultiAttachment in de.xima.fc.workflow.model.list_item_source
Methods in de.xima.fc.workflow.model.list_item_source that return MultiAttachment Modifier and Type Method Description MultiAttachment
ListItemSourcePropsAttachments. getAttachments()
Methods in de.xima.fc.workflow.model.list_item_source with parameters of type MultiAttachment Modifier and Type Method Description void
ListItemSourcePropsAttachments. setAttachments(MultiAttachment attachments)
-
Uses of MultiAttachment in de.xima.fc.workflow.model.nodes
Methods in de.xima.fc.workflow.model.nodes that return MultiAttachment Modifier and Type Method Description static MultiAttachment
MultiAttachment. forAttachmentItems(AttachmentItem... items)
Wraps the given attachment items into aMultiAttachment
instance.MultiAttachment
FcDeleteAttachmentProps. getAttachmentsToDelete()
Gets the attachments to delete from the form record.Methods in de.xima.fc.workflow.model.nodes with parameters of type MultiAttachment Modifier and Type Method Description void
FcDeleteAttachmentProps. setAttachmentsToDelete(MultiAttachment attachmentsToDelete)
Sets the attachments to delete from the form record. -
Uses of MultiAttachment in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type MultiAttachment Modifier and Type Method Description static WorkflowNode
WorkflowNodeFactory. deleteAttachment(MultiAttachment attachmentsToDelete)
Creates a new workflow node for aEWorkflowNodeType.FC_DELETE_ATTACHMENT
that deletes an attachment from the form record.static FcDeleteAttachmentProps
WorkflowNodePropsFactory. deleteAttachment(MultiAttachment attachmentsToDelete)
Creates a new workflow node model for aEWorkflowNodeType.FC_DELETE_ATTACHMENT
that deletes attachments from the current form record. -
Uses of MultiAttachment in de.xima.fc.workflow.validation.constraintvalidators
Methods in de.xima.fc.workflow.validation.constraintvalidators that return types with arguments of type MultiAttachment Modifier and Type Method Description Class<? extends MultiAttachment>
MultiAttachmentSizeGroupValidator. getFieldClass()
Class<? extends MultiAttachment>
MultiAttachmentSizeIfValidator. getFieldClass()
Deprecated.Methods in de.xima.fc.workflow.validation.constraintvalidators with parameters of type MultiAttachment Modifier and Type Method Description boolean
MultiAttachmentSizeValidator. isValid(MultiAttachment value, javax.validation.ConstraintValidatorContext context)
protected boolean
MultiAttachmentSizeGroupValidator. validate(MultiAttachment value, javax.validation.ConstraintValidatorContext context)
protected boolean
MultiAttachmentSizeIfValidator. validate(MultiAttachment value, javax.validation.ConstraintValidatorContext context)
Deprecated.
-