Class VersionAttachment

java.lang.Object
org.apache.cayenne.PersistentObject
org.apache.cayenne.BaseDataObject
org.apache.cayenne.CayenneDataObject
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:
  • Field Details

    • SUBMIT_METHOD_Electronic

      public static final String SUBMIT_METHOD_Electronic
      Indicates that the user will have to attach files electronically
      See Also:
    • 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:
    • SUBMIT_METHODS

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

      public static final String MAX_RESOLUTION_1
      The Constant MAX_RESOLUTION_1.
      See Also:
    • MAX_RESOLUTION_2

      public static final String MAX_RESOLUTION_2
      The Constant MAX_RESOLUTION_2.
      See Also:
    • MAX_RESOLUTION_3

      public static final String MAX_RESOLUTION_3
      The Constant MAX_RESOLUTION_3.
      See Also:
    • MAX_RESOLUTION_4

      public static final String MAX_RESOLUTION_4
      The Constant MAX_RESOLUTION_4.
      See Also:
    • MAX_RESOLUTION_5

      public static final String MAX_RESOLUTION_5
      The Constant MAX_RESOLUTION_5.
      See Also:
    • MAX_RESOLUTION_6

      public static final String MAX_RESOLUTION_6
      The Constant MAX_RESOLUTION_6.
      See Also:
    • MAX_RESOLUTION_7

      public static final String MAX_RESOLUTION_7
      The Constant MAX_RESOLUTION_7.
      See Also:
    • MAX_RESOLUTION_8

      public static final String MAX_RESOLUTION_8
      The Constant MAX_RESOLUTION_8.
      See Also:
    • MAX_RESOLUTIONS

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

    • VersionAttachment

      public VersionAttachment()
  • Method Details

    • 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