Class VersionAttachment

  • All Implemented Interfaces:
    IEntity, Serializable, org.apache.cayenne.DataObject, org.apache.cayenne.Persistent, org.apache.cayenne.Validating

    @CacheGroups("CONFIG")
    public class VersionAttachment
    extends _VersionAttachment
    Provides the definition of a required attachment associated with a form template version.
    See Also:
    Serialized Form
    • Field Detail

      • SUBMIT_METHOD_Electronic

        public static final String SUBMIT_METHOD_Electronic
        Indicates that the user will have to attach files electronically
        See Also:
        Constant Field Values
      • SUBMIT_METHOD_Manual

        public static final String SUBMIT_METHOD_Manual
        Indicates that the user will have to send in attachments via a manual process (e.g. fax)
        See Also:
        Constant Field Values
      • SUBMIT_METHODS

        public static final String[] SUBMIT_METHODS
        The set of constraints on the submission method
      • MAX_RESOLUTIONS

        public static final Map<Integer,​String> MAX_RESOLUTIONS
        The Constant MAX_RESOLUTIONS.
    • Constructor Detail

      • VersionAttachment

        public VersionAttachment()
    • Method Detail

      • isSubmitMethodElectronic

        public boolean isSubmitMethodElectronic()
        Returns:
        true if submit method is "Electronic"
        Since:
        17.10.0
      • isSubmitMethodManual

        public boolean isSubmitMethodManual()
        Returns:
        true if submit method is "Manual"
        Since:
        17.10.0