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 SingleAttachmentSingleAttachment.forSearch(String filenamePattern, EAttachmentSource... sourceTypes) Creates a single attachment reference that searches for an existing attachment by its file name and type.static SingleAttachmentSingleAttachment.forSearch(String filenamePattern, Iterable<EAttachmentSource> sourceTypes) Creates a single attachment reference that searches for an existing attachment by its file name and type.static SingleAttachmentSingleAttachment.forUploadElement(String uploadElementName) Creates a single attachment reference for the attachment created automatically by a file upload form element.static SingleAttachmentSingleAttachment.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 TypeMethodDescriptionbooleanNonEmptySingleAttachmentValidator.isValid(SingleAttachment singleFile, javax.validation.ConstraintValidatorContext context) protected booleanNonEmptySingleAttachmentGroupValidator.validate(SingleAttachment value, javax.validation.ConstraintValidatorContext context) protected booleanNonEmptySingleAttachmentIfValidator.validate(SingleAttachment value, javax.validation.ConstraintValidatorContext context)