Constant Field Values
com.kingsrook.*
-
com.kingsrook.qqq.api.ApiSupplementType
-
com.kingsrook.qqq.api.actions.GenerateOpenApiSpecActionModifier and TypeConstant FieldValue
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
-
com.kingsrook.qqq.api.model.metadata.ApiInstanceMetaDataProvider
-
com.kingsrook.qqq.backend.core.actions.audits.DMLAuditAction
-
com.kingsrook.qqq.backend.core.actions.dashboard.widgets.AlertWidgetRenderer
-
com.kingsrook.qqq.backend.core.actions.dashboard.widgets.DateTimeGroupBy.MillisPer
-
com.kingsrook.qqq.backend.core.actions.dashboard.widgets.ProcessWidgetRenderer
-
com.kingsrook.qqq.backend.core.actions.permissions.AvailablePermission
-
com.kingsrook.qqq.backend.core.actions.processes.RunProcessActionModifier and TypeConstant FieldValue
public static final String
"basepullConfiguration"
public static final String
"basepullDidQueryUsingTimestamp"
public static final String
"basepullKeyValue"
public static final String
"basepullLastRuntimeKey"
public static final String
"basepullReadyToUpdateTimestamp"
public static final String
"basepullThisRuntimeKey"
public static final String
"basepullTimestampField"
public static final String
"processTracerCodeReference"
-
com.kingsrook.qqq.backend.core.actions.reporting.excel.poi.ExcelPoiBasedStreamingExportStreamer
-
com.kingsrook.qqq.backend.core.model.actions.processes.QUploadedFile
-
com.kingsrook.qqq.backend.core.model.actions.reporting.ReportFormatPossibleValueEnum
-
com.kingsrook.qqq.backend.core.model.audits.AuditsMetaDataProvider
-
com.kingsrook.qqq.backend.core.model.automation.TableTrigger
-
com.kingsrook.qqq.backend.core.model.common.TimeZonePossibleValueSourceMetaDataProvider
-
com.kingsrook.qqq.backend.core.model.data.QRecord
-
com.kingsrook.qqq.backend.core.model.helpcontent.HelpContent
-
com.kingsrook.qqq.backend.core.model.helpcontent.HelpContentFormat
-
com.kingsrook.qqq.backend.core.model.helpcontent.HelpContentRole
-
com.kingsrook.qqq.backend.core.model.metadata.MetaDataProducerInterface<T>
-
com.kingsrook.qqq.backend.core.model.metadata.dashboard.nocode.HtmlWrapperModifier and TypeConstant FieldValue
public static final String
"font-size: 2rem; font-weight: 400; line-height: 1.625; text-align: center; padding-bottom: 8px; "
public static final String
"float: right; "
public static final String
"padding-left: 1rem; "
public static final String
"padding-left: 2rem; "
public static final String
"font-size: 1.5rem; font-weight: 400; line-height: 1.625; text-align: center; padding-bottom: 4px; "
public static final String
"color: red; "
public static final String
"color: #bfb743; "
-
com.kingsrook.qqq.backend.core.model.metadata.fields.AdornmentType.ChipValues
-
com.kingsrook.qqq.backend.core.model.metadata.fields.AdornmentType.FileDownloadValuesModifier and TypeConstant FieldValue
public static final String
"defaultExtension"
public static final String
"defaultMimeType"
public static final String
"downloadUrlDynamic"
public static final String
"fileNameField"
public static final String
"fileNameFormat"
public static final String
"fileNameFormatFields"
public static final String
"supplementalCodeReference"
public static final String
"supplementalProcessName"
-
com.kingsrook.qqq.backend.core.model.metadata.fields.AdornmentType.LinkValues
-
com.kingsrook.qqq.backend.core.model.metadata.fields.AdornmentType.TooltipValues
-
com.kingsrook.qqq.backend.core.model.metadata.fields.DisplayFormatModifier and TypeConstant FieldValue
public static final String
"%,d"
public static final String
"$%,.2f"
public static final String
"%.1f"
public static final String
"%,.1f"
public static final String
"%.2f"
public static final String
"%,.2f"
public static final String
"%.3f"
public static final String
"%,.3f"
public static final String
"%s"
public static final String
"%.0f%%"
public static final String
"%.1f%%"
public static final String
"%.2f%%"
public static final String
"%s"
-
com.kingsrook.qqq.backend.core.model.metadata.messaging.email.EmailMessagingProviderMetaData
-
com.kingsrook.qqq.backend.core.model.metadata.messaging.ses.SESMessagingProviderMetaData
-
com.kingsrook.qqq.backend.core.model.metadata.scheduleing.quartz.QuartzSchedulerMetaData
-
com.kingsrook.qqq.backend.core.model.metadata.scheduleing.simple.SimpleSchedulerMetaData
-
com.kingsrook.qqq.backend.core.model.metadata.sharing.ShareScopePossibleValueMetaDataProducer
-
com.kingsrook.qqq.backend.core.model.metadata.tables.TablesPossibleValueSourceMetaDataProvider
-
com.kingsrook.qqq.backend.core.model.processes.QQQProcess
-
com.kingsrook.qqq.backend.core.model.processes.QQQProcessesMetaDataProvider
-
com.kingsrook.qqq.backend.core.model.querystats.QueryStat
-
com.kingsrook.qqq.backend.core.model.querystats.QueryStatCriteriaField
-
com.kingsrook.qqq.backend.core.model.querystats.QueryStatJoinTable
-
com.kingsrook.qqq.backend.core.model.querystats.QueryStatOrderByField
-
com.kingsrook.qqq.backend.core.model.savedbulkloadprofiles.SavedBulkLoadProfile
-
com.kingsrook.qqq.backend.core.model.savedbulkloadprofiles.SavedBulkLoadProfileMetaDataProviderModifier and TypeConstant FieldValue
public static final String
"sharedSavedBulkLoadProfileJoinSavedBulkLoadProfile"
-
com.kingsrook.qqq.backend.core.model.savedbulkloadprofiles.SharedSavedBulkLoadProfile
-
com.kingsrook.qqq.backend.core.model.savedreports.RenderedReport
-
com.kingsrook.qqq.backend.core.model.savedreports.RenderedReportStatus
-
com.kingsrook.qqq.backend.core.model.savedreports.SavedReport
-
com.kingsrook.qqq.backend.core.model.savedreports.SavedReportsMetaDataProviderModifier and TypeConstant FieldValue
public static final String
"renderReportProcessValuesWidget"
public static final String
"reportStorage"
public static final String
"scheduledReportJoinSavedReport"
public static final String
"scheduledReportValuesWidget"
public static final String
"sharedSavedReportJoinSavedReport"
-
com.kingsrook.qqq.backend.core.model.savedreports.ScheduledReport
-
com.kingsrook.qqq.backend.core.model.savedreports.ScheduledReportSyncToScheduledJobProcess
-
com.kingsrook.qqq.backend.core.model.savedreports.SharedSavedReport
-
com.kingsrook.qqq.backend.core.model.savedviews.SavedView
-
com.kingsrook.qqq.backend.core.model.savedviews.SavedViewsMetaDataProvider
-
com.kingsrook.qqq.backend.core.model.savedviews.SharedSavedView
-
com.kingsrook.qqq.backend.core.model.scheduledjobs.ScheduledJob
-
com.kingsrook.qqq.backend.core.model.scheduledjobs.ScheduledJobParameter
-
com.kingsrook.qqq.backend.core.model.scheduledjobs.ScheduledJobTypePossibleValueSource
-
com.kingsrook.qqq.backend.core.model.scheduledjobs.SchedulersPossibleValueSource
-
com.kingsrook.qqq.backend.core.model.scripts.Script
-
com.kingsrook.qqq.backend.core.model.scripts.ScriptLog
-
com.kingsrook.qqq.backend.core.model.scripts.ScriptLogLine
-
com.kingsrook.qqq.backend.core.model.scripts.ScriptRevision
-
com.kingsrook.qqq.backend.core.model.scripts.ScriptRevisionFile
-
com.kingsrook.qqq.backend.core.model.scripts.ScriptsMetaDataProviderModifier and TypeConstant FieldValue
public static final String
"currentScriptRevision"
public static final String
"loadScriptTestDetails"
public static final String
"runRecordScript"
public static final String
"Record Script"
public static final String
"storeScriptRevision"
public static final String
"testScript"
-
com.kingsrook.qqq.backend.core.model.scripts.ScriptType
-
com.kingsrook.qqq.backend.core.model.scripts.ScriptTypeFileMode
-
com.kingsrook.qqq.backend.core.model.scripts.ScriptTypeFileSchema
-
com.kingsrook.qqq.backend.core.model.session.QSession
-
com.kingsrook.qqq.backend.core.model.tables.QQQTable
-
com.kingsrook.qqq.backend.core.model.tables.QQQTablesMetaDataProvider
-
com.kingsrook.qqq.backend.core.modules.authentication.implementations.Auth0AuthenticationModule
-
com.kingsrook.qqq.backend.core.modules.authentication.implementations.FullyAnonymousAuthenticationModuleModifier and TypeConstant FieldValue
public static final String
"b0a88d00-8439-48e8-8b48-e0ef40c40ed9"
-
com.kingsrook.qqq.backend.core.modules.authentication.implementations.TableBasedAuthenticationModule
-
com.kingsrook.qqq.backend.core.modules.authentication.implementations.metadata.RedirectStateMetaDataProducer
-
com.kingsrook.qqq.backend.core.modules.authentication.implementations.model.UserSession
-
com.kingsrook.qqq.backend.core.modules.backend.implementations.memory.MemoryRecordStore
-
com.kingsrook.qqq.backend.core.processes.implementations.automation.HealBadRecordAutomationStatusesProcessStep
-
com.kingsrook.qqq.backend.core.processes.implementations.automation.RunTableAutomationsProcessStep
-
com.kingsrook.qqq.backend.core.processes.implementations.basepull.ExtractViaBasepullQueryStep
-
com.kingsrook.qqq.backend.core.processes.implementations.bulk.edit.BulkEditLoadStep
-
com.kingsrook.qqq.backend.core.processes.implementations.bulk.edit.BulkEditTransformStep
-
com.kingsrook.qqq.backend.core.processes.implementations.etl.basic.BasicETLProcessModifier and TypeConstant FieldValue
public static final String
"destinationTable"
public static final String
"mappingJSON"
public static final String
"recordCount"
public static final String
"sourceTable"
public static final String
"extract"
public static final String
"load"
public static final String
"transform"
public static final String
"etl.basic"
-
com.kingsrook.qqq.backend.core.processes.implementations.etl.streamed.StreamedETLProcess
-
com.kingsrook.qqq.backend.core.processes.implementations.etl.streamedwithfrontend.BaseStreamedETLStepModifier and TypeConstant FieldValue
protected static final int
20
-
com.kingsrook.qqq.backend.core.processes.implementations.etl.streamedwithfrontend.ExtractViaQueryStep
-
com.kingsrook.qqq.backend.core.processes.implementations.etl.streamedwithfrontend.LoadViaDeleteStep
-
com.kingsrook.qqq.backend.core.processes.implementations.etl.streamedwithfrontend.LoadViaInsertOrUpdateStep
-
com.kingsrook.qqq.backend.core.processes.implementations.etl.streamedwithfrontend.LoadViaInsertStep
-
com.kingsrook.qqq.backend.core.processes.implementations.etl.streamedwithfrontend.LoadViaUpdateStep
-
com.kingsrook.qqq.backend.core.processes.implementations.etl.streamedwithfrontend.StreamedETLWithFrontendProcessModifier and TypeConstant FieldValue
public static final String
"This is a preview of the records that will be deleted."
public static final String
"This is a preview of the records that will be created."
public static final String
"This is a preview of the records that will be inserted or updated."
public static final String
"This is a preview of the records that will be updated."
public static final String
"This is a preview of the records that will be "
public static final String
"defaultQueryFilter"
public static final String
"destinationTable"
public static final String
"doFullValidation"
public static final String
"extract"
public static final String
"fetchHeavyFields"
public static final String
"includeAssociations"
public static final String
"load"
public static final String
"previewMessage"
public static final String
"processResults"
public static final String
"recordCount"
public static final String
"sourceTable"
public static final String
"supportsFullValidation"
public static final String
"transactionLevel"
public static final String
"transform"
public static final String
"validationSummary"
public static final String
"execute"
public static final String
"preview"
public static final String
"result"
public static final String
"review"
public static final String
"validate"
public static final String
"autoCommit"
public static final String
"page"
public static final String
"process"
-
com.kingsrook.qqq.backend.core.processes.implementations.mergeduplicates.MergeDuplicatesProcess
-
com.kingsrook.qqq.backend.core.processes.implementations.mock.MockBackendStep
-
com.kingsrook.qqq.backend.core.processes.implementations.reports.BasicRunReportProcessModifier and TypeConstant FieldValue
public static final String
"reportFormat"
public static final String
"reportName"
public static final String
"reports.basic"
public static final String
"accessReport"
public static final String
"execute"
public static final String
"input"
public static final String
"prepare"
-
com.kingsrook.qqq.backend.core.processes.implementations.reports.RunReportForRecordProcessModifier and TypeConstant FieldValue
public static final String
"recordId"
public static final String
"reportName"
public static final String
"reports.forRecord"
public static final String
"accessReport"
public static final String
"execute"
public static final String
"input"
public static final String
"prepare"
-
com.kingsrook.qqq.backend.core.processes.implementations.savedreports.RenderSavedReportMetaDataProducerModifier and TypeConstant FieldValue
public static final String
"reportDestinationEmailAddress"
public static final String
"emailSubject"
public static final String
"reportFormat"
public static final String
"storageReference"
public static final String
"storageTableName"
public static final String
"fromEmailAddress"
public static final String
"renderSavedReport"
public static final String
"replyToEmailAddress"
public static final String
"sesProviderName"
-
com.kingsrook.qqq.backend.core.processes.implementations.savedreports.RunScheduledReportMetaDataProducer
-
com.kingsrook.qqq.backend.core.processes.implementations.sharing.DeleteSharedRecordProcess
-
com.kingsrook.qqq.backend.core.processes.implementations.sharing.EditSharedRecordProcess
-
com.kingsrook.qqq.backend.core.processes.implementations.sharing.GetSharedRecordsProcess
-
com.kingsrook.qqq.backend.core.processes.implementations.sharing.InsertSharedRecordProcess
-
com.kingsrook.qqq.backend.core.processes.implementations.tablesync.AbstractTableSyncTransformStep
-
com.kingsrook.qqq.backend.core.processes.implementations.tablesync.TableSyncProcess
-
com.kingsrook.qqq.backend.core.processes.locks.ProcessLock
-
com.kingsrook.qqq.backend.core.processes.locks.ProcessLockType
-
com.kingsrook.qqq.backend.core.utils.ListingHash<K,
V>
-
com.kingsrook.qqq.backend.javalin.QJavalinAccessLogger
-
com.kingsrook.qqq.backend.javalin.QJavalinImplementation
-
com.kingsrook.qqq.backend.javalin.QJavalinMetaData
-
com.kingsrook.qqq.backend.module.api.model.OutboundAPILog
-
com.kingsrook.qqq.backend.module.filesystem.base.FilesystemRecordBackendDetailFields
-
com.kingsrook.qqq.backend.module.filesystem.local.FilesystemBackendModule
-
com.kingsrook.qqq.backend.module.filesystem.processes.implementations.etl.basic.BasicETLCleanupSourceFilesStep
-
com.kingsrook.qqq.backend.module.filesystem.processes.implementations.etl.basic.BasicETLCollectSourceFileNamesStep
-
com.kingsrook.qqq.backend.module.filesystem.processes.implementations.filesystem.importer.FilesystemImporterMetaDataTemplate
-
com.kingsrook.qqq.backend.module.filesystem.processes.implementations.filesystem.importer.FilesystemImporterStepModifier and TypeConstant FieldValue
public static final String
"archiveFileEnabled"
public static final String
"archivePath"
public static final String
"archiveTableName"
public static final String
"fileFormat"
public static final String
"importFileTable"
public static final String
"importRecordTable"
public static final String
"importSecurityFieldName"
public static final String
"importSecurityFieldValue"
public static final String
"importSecurityFieldSupplier"
public static final String
"removeFileAfterImport"
public static final String
"sourceTable"
public static final String
"updateFileIfNameExists"
-
com.kingsrook.qqq.backend.module.filesystem.processes.implementations.filesystem.sync.FilesystemSyncProcess
-
com.kingsrook.qqq.backend.module.filesystem.processes.implementations.filesystem.sync.FilesystemSyncStep
-
com.kingsrook.qqq.backend.module.filesystem.s3.S3BackendModule
-
com.kingsrook.qqq.backend.module.filesystem.sftp.SFTPBackendModule
-
com.kingsrook.qqq.backend.module.rdbms.RDBMSBackendModule
-
com.kingsrook.qqq.backend.module.rdbms.jdbc.QueryManager
-
com.kingsrook.qqq.backend.module.rdbms.model.metadata.RDBMSBackendMetaData
-
com.kingsrook.qqq.backend.module.rdbms.strategy.BaseRDBMSActionStrategy
-
com.kingsrook.qqq.frontend.picocli.QPicoCliImplementation
-
com.kingsrook.qqq.middleware.javalin.executors.ExecutorSessionUtils
-
com.kingsrook.qqq.middleware.javalin.specs.v1.utils.ProcessSpecUtilsV1
-
com.kingsrook.qqq.middleware.javalin.tools.APIUtilsModifier and TypeConstant FieldValue
public static final String
"qqq-middleware-javalin/src/main/resources/openapi/"
-
com.kingsrook.sampleapp.metadata.DynamicSiteProcessMetaDataProducer
-
com.kingsrook.sampleapp.metadata.OAuth2MetaDataProvider
-
com.kingsrook.sampleapp.metadata.SampleMetaDataProviderModifier and TypeConstant FieldValue
public static final String
"greetingsApp"
public static final String
"miscellaneous"
public static final String
"peopleApp"
public static final String
"filesystem"
public static final String
"memory"
public static final String
"clonePeople"
public static final String
"greet"
public static final String
"greetInteractive"
public static final String
"simpleSleep"
public static final String
"simpleThrow"
public static final String
"sleepInteractive"
public static final String
"rdbms"
public static final String
"screen0"
public static final String
"screen1"
public static final String
"sleeper"
public static final String
"thrower"
public static final String
"carrier"
public static final String
"city"
public static final String
"person"
public static final String
"pet"
-
com.kingsrook.sampleapp.metadata.SampleMetaDataProvider.PetSpecies
-
com.kingsrook.sampleapp.metadata.SampleMetaDataProvider.SleeperStep
-
com.kingsrook.sampleapp.metadata.SampleMetaDataProvider.ThrowerStep
-
com.kingsrook.sampleapp.metadata.widgetsdashboard.SampleBarChartWidgetMetaDataProducer
-
com.kingsrook.sampleapp.metadata.widgetsdashboard.SampleBigNumberBlocksWidgetMetaDataProducer
-
com.kingsrook.sampleapp.metadata.widgetsdashboard.SampleHTMLWidgetMetaDataProducer
-
com.kingsrook.sampleapp.metadata.widgetsdashboard.SampleLineChartWidgetMetaDataProducer
-
com.kingsrook.sampleapp.metadata.widgetsdashboard.SampleMultiStatisticsWidgetMetaDataProducer
-
com.kingsrook.sampleapp.metadata.widgetsdashboard.SamplePieChartWidgetMetaDataProducer
-
com.kingsrook.sampleapp.metadata.widgetsdashboard.SampleSmallLineChartWidgetMetaDataProducer
-
com.kingsrook.sampleapp.metadata.widgetsdashboard.SampleStackedBarChartWidgetMetaDataProducer
-
com.kingsrook.sampleapp.metadata.widgetsdashboard.SampleStatisticsWidgetMetaDataProducer
-
com.kingsrook.sampleapp.metadata.widgetsdashboard.SampleStepperWidgetMetaDataProducer
-
com.kingsrook.sampleapp.metadata.widgetsdashboard.SampleTableWidgetMetaDataProducer
-
com.kingsrook.sampleapp.metadata.widgetsdashboard.SampleWidgetsDashboardMetaDataProducer