Constant Field Values

com.kingsrook.*

  • com.kingsrook.qqq.api.actions.GenerateOpenApiSpecAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Delete one or more records from this table, by supplying an array of primary key values in the request body.\n\nAn HTTP 207 (`Multi-Status`) code is generally returned, with an array of objects giving the individual sub-status codes for each record in the request body.\n* The 1st primary key in the request will have its response in the 1st object in the response, and so-forth.\n* Each input primary key will also be included in the corresponding response object.\n"
    public static final String
    "Insert one or more records into this table by supplying array of records with values to be inserted, in the request body.\n* The objects in the request body should not include a value for the table\'s primary key. Rather, a value will be generated and returned in a successful response\'s body\n* Any unrecognized field names in the body will cause a 400 error.\n* Any read-only (non-editable) fields provided in the body will be silently ignored.\n\nAn HTTP 207 (`Multi-Status`) code is generally returned, with an array of objects giving the individual sub-status codes for each record in the request body.\n* The 1st record in the request will have its response in the 1st object in the response, and so-forth.\n* For sub-status codes of 201 (`Created`), and the generated value for the primary key will be returned in the response body object.\n"
    public static final String
    "Update one or more records in this table, by supplying an array of records, with primary keys and values to be updated, in the request body.\n* Only the fields provided in the request body will be updated.\n* To remove a value from a field, supply the key for the field, with a null value.\n* The request body does not need to contain all fields from the table. Rather, only the fields to be updated should be supplied.\n* Any unrecognized field names in the body will cause a 400 error.\n* Any read-only (non-editable) fields provided in the body will be silently ignored.\n\nAn HTTP 207 (`Multi-Status`) code is generally returned, with an array of objects giving the individual sub-status codes for each record in the request body.\n* The 1st record in the request will have its response in the 1st object in the response, and so-forth.\n* Each input object\'s primary key will also be included in the corresponding response object.\n"
    public static final String
    "Delete one record from this table, by specifying its primary key as a path parameter.\n\nUpon success, a status code of 204 (`No Content`) is returned, with no response body.\n"
    public static final String
    "Get one record from this table, by specifying its primary key as a path parameter.\n"
    public static final String
    "Insert one record into this table by supplying the values to be inserted in the request body.\n* The request body should not include a value for the table\'s primary key. Rather, a value will be generated and returned in a successful response\'s body.\n* Any unrecognized field names in the body will cause a 400 error.\n* Any read-only (non-editable) fields provided in the body will be silently ignored.\n\nUpon success, a status code of 201 (`Created`) is returned, and the generated value for the primary key will be returned in the response body object.\n"
    public static final String
    "Execute a query on this table, using query criteria as specified in query string parameters.\n\n* Pagination is managed via the `pageNo` & `pageSize` query string parameters. pageNo starts at 1. pageSize defaults to 50.\n* By default, the response includes the total count of records that match the query criteria. The count can be omitted by specifying `includeCount=false`\n* By default, results are sorted by the table\'s primary key, descending. This can be changed by specifying the `orderBy` query string parameter, following SQL ORDER BY syntax (e.g., `fieldName1 ASC, fieldName2 DESC`)\n* By default, all given query criteria are combined using logical AND. This can be changed by specifying the query string parameter `booleanOperator=OR`.\n* Each field on the table can be used as a query criteria. Each query criteria field can be specified on the query string any number of times.\n* By default, all criteria use the equals operator (e.g., `myField=value` means records will be returned where myField equals value). Alternative operators can be used as follows:\n * Equals: `myField=value`\n * Not Equals: `myField=!value`\n * Less Than: `myField=<value`\n * Greater Than: `myField=>value`\n * Less Than or Equals: `myField=<=value`\n * Greater Than or Equals: `myField=>=value`\n * Empty (or null): `myField=EMPTY`\n * Not Empty: `myField=!EMPTY`\n * Between: `myField=BETWEEN value1,value2` (two values must be given, separated by commas)\n * Not Between: `myField=!BETWEEN value1,value2` (two values must be given, separated by commas)\n * In: `myField=IN value1,value2,...,valueN` (one or more values must be given, separated by commas)\n * Not In: `myField=!IN value1,value2,...,valueN` (one or more values must be given, separated by commas)\n * Like: `myField=LIKE value` (using standard SQL % and _ wildcards)\n * Not Like: `myField=!LIKE value` (using standard SQL % and _ wildcards)\n"
    public static final String
    "Update one record in this table, by specifying its primary key as a path parameter, and by supplying values to be updated in the request body.\n\n* Only the fields provided in the request body will be updated.\n* To remove a value from a field, supply the key for the field, with a null value.\n* The request body does not need to contain all fields from the table. Rather, only the fields to be updated should be supplied.\n* Any unrecognized field names in the body will cause a 400 error.\n* Any read-only (non-editable) fields provided in the body will be silently ignored.\n* Note that if the request body includes the primary key, it will be ignored. Only the primary key value path parameter will be used.\n\nUpon success, a status code of 204 (`No Content`) is returned, with no response body.\n"
  • com.kingsrook.qqq.api.model.APILog
    Modifier and Type
    Constant Field
    Value
    public static final String
    "apiLog"
  • com.kingsrook.qqq.backend.core.actions.dashboard.widgets.AlertWidgetRenderer
    Modifier and Type
    Constant Field
    Value
    public static final String
    "AlertWidgetRenderer"
  • com.kingsrook.qqq.backend.core.actions.dashboard.widgets.DateTimeGroupBy.MillisPer
    Modifier and Type
    Constant Field
    Value
    public static final long
    86400000L
    public static final long
    3600000L
    public static final long
    2592000000L
    public static final long
    604800000L
    public static final long
    31536000000L
  • com.kingsrook.qqq.backend.core.actions.dashboard.widgets.ProcessWidgetRenderer
    Modifier and Type
    Constant Field
    Value
    public static final String
    "processName"
  • com.kingsrook.qqq.backend.core.model.automation.TableTrigger
    Modifier and Type
    Constant Field
    Value
    public static final String
    "tableTrigger"
  • com.kingsrook.qqq.backend.core.model.helpcontent.HelpContent
    Modifier and Type
    Constant Field
    Value
    public static final String
    "helpContent"
  • com.kingsrook.qqq.backend.core.model.helpcontent.HelpContentFormat
    Modifier and Type
    Constant Field
    Value
    public static final String
    "helpContentFormat"
  • com.kingsrook.qqq.backend.core.model.helpcontent.HelpContentRole
    Modifier and Type
    Constant Field
    Value
    public static final String
    "HelpContentRole"
  • com.kingsrook.qqq.backend.core.model.metadata.scheduleing.quartz.QuartzSchedulerMetaData
    Modifier and Type
    Constant Field
    Value
    public static final String
    "quartz"
  • com.kingsrook.qqq.backend.core.model.metadata.scheduleing.simple.SimpleSchedulerMetaData
    Modifier and Type
    Constant Field
    Value
    public static final String
    "simple"
  • com.kingsrook.qqq.backend.core.modules.authentication.implementations.model.UserSession
    Modifier and Type
    Constant Field
    Value
    public static final String
    "userSession"
  • com.kingsrook.qqq.backend.core.processes.implementations.sharing.DeleteSharedRecordProcess
    Modifier and Type
    Constant Field
    Value
    public static final String
    "deleteSharedRecord"
  • com.kingsrook.qqq.backend.core.processes.implementations.sharing.EditSharedRecordProcess
    Modifier and Type
    Constant Field
    Value
    public static final String
    "editSharedRecord"
  • com.kingsrook.qqq.backend.core.processes.implementations.sharing.GetSharedRecordsProcess
    Modifier and Type
    Constant Field
    Value
    public static final String
    "getSharedRecords"
  • com.kingsrook.qqq.backend.core.processes.implementations.sharing.InsertSharedRecordProcess
    Modifier and Type
    Constant Field
    Value
    public static final String
    "insertSharedRecord"
  • com.kingsrook.qqq.backend.core.processes.locks.ProcessLock
    Modifier and Type
    Constant Field
    Value
    public static final String
    "processLock"
  • com.kingsrook.qqq.backend.core.processes.locks.ProcessLockType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "processLockType"
  • com.kingsrook.qqq.backend.module.api.model.OutboundAPILog
    Modifier and Type
    Constant Field
    Value
    public static final String
    "outboundApiLog"
  • com.kingsrook.qqq.backend.module.rdbms.RDBMSBackendModule
    Modifier and Type
    Constant Field
    Value
    public static final String
    "rdbms"
  • com.kingsrook.qqq.middleware.javalin.tools.APIUtils
    Modifier and Type
    Constant Field
    Value
    public static final String
    "qqq-middleware-javalin/src/main/resources/openapi/"