Uses of Class
de.xima.fc.workflow.model.nodes.MultiAttachment
Packages that use MultiAttachment
Package
Description
-
Uses of MultiAttachment in de.xima.fc.workflow.model.list_item_source
Methods in de.xima.fc.workflow.model.list_item_source that return MultiAttachmentMethods in de.xima.fc.workflow.model.list_item_source with parameters of type MultiAttachmentModifier and TypeMethodDescriptionvoidListItemSourcePropsAttachments.setAttachments(MultiAttachment attachments) -
Uses of MultiAttachment in de.xima.fc.workflow.model.nodes
Methods in de.xima.fc.workflow.model.nodes that return MultiAttachmentModifier and TypeMethodDescriptionstatic MultiAttachmentMultiAttachment.forAttachmentItems(AttachmentItem... items) Wraps the given attachment items into aMultiAttachmentinstance.FcDeleteAttachmentProps.getAttachmentsToDelete()Gets the attachments to delete from the form record.Methods in de.xima.fc.workflow.model.nodes with parameters of type MultiAttachmentModifier and TypeMethodDescriptionvoidFcDeleteAttachmentProps.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 MultiAttachmentModifier and TypeMethodDescriptionstatic WorkflowNodeWorkflowNodeFactory.deleteAttachment(MultiAttachment attachmentsToDelete) Creates a new workflow node for aEWorkflowNodeType.FC_DELETE_ATTACHMENTthat deletes an attachment from the form record.static FcDeleteAttachmentPropsWorkflowNodePropsFactory.deleteAttachment(MultiAttachment attachmentsToDelete) Creates a new workflow node model for aEWorkflowNodeType.FC_DELETE_ATTACHMENTthat deletes attachments from the current form record. -
Uses of MultiAttachment in de.xima.fc.workflow.validation.constraintvalidators
Subclasses with type arguments of type MultiAttachment in de.xima.fc.workflow.validation.constraintvalidatorsModifier and TypeClassDescriptionclassConstraint annotation validator forMultiAttachmentSizeGroup.classDeprecated.Classes in de.xima.fc.workflow.validation.constraintvalidators that implement interfaces with type arguments of type MultiAttachmentMethods in de.xima.fc.workflow.validation.constraintvalidators that return types with arguments of type MultiAttachmentModifier and TypeMethodDescriptionClass<? extends MultiAttachment> MultiAttachmentSizeGroupValidator.getFieldClass()Class<? extends MultiAttachment> MultiAttachmentSizeIfValidator.getFieldClass()Deprecated.Methods in de.xima.fc.workflow.validation.constraintvalidators with parameters of type MultiAttachmentModifier and TypeMethodDescriptionbooleanMultiAttachmentSizeValidator.isValid(MultiAttachment value, javax.validation.ConstraintValidatorContext context) protected booleanMultiAttachmentSizeGroupValidator.validate(MultiAttachment value, javax.validation.ConstraintValidatorContext context) protected booleanMultiAttachmentSizeIfValidator.validate(MultiAttachment value, javax.validation.ConstraintValidatorContext context) Deprecated.
GroupSequenceProviderinstead.