Uses of Class
de.xima.fc.workflow.model.nodes.SingleAttachment
Packages that use SingleAttachment
Package
Description
-
Uses of SingleAttachment in de.xima.fc.workflow.model.nodes
Methods in de.xima.fc.workflow.model.nodes that return SingleAttachmentModifier and TypeMethodDescriptionstatic SingleAttachment
SingleAttachment.forSearch
(String filenamePattern, EAttachmentSource... sourceTypes) Creates a single attachment reference that searches for an existing attachment by its file name and type.static SingleAttachment
SingleAttachment.forSearch
(String filenamePattern, Iterable<EAttachmentSource> sourceTypes) Creates a single attachment reference that searches for an existing attachment by its file name and type.static SingleAttachment
SingleAttachment.forUploadElement
(String uploadElementName) Creates a single attachment reference for the attachment created automatically by a file upload form element.static SingleAttachment
SingleAttachment.forWorkflowNode
(NodeKey nodeKey) Creates a single attachment references for the attachment created by a previously executed workflow node. -
Uses of SingleAttachment in de.xima.fc.workflow.validation.constraintvalidators
Methods in de.xima.fc.workflow.validation.constraintvalidators that return types with arguments of type SingleAttachmentModifier and TypeMethodDescriptionClass<? extends SingleAttachment>
NonEmptySingleAttachmentGroupValidator.getFieldClass()
Class<? extends SingleAttachment>
NonEmptySingleAttachmentIfValidator.getFieldClass()
Methods in de.xima.fc.workflow.validation.constraintvalidators with parameters of type SingleAttachmentModifier and TypeMethodDescriptionboolean
NonEmptySingleAttachmentValidator.isValid
(SingleAttachment singleFile, javax.validation.ConstraintValidatorContext context) protected boolean
NonEmptySingleAttachmentGroupValidator.validate
(SingleAttachment value, javax.validation.ConstraintValidatorContext context) protected boolean
NonEmptySingleAttachmentIfValidator.validate
(SingleAttachment value, javax.validation.ConstraintValidatorContext context)