Interface ITestPromptConnectionParams


public interface ITestPromptConnectionParams
Describes the parameters for a test connection call to a prompt query, see IPromptTypeService.testConnection(IPromptServiceType, ITestPromptConnectionParams, Object)
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the ID of the form record scope where the connection test was started, if any.
    Gets the ID of the form record session where the connection test was started, if any.
    Gets the scope of the form record where the connection test was started, if any.
    The locale to use for localizing error message when the connection test fails.
    Gets the ID of the project scope where the connection test was started, if any.
    Gets the ID of the tenant scope where the connection test was started, if any.
    Gets the ID of the workflow version where the connection test was started, if any.
  • Method Details

    • tenantId

      Long tenantId()
      Gets the ID of the tenant scope where the connection test was started, if any.
      Returns:
      The tenant ID; or null if no tenant scope is available.
    • formRecordId

      Long formRecordId()
      Gets the ID of the form record scope where the connection test was started, if any.
      Returns:
      The form record ID; or null if no form record scope is available.
    • formRecordSessionId

      String formRecordSessionId()
      Gets the ID of the form record session where the connection test was started, if any.
      Returns:
      The ID of the form record session; or null if no form record session scope is available.
    • formVersionId

      Long formVersionId()
      Gets the scope of the form record where the connection test was started, if any.
      Returns:
      The form record scope; or null if no form record scope is available.
    • locale

      Locale locale()
      The locale to use for localizing error message when the connection test fails.
      Returns:
      The locale to use for error messages.
    • projectId

      Long projectId()
      Gets the ID of the project scope where the connection test was started, if any.
      Returns:
      The project ID; or null if no project scope is available.
    • workflowVersionId

      Long workflowVersionId()
      Gets the ID of the workflow version where the connection test was started, if any.
      Returns:
      The workflow version ID; or null if no workflow version scope is available.