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.audits
Classes in com.kingsrook.qqq.backend.core.processes.implementations.audits that implement BackendStepModifier and TypeClassDescriptionclassMetaDataProducer and BackendStep for GetAuditsForRecordProcess -
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 TypeClassDescriptionclassProcess to find records with a bad automation status, and repair them.classProcess 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 TypeClassDescriptionclassVersion of ExtractViaQueryStep that knows how to set up a basepull query. -
Uses of BackendStep in com.kingsrook.qqq.backend.core.processes.implementations.bulk.edit
Classes in com.kingsrook.qqq.backend.core.processes.implementations.bulk.edit that implement BackendStepModifier and TypeClassDescriptionclassclass for preparing data for the bulk edit processes -
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 TypeClassDescriptionclassExtract 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.classclassstep before the upload screen, to prepare dynamic help-text for user.classclassclass -
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 TypeClassDescriptionclassThis 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 TypeClassDescriptionclassFunction body for performing the Extract step of a basic ETL process.classFunction body for performing the Load step of a basic ETL process.classFunction 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 TypeClassDescriptionclassBase class for the Extract logic of Streamed ETL processes.classGeneric implementation of an ExtractStep - that runs a Query action for a specified table.classBackend step to do the execute portion of a streamed ETL job.classBackend step to do a preview of a full streamed ETL jobclassBackend 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 TypeClassDescriptionclassFunction 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 TypeClassDescriptionclassProcess step to execute a report.classVersion of PrepareReportStep for a report that runs off a single record.classProcess 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 TypeClassDescriptionclassProcess used by the delete bulkLoadProfile dialogclassProcess used by the saved bulkLoadProfile dialogsclassProcess 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 TypeClassDescriptionclassProcess step to actually execute rendering a saved report.classinitial 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 TypeClassDescriptionclassProcess used by the delete view dialogclassProcess used by the saved view dialogsclassProcess 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 TypeClassDescriptionclassAction to load the details necessary to test a script.classExtract step for the run-record process.classAction to store a new version (revision) of a script.classAction 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 TypeClassDescriptionclassDeleteSharedRecord: {tableName; recordId; shareId;}classEditSharedRecord: {tableName; recordId; shareId; scopeId;}classGetSharedRecords: {tableName; recordId;} => [{id; audienceType; audienceId; audienceLabel; scopeId}]classInsertSharedRecord: {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 TypeClassDescriptionclassManagement process to reschedule all scheduled jobs (in all schedulers).classManagement process to schedule all new scheduled jobs (in all schedulers).classManagement 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 TypeClassDescriptionclassManage process to pause all quartz jobsclassManage 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 TypeClassDescriptionclassBackendStep for performing the Cleanup step of a basic ETL process - e.g., after the loading, delete or move the processed file(s).classBackendStep 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 TypeClassDescriptionclassExtension 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 TypeClassDescriptionclassBackendStep 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 TypeClassDescriptionclassBackendStep to sync two filesystem tables (copying the new files to a 3rd location as well...)