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 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 SingleAttachment Modifier and Type Method Description Class<? extends SingleAttachment>
NonEmptySingleAttachmentGroupValidator. getFieldClass()
Class<? extends SingleAttachment>
NonEmptySingleAttachmentIfValidator. getFieldClass()
Deprecated.Methods in de.xima.fc.workflow.validation.constraintvalidators with parameters of type SingleAttachment Modifier and Type Method Description boolean
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)
Deprecated.
-