Uses of Class
de.xima.fc.workflow.model.nodes.SingleAttachment
-
Packages that use SingleAttachment Package Description de.xima.fc.workflow.model.nodes de.xima.fc.workflow.validation.constraintvalidators -
-
Uses of SingleAttachment in de.xima.fc.workflow.model.nodes
Methods in de.xima.fc.workflow.model.nodes that return SingleAttachment Modifier and Type Method Description static 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 SingleAttachment Modifier and Type Method Description Class<? extends SingleAttachment>NonEmptySingleAttachmentGroupValidator. getFieldClass()Class<? extends SingleAttachment>NonEmptySingleAttachmentIfValidator. getFieldClass()Methods in de.xima.fc.workflow.validation.constraintvalidators with parameters of type SingleAttachment Modifier and Type Method Description booleanNonEmptySingleAttachmentValidator. 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)
-