Interface IBasicFormRecordRequestData

    • Method Detail

      • getFormRecordProcessId

        String getFormRecordProcessId()
        Returns:
        process ID of the form record. If this returns not null then getFormRecordId() must return null.
      • getFormRecordId

        Long getFormRecordId()
        Returns:
        ID of the form record. If this returns not null then getFormRecordProcessId() must return null.