Interface IMetaData


public interface IMetaData
The metadata of the incoming data.
  • Method Details

    • getRequestHeaders

      Map<String,List<String>> getRequestHeaders()
      Returns:
      Incoming HTTP request headers
    • getAppUid

      String getAppUid()
      Returns:
      application uuid
    • getFormId

      String getFormId()
      If isInnerForm() is true then this will be the ID of the inner form.
      Returns:
      form ID (eg. F_Form1)
    • isInnerForm

      boolean isInnerForm()
      Tables and repeating sections have inner forms.
      Returns:
      true if data is from an inner form
    • getRecordUid

      String getRecordUid()
      Returns:
      record uuid
    • getCreatedBy

      String getCreatedBy()
      Returns:
      ID of user that originally created the record
    • getCreatedOn

      Instant getCreatedOn()
      Returns:
      The instant the record was originally created
    • getLastModifiedBy

      String getLastModifiedBy()
      Returns:
      ID of user that last modified the record
    • getLastModifiedOn

      Instant getLastModifiedOn()
      Returns:
      The instant the record was last modified
    • getStageId

      String getStageId()
      Returns:
      ID of the record's current stage (eg. ST_STart)