Uses of Interface
com.kingsrook.qqq.backend.core.actions.processes.BackendStep
Packages that use BackendStep
Package
Description
-
Uses of BackendStep in com.kingsrook.qqq.backend.core.processes.implementations.automation
Classes in com.kingsrook.qqq.backend.core.processes.implementations.automation that implement BackendStepModifier and TypeClassDescriptionclass
Process to find records with a bad automation status, and repair them.class
Process to manually run table automations, for a table. -
Uses of BackendStep in com.kingsrook.qqq.backend.core.processes.implementations.basepull
Classes in com.kingsrook.qqq.backend.core.processes.implementations.basepull that implement BackendStepModifier and TypeClassDescriptionclass
Version of ExtractViaQueryStep that knows how to set up a basepull query. -
Uses of BackendStep in com.kingsrook.qqq.backend.core.processes.implementations.bulk.insert
Classes in com.kingsrook.qqq.backend.core.processes.implementations.bulk.insert that implement BackendStepModifier and TypeClassDescriptionclass
Extract step for generic table bulk-insert ETL process This step does a little bit of transforming, actually - taking rows from an uploaded file, and potentially merging them (for child-table use-cases) and applying the "Mapping" - to put fully built records into the pipe for the Transform step.class
class
step before the upload screen, to prepare dynamic help-text for user.class
class
class
-
Uses of BackendStep in com.kingsrook.qqq.backend.core.processes.implementations.columnstats
Classes in com.kingsrook.qqq.backend.core.processes.implementations.columnstats that implement BackendStepModifier and TypeClassDescriptionclass
This is a single-step process used to provide Column Statistics. -
Uses of BackendStep in com.kingsrook.qqq.backend.core.processes.implementations.etl.basic
Classes in com.kingsrook.qqq.backend.core.processes.implementations.etl.basic that implement BackendStepModifier and TypeClassDescriptionclass
Function body for performing the Extract step of a basic ETL process.class
Function body for performing the Load step of a basic ETL process.class
Function body for performing the Extract step of a basic ETL process. -
Uses of BackendStep in com.kingsrook.qqq.backend.core.processes.implementations.etl.streamed
Classes in com.kingsrook.qqq.backend.core.processes.implementations.etl.streamed that implement BackendStep -
Uses of BackendStep in com.kingsrook.qqq.backend.core.processes.implementations.etl.streamedwithfrontend
Classes in com.kingsrook.qqq.backend.core.processes.implementations.etl.streamedwithfrontend that implement BackendStepModifier and TypeClassDescriptionclass
Base class for the Extract logic of Streamed ETL processes.class
Generic implementation of an ExtractStep - that runs a Query action for a specified table.class
Backend step to do the execute portion of a streamed ETL job.class
Backend step to do a preview of a full streamed ETL jobclass
Backend step to do a full validation of a streamed ETL job -
Uses of BackendStep in com.kingsrook.qqq.backend.core.processes.implementations.garbagecollector
Classes in com.kingsrook.qqq.backend.core.processes.implementations.garbagecollector that implement BackendStep -
Uses of BackendStep in com.kingsrook.qqq.backend.core.processes.implementations.general
Classes in com.kingsrook.qqq.backend.core.processes.implementations.general that implement BackendStepModifier and TypeClassDescriptionclass
Function body to take care of loading the initial records to be used by a process. -
Uses of BackendStep in com.kingsrook.qqq.backend.core.processes.implementations.mock
Classes in com.kingsrook.qqq.backend.core.processes.implementations.mock that implement BackendStep -
Uses of BackendStep in com.kingsrook.qqq.backend.core.processes.implementations.reports
Classes in com.kingsrook.qqq.backend.core.processes.implementations.reports that implement BackendStepModifier and TypeClassDescriptionclass
Process step to execute a report.class
Version of PrepareReportStep for a report that runs off a single record.class
Process step to prepare for running a report. -
Uses of BackendStep in com.kingsrook.qqq.backend.core.processes.implementations.savedbulkloadprofiles
Classes in com.kingsrook.qqq.backend.core.processes.implementations.savedbulkloadprofiles that implement BackendStepModifier and TypeClassDescriptionclass
Process used by the delete bulkLoadProfile dialogclass
Process used by the saved bulkLoadProfile dialogsclass
Process used by the saved bulkLoadProfile dialog -
Uses of BackendStep in com.kingsrook.qqq.backend.core.processes.implementations.savedreports
Classes in com.kingsrook.qqq.backend.core.processes.implementations.savedreports that implement BackendStepModifier and TypeClassDescriptionclass
Process step to actually execute rendering a saved report.class
initial backend-step before rendering a saved report.class
-
Uses of BackendStep in com.kingsrook.qqq.backend.core.processes.implementations.savedviews
Classes in com.kingsrook.qqq.backend.core.processes.implementations.savedviews that implement BackendStepModifier and TypeClassDescriptionclass
Process used by the delete view dialogclass
Process used by the saved view dialogsclass
Process used by the saved view dialog -
Uses of BackendStep in com.kingsrook.qqq.backend.core.processes.implementations.scripts
Classes in com.kingsrook.qqq.backend.core.processes.implementations.scripts that implement BackendStepModifier and TypeClassDescriptionclass
Action to load the details necessary to test a script.class
Extract step for the run-record process.class
Action to store a new version (revision) of a script.class
Action to test a script! -
Uses of BackendStep in com.kingsrook.qqq.backend.core.processes.implementations.sharing
Classes in com.kingsrook.qqq.backend.core.processes.implementations.sharing that implement BackendStepModifier and TypeClassDescriptionclass
DeleteSharedRecord: {tableName; recordId; shareId;}class
EditSharedRecord: {tableName; recordId; shareId; scopeId;}class
GetSharedRecords: {tableName; recordId;} => [{id; audienceType; audienceId; audienceLabel; scopeId}]class
InsertSharedRecord: {tableName; recordId; audienceType; audienceId; scopeId;} -
Uses of BackendStep in com.kingsrook.qqq.backend.core.scheduler.processes
Classes in com.kingsrook.qqq.backend.core.scheduler.processes that implement BackendStepModifier and TypeClassDescriptionclass
Management process to reschedule all scheduled jobs (in all schedulers).class
Management process to schedule all new scheduled jobs (in all schedulers).class
Management process to unschedule all scheduled jobs (in all schedulers). -
Uses of BackendStep in com.kingsrook.qqq.backend.core.scheduler.quartz.processes
Classes in com.kingsrook.qqq.backend.core.scheduler.quartz.processes that implement BackendStepModifier and TypeClassDescriptionclass
Manage process to pause all quartz jobsclass
Manage process to resume all quartz jobs -
Uses of BackendStep in com.kingsrook.qqq.backend.module.filesystem.processes.implementations.etl.basic
Classes in com.kingsrook.qqq.backend.module.filesystem.processes.implementations.etl.basic that implement BackendStepModifier and TypeClassDescriptionclass
BackendStep for performing the Cleanup step of a basic ETL process - e.g., after the loading, delete or move the processed file(s).class
BackendStep for collecting the file names that were discovered in the Extract step. -
Uses of BackendStep in com.kingsrook.qqq.backend.module.filesystem.processes.implementations.etl.streamed
Classes in com.kingsrook.qqq.backend.module.filesystem.processes.implementations.etl.streamed that implement BackendStepModifier and TypeClassDescriptionclass
Extension to the base StreamedETLBackendStep, unique for where the source table is a filesystem, where we want/need to collect the filenames that were processed in the Extract step, so they can be passed into the cleanup step. -
Uses of BackendStep in com.kingsrook.qqq.backend.module.filesystem.processes.implementations.filesystem.importer
Classes in com.kingsrook.qqq.backend.module.filesystem.processes.implementations.filesystem.importer that implement BackendStepModifier and TypeClassDescriptionclass
BackendStep for FilesystemImporter process Job is to: - foreach file in the `source` table (e.g., a ONE-type filesystem table): - optionally create an archive/backup copy of the file - create a record in the `importFile` table - parse the file, creating many records in the `importRecord` table - remove the file from the `source` (if so configured (e.g., may turn off for Read-only FS)) -
Uses of BackendStep in com.kingsrook.qqq.backend.module.filesystem.processes.implementations.filesystem.sync
Classes in com.kingsrook.qqq.backend.module.filesystem.processes.implementations.filesystem.sync that implement BackendStepModifier and TypeClassDescriptionclass
BackendStep to sync two filesystem tables (copying the new files to a 3rd location as well...) -
Uses of BackendStep in com.kingsrook.sampleapp.metadata
Classes in com.kingsrook.sampleapp.metadata that implement BackendStepModifier and TypeClassDescriptionstatic class
Testing backend step - just sleeps however long you ask it to (or, throws if you don't provide a number of seconds to sleep).static class
Testing backend step - just throws an exception after however long you ask it to sleep. -
Uses of BackendStep in com.kingsrook.sampleapp.processes.dynamicsite
Classes in com.kingsrook.sampleapp.processes.dynamicsite that implement BackendStep