Uses of Class
com.kingsrook.qqq.backend.core.model.actions.processes.RunBackendStepOutput
Packages that use RunBackendStepOutput
Package
Description
-
Uses of RunBackendStepOutput in com.kingsrook.qqq.backend.core.actions.processes
Methods in com.kingsrook.qqq.backend.core.actions.processes that return RunBackendStepOutputModifier and TypeMethodDescriptionRunBackendStepAction.execute(RunBackendStepInput runBackendStepInput) Methods in com.kingsrook.qqq.backend.core.actions.processes with parameters of type RunBackendStepOutputModifier and TypeMethodDescriptionvoidBackendStep.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Execute the backend step - using the request as input, and the result as output. -
Uses of RunBackendStepOutput in com.kingsrook.qqq.backend.core.model.actions.processes
Methods in com.kingsrook.qqq.backend.core.model.actions.processes that return RunBackendStepOutputModifier and TypeMethodDescriptionRunBackendStepOutput.addValue(String fieldName, Serializable value) Setter for valuesRunBackendStepOutput.withAuditInputList(List<AuditInput> auditInputList) Fluent setter for auditInputListRunBackendStepOutput.withOverrideLastStepName(String overrideLastStepName) Fluent setter for overrideLastStepNameRunBackendStepOutput.withProcessName(String processName) Fluent setter for processNameRunBackendStepOutput.withRecords(List<QRecord> records) Setter for recordsRunBackendStepOutput.withValues(Map<String, Serializable> values) Setter for values -
Uses of RunBackendStepOutput in com.kingsrook.qqq.backend.core.processes.implementations.audits
Methods in com.kingsrook.qqq.backend.core.processes.implementations.audits with parameters of type RunBackendStepOutputModifier and TypeMethodDescriptionvoidGetAuditsForRecordProcess.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) -
Uses of RunBackendStepOutput in com.kingsrook.qqq.backend.core.processes.implementations.automation
Methods in com.kingsrook.qqq.backend.core.processes.implementations.automation with parameters of type RunBackendStepOutputModifier and TypeMethodDescriptionvoidHealBadRecordAutomationStatusesProcessStep.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidRunTableAutomationsProcessStep.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) -
Uses of RunBackendStepOutput in com.kingsrook.qqq.backend.core.processes.implementations.bulk.delete
Methods in com.kingsrook.qqq.backend.core.processes.implementations.bulk.delete with parameters of type RunBackendStepOutputModifier and TypeMethodDescriptionBulkDeleteLoadStep.getProcessSummary(RunBackendStepOutput runBackendStepOutput, boolean isForResultScreen) BulkDeleteTransformStep.getProcessSummary(RunBackendStepOutput runBackendStepOutput, boolean isForResultScreen) voidBulkDeleteLoadStep.preRun(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidBulkDeleteTransformStep.preRun(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidBulkDeleteLoadStep.runOnePage(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Execute the backend step - using the request as input, and the result as output.voidBulkDeleteTransformStep.runOnePage(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) -
Uses of RunBackendStepOutput in com.kingsrook.qqq.backend.core.processes.implementations.bulk.edit
Methods in com.kingsrook.qqq.backend.core.processes.implementations.bulk.edit with parameters of type RunBackendStepOutputModifier and TypeMethodDescriptionBulkEditLoadStep.getProcessSummary(RunBackendStepOutput runBackendStepOutput, boolean isForResultScreen) BulkEditTransformStep.getProcessSummary(RunBackendStepOutput runBackendStepOutput, boolean isForResultScreen) voidBulkEditLoadStep.preRun(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidBulkEditTransformStep.preRun(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidPrepareBulkEditStep.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidBulkEditLoadStep.runOnePage(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidBulkEditTransformStep.runOnePage(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) -
Uses of RunBackendStepOutput in com.kingsrook.qqq.backend.core.processes.implementations.bulk.insert
Methods in com.kingsrook.qqq.backend.core.processes.implementations.bulk.insert with parameters of type RunBackendStepOutputModifier and TypeMethodDescriptionBulkInsertLoadStep.getProcessSummary(RunBackendStepOutput runBackendStepOutput, boolean isForResultScreen) BulkInsertTransformStep.getProcessSummary(RunBackendStepOutput runBackendStepOutput, boolean isForResultScreen) static QRecordBulkInsertStepUtils.handleSavedBulkLoadProfileIdValue(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidBulkInsertTransformStep.preRun(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidBulkInsertExtractStep.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidBulkInsertPrepareFileMappingStep.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidBulkInsertPrepareFileUploadStep.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidBulkInsertPrepareValueMappingStep.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidBulkInsertReceiveFileMappingStep.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidBulkInsertReceiveValueMappingStep.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidBulkInsertLoadStep.runOnePage(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidBulkInsertTransformStep.runOnePage(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) static voidBulkInsertStepUtils.setNextStepPrepareValueMapping(RunBackendStepOutput runBackendStepOutput) static voidBulkInsertStepUtils.setNextStepStreamedETLPreview(RunBackendStepOutput runBackendStepOutput) -
Uses of RunBackendStepOutput in com.kingsrook.qqq.backend.core.processes.implementations.columnstats
Methods in com.kingsrook.qqq.backend.core.processes.implementations.columnstats with parameters of type RunBackendStepOutputModifier and TypeMethodDescriptionvoidColumnStatsStep.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) -
Uses of RunBackendStepOutput in com.kingsrook.qqq.backend.core.processes.implementations.etl.basic
Methods in com.kingsrook.qqq.backend.core.processes.implementations.etl.basic with parameters of type RunBackendStepOutputModifier and TypeMethodDescriptionvoidBasicETLExtractFunction.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidBasicETLLoadFunction.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidBasicETLTransformFunction.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) -
Uses of RunBackendStepOutput in com.kingsrook.qqq.backend.core.processes.implementations.etl.streamed
Methods in com.kingsrook.qqq.backend.core.processes.implementations.etl.streamed with parameters of type RunBackendStepOutputModifier and TypeMethodDescriptionprotected voidStreamedETLBackendStep.postTransform(List<QRecord> qRecords, RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Customization point for subclasses of this step.protected voidStreamedETLBackendStep.preTransform(List<QRecord> qRecords, RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Customization point for subclasses of this step.voidStreamedETLBackendStep.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) -
Uses of RunBackendStepOutput in com.kingsrook.qqq.backend.core.processes.implementations.etl.streamedwithfrontend
Subclasses of RunBackendStepOutput in com.kingsrook.qqq.backend.core.processes.implementations.etl.streamedwithfrontendModifier and TypeClassDescriptionclassSubclass of RunBackendStepOutput, meant for use in the pseudo-steps used by the Streamed-ETL-with-frontend processes - where the Record list is not the full process's record list - rather - is just a preview of the records - e.g., the first n.classSubclass of RunBackendStepOutput, meant for use in the pseudo-steps used by the Streamed-ETL-with-frontend processes - where the Record list is not the full process's record list - rather - is just a page at a time -- so this class overrides the getRecords and setRecords method, to just work with that page.Methods in com.kingsrook.qqq.backend.core.processes.implementations.etl.streamedwithfrontend with parameters of type RunBackendStepOutputModifier and TypeMethodDescriptiondefault ArrayList<ProcessSummaryLineInterface> ProcessSummaryProviderInterface.doGetProcessSummary(RunBackendStepOutput runBackendStepOutput, boolean isForResultScreen) not meant to be overridden - meant to be called by framework - to make sure that all lines have their proper message picked (e.g., if they have singular/plural and past/future variants).NoopTransformStep.getProcessSummary(RunBackendStepOutput runBackendStepOutput, boolean isForResultScreen) getProcessSummaryProcessSummaryProviderInterface.getProcessSummary(RunBackendStepOutput runBackendStepOutput, boolean isForResultScreen) Note - object needs to be serializable, and List isn't... so, use ArrayList?voidLoadViaInsertOrUpdateStep.insertAndUpdateRecords(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) protected voidBaseStreamedETLStep.moveReviewStepAfterValidateStep(RunBackendStepOutput runBackendStepOutput) voidAbstractExtractStep.preRun(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Allow subclasses to do an action before the run begins.voidAbstractLoadStep.preRun(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Allow subclasses to do an action before any pages of records are processed.voidAbstractTransformStep.preRun(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Allow subclasses to do an action before any pages of records are processed.voidExtractViaQueryStep.preRun(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) static voidStreamedETLWithFrontendProcess.resetValidationFields(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) useful for a process step to call upon 'back'voidExtractViaQueryStep.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Execute the backend step - using the request as input, and the result as output.voidStreamedETLExecuteStep.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidStreamedETLPreviewStep.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidStreamedETLValidateStep.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) abstract voidAbstractLoadStep.runOnePage(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Do the load logic for one page of recordsabstract voidAbstractTransformStep.runOnePage(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Do the transform logic for one page of recordsvoidLoadViaDeleteStep.runOnePage(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Execute the backend step - using the request as input, and the result as output.voidLoadViaInsertOrUpdateStep.runOnePage(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Execute the backend step - using the request as input, and the result as output.voidLoadViaInsertStep.runOnePage(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Execute the backend step - using the request as input, and the result as output.voidLoadViaUpdateStep.runOnePage(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Execute the backend step - using the request as input, and the result as output.voidNoopLoadStep.runOnePage(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Execute the backend step - using the request as input, and the result as output.voidNoopTransformStep.runOnePage(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) runConstructors in com.kingsrook.qqq.backend.core.processes.implementations.etl.streamedwithfrontend with parameters of type RunBackendStepOutputModifierConstructorDescriptionBackendStepPostRunOutput(RunBackendStepOutput runBackendStepOutput) StreamedBackendStepOutput(RunBackendStepOutput runBackendStepOutput) -
Uses of RunBackendStepOutput in com.kingsrook.qqq.backend.core.processes.implementations.garbagecollector
Methods in com.kingsrook.qqq.backend.core.processes.implementations.garbagecollector with parameters of type RunBackendStepOutputModifier and TypeMethodDescriptionGarbageCollectorTransformStep.getProcessSummary(RunBackendStepOutput runBackendStepOutput, boolean isForResultScreen) getProcessSummaryvoidGarbageCollectorTransformStep.runOnePage(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) run -
Uses of RunBackendStepOutput in com.kingsrook.qqq.backend.core.processes.implementations.general
Methods in com.kingsrook.qqq.backend.core.processes.implementations.general with parameters of type RunBackendStepOutputModifier and TypeMethodDescriptionvoidLoadInitialRecordsStep.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) -
Uses of RunBackendStepOutput in com.kingsrook.qqq.backend.core.processes.implementations.mergeduplicates
Methods in com.kingsrook.qqq.backend.core.processes.implementations.mergeduplicates with parameters of type RunBackendStepOutputModifier and TypeMethodDescriptionAbstractMergeDuplicatesTransformStep.getProcessSummary(RunBackendStepOutput runBackendStepOutput, boolean isForResultScreen) voidAbstractMergeDuplicatesTransformStep.runOnePage(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidMergeDuplicatesLoadStep.runOnePage(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) -
Uses of RunBackendStepOutput in com.kingsrook.qqq.backend.core.processes.implementations.mock
Methods in com.kingsrook.qqq.backend.core.processes.implementations.mock with parameters of type RunBackendStepOutputModifier and TypeMethodDescriptionvoidMockBackendStep.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) -
Uses of RunBackendStepOutput in com.kingsrook.qqq.backend.core.processes.implementations.reports
Methods in com.kingsrook.qqq.backend.core.processes.implementations.reports with parameters of type RunBackendStepOutputModifier and TypeMethodDescriptionprotected voidPrepareReportStep.removeInputStepFromProcess(RunBackendStepOutput runBackendStepOutput) voidExecuteReportStep.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidPrepareReportForRecordStep.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidPrepareReportStep.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) -
Uses of RunBackendStepOutput in com.kingsrook.qqq.backend.core.processes.implementations.savedbulkloadprofiles
Methods in com.kingsrook.qqq.backend.core.processes.implementations.savedbulkloadprofiles with parameters of type RunBackendStepOutputModifier and TypeMethodDescriptionvoidDeleteSavedBulkLoadProfileProcess.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidQuerySavedBulkLoadProfileProcess.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidStoreSavedBulkLoadProfileProcess.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) -
Uses of RunBackendStepOutput in com.kingsrook.qqq.backend.core.processes.implementations.savedreports
Methods in com.kingsrook.qqq.backend.core.processes.implementations.savedreports with parameters of type RunBackendStepOutputModifier and TypeMethodDescriptionvoidRenderSavedReportExecuteStep.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidRenderSavedReportPreStep.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidRunScheduledReportExecuteStep.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) -
Uses of RunBackendStepOutput in com.kingsrook.qqq.backend.core.processes.implementations.savedviews
Methods in com.kingsrook.qqq.backend.core.processes.implementations.savedviews with parameters of type RunBackendStepOutputModifier and TypeMethodDescriptionvoidDeleteSavedViewProcess.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidQuerySavedViewProcess.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidStoreSavedViewProcess.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) -
Uses of RunBackendStepOutput in com.kingsrook.qqq.backend.core.processes.implementations.scripts
Methods in com.kingsrook.qqq.backend.core.processes.implementations.scripts with parameters of type RunBackendStepOutputModifier and TypeMethodDescriptionRunRecordScriptLoadStep.getProcessSummary(RunBackendStepOutput runBackendStepOutput, boolean isForResultScreen) RunRecordScriptTransformStep.getProcessSummary(RunBackendStepOutput runBackendStepOutput, boolean isForResultScreen) voidRunRecordScriptExtractStep.preRun(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidLoadScriptTestDetailsProcessStep.run(RunBackendStepInput input, RunBackendStepOutput output) voidStoreScriptRevisionProcessStep.run(RunBackendStepInput input, RunBackendStepOutput output) voidTestScriptProcessStep.run(RunBackendStepInput input, RunBackendStepOutput output) voidRunRecordScriptLoadStep.runOnePage(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidRunRecordScriptTransformStep.runOnePage(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) -
Uses of RunBackendStepOutput in com.kingsrook.qqq.backend.core.processes.implementations.sharing
Methods in com.kingsrook.qqq.backend.core.processes.implementations.sharing with parameters of type RunBackendStepOutputModifier and TypeMethodDescriptionvoidDeleteSharedRecordProcess.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidEditSharedRecordProcess.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidGetSharedRecordsProcess.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidInsertSharedRecordProcess.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) -
Uses of RunBackendStepOutput in com.kingsrook.qqq.backend.core.processes.implementations.tablesync
Fields in com.kingsrook.qqq.backend.core.processes.implementations.tablesync declared as RunBackendStepOutputModifier and TypeFieldDescriptionprotected RunBackendStepOutputAbstractTableSyncTransformStep.runBackendStepOutputMethods in com.kingsrook.qqq.backend.core.processes.implementations.tablesync with parameters of type RunBackendStepOutputModifier and TypeMethodDescriptionprotected ArrayList<ProcessSummaryLineInterface> AbstractTableSyncTransformStep.getErrorProcessSummaryLines(RunBackendStepOutput runBackendStepOutput, boolean isForResultScreen) AbstractTableSyncTransformStep.getProcessSummary(RunBackendStepOutput runBackendStepOutput, boolean isForResultScreen) voidAbstractTableSyncTransformStep.runOnePage(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) -
Uses of RunBackendStepOutput in com.kingsrook.qqq.backend.core.processes.tracing
Methods in com.kingsrook.qqq.backend.core.processes.tracing with parameters of type RunBackendStepOutputModifier and TypeMethodDescriptionvoidLoggingProcessTracer.handleStepFinish(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidNoopProcessTracer.handleStepFinish(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidProcessTracerInterface.handleStepFinish(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Called when a (backend) step finishes. -
Uses of RunBackendStepOutput in com.kingsrook.qqq.backend.core.scheduler.processes
Methods in com.kingsrook.qqq.backend.core.scheduler.processes with parameters of type RunBackendStepOutputModifier and TypeMethodDescriptionvoidRescheduleAllJobsProcess.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidScheduleAllNewJobsProcess.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidUnscheduleAllJobsProcess.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) -
Uses of RunBackendStepOutput in com.kingsrook.qqq.backend.core.scheduler.quartz.processes
Methods in com.kingsrook.qqq.backend.core.scheduler.quartz.processes with parameters of type RunBackendStepOutputModifier and TypeMethodDescriptionvoidPauseAllQuartzJobsProcess.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidResumeAllQuartzJobsProcess.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidPauseQuartzJobsProcess.runOnePage(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) voidResumeQuartzJobsProcess.runOnePage(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) -
Uses of RunBackendStepOutput in com.kingsrook.qqq.backend.module.filesystem.processes.implementations.etl.basic
Methods in com.kingsrook.qqq.backend.module.filesystem.processes.implementations.etl.basic with parameters of type RunBackendStepOutputModifier and TypeMethodDescriptionvoidBasicETLCleanupSourceFilesStep.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Execute the step - using the request as input, and the result as output.voidBasicETLCollectSourceFileNamesStep.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Execute the step - using the request as input, and the result as output. -
Uses of RunBackendStepOutput in com.kingsrook.qqq.backend.module.filesystem.processes.implementations.etl.streamed
Methods in com.kingsrook.qqq.backend.module.filesystem.processes.implementations.etl.streamed with parameters of type RunBackendStepOutputModifier and TypeMethodDescriptionprotected voidStreamedETLFilesystemBackendStep.preTransform(List<QRecord> qRecords, RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) -
Uses of RunBackendStepOutput in com.kingsrook.qqq.backend.module.filesystem.processes.implementations.filesystem.importer
Methods in com.kingsrook.qqq.backend.module.filesystem.processes.implementations.filesystem.importer with parameters of type RunBackendStepOutputModifier and TypeMethodDescriptionvoidFilesystemImporterStep.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Execute the step - using the request as input, and the result as output. -
Uses of RunBackendStepOutput in com.kingsrook.qqq.backend.module.filesystem.processes.implementations.filesystem.sync
Methods in com.kingsrook.qqq.backend.module.filesystem.processes.implementations.filesystem.sync with parameters of type RunBackendStepOutputModifier and TypeMethodDescriptionvoidFilesystemSyncStep.run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Execute the step - using the request as input, and the result as output.