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 TypeMethodDescriptionvoid
BackendStep.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.automation
Methods in com.kingsrook.qqq.backend.core.processes.implementations.automation with parameters of type RunBackendStepOutputModifier and TypeMethodDescriptionvoid
HealBadRecordAutomationStatusesProcessStep.run
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
RunTableAutomationsProcessStep.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) void
BulkDeleteLoadStep.preRun
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
BulkDeleteTransformStep.preRun
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
BulkDeleteLoadStep.runOnePage
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Execute the backend step - using the request as input, and the result as output.void
BulkDeleteTransformStep.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) void
BulkEditLoadStep.preRun
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
BulkEditTransformStep.preRun
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
BulkEditLoadStep.runOnePage
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
BulkEditTransformStep.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 QRecord
BulkInsertStepUtils.handleSavedBulkLoadProfileIdValue
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
BulkInsertTransformStep.preRun
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
BulkInsertExtractStep.run
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
BulkInsertPrepareFileMappingStep.run
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
BulkInsertPrepareFileUploadStep.run
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
BulkInsertPrepareValueMappingStep.run
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
BulkInsertReceiveFileMappingStep.run
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
BulkInsertReceiveValueMappingStep.run
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
BulkInsertLoadStep.runOnePage
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
BulkInsertTransformStep.runOnePage
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) static void
BulkInsertStepUtils.setNextStepPrepareValueMapping
(RunBackendStepOutput runBackendStepOutput) static void
BulkInsertStepUtils.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 TypeMethodDescriptionvoid
ColumnStatsStep.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 TypeMethodDescriptionvoid
BasicETLExtractFunction.run
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
BasicETLLoadFunction.run
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
BasicETLTransformFunction.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 void
StreamedETLBackendStep.postTransform
(List<QRecord> qRecords, RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Customization point for subclasses of this step.protected void
StreamedETLBackendStep.preTransform
(List<QRecord> qRecords, RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Customization point for subclasses of this step.void
StreamedETLBackendStep.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 TypeClassDescriptionclass
Subclass 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.class
Subclass 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?void
LoadViaInsertOrUpdateStep.insertAndUpdateRecords
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) protected void
BaseStreamedETLStep.moveReviewStepAfterValidateStep
(RunBackendStepOutput runBackendStepOutput) void
AbstractExtractStep.preRun
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Allow subclasses to do an action before the run begins.void
AbstractLoadStep.preRun
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Allow subclasses to do an action before any pages of records are processed.void
AbstractTransformStep.preRun
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Allow subclasses to do an action before any pages of records are processed.void
ExtractViaQueryStep.preRun
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) static void
StreamedETLWithFrontendProcess.resetValidationFields
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) useful for a process step to call upon 'back'void
ExtractViaQueryStep.run
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Execute the backend step - using the request as input, and the result as output.void
StreamedETLExecuteStep.run
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
StreamedETLPreviewStep.run
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
StreamedETLValidateStep.run
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) abstract void
AbstractLoadStep.runOnePage
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Do the load logic for one page of recordsabstract void
AbstractTransformStep.runOnePage
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Do the transform logic for one page of recordsvoid
LoadViaDeleteStep.runOnePage
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Execute the backend step - using the request as input, and the result as output.void
LoadViaInsertOrUpdateStep.runOnePage
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Execute the backend step - using the request as input, and the result as output.void
LoadViaInsertStep.runOnePage
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Execute the backend step - using the request as input, and the result as output.void
LoadViaUpdateStep.runOnePage
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Execute the backend step - using the request as input, and the result as output.void
NoopLoadStep.runOnePage
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Execute the backend step - using the request as input, and the result as output.void
NoopTransformStep.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) getProcessSummaryvoid
GarbageCollectorTransformStep.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 TypeMethodDescriptionvoid
LoadInitialRecordsStep.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) void
AbstractMergeDuplicatesTransformStep.runOnePage
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
MergeDuplicatesLoadStep.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 TypeMethodDescriptionvoid
MockBackendStep.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 void
PrepareReportStep.removeInputStepFromProcess
(RunBackendStepOutput runBackendStepOutput) void
ExecuteReportStep.run
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
PrepareReportForRecordStep.run
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
PrepareReportStep.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 TypeMethodDescriptionvoid
DeleteSavedBulkLoadProfileProcess.run
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
QuerySavedBulkLoadProfileProcess.run
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
StoreSavedBulkLoadProfileProcess.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 TypeMethodDescriptionvoid
RenderSavedReportExecuteStep.run
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
RenderSavedReportPreStep.run
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
RunScheduledReportExecuteStep.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 TypeMethodDescriptionvoid
DeleteSavedViewProcess.run
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
QuerySavedViewProcess.run
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
StoreSavedViewProcess.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) void
RunRecordScriptExtractStep.preRun
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
LoadScriptTestDetailsProcessStep.run
(RunBackendStepInput input, RunBackendStepOutput output) void
StoreScriptRevisionProcessStep.run
(RunBackendStepInput input, RunBackendStepOutput output) void
TestScriptProcessStep.run
(RunBackendStepInput input, RunBackendStepOutput output) void
RunRecordScriptLoadStep.runOnePage
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
RunRecordScriptTransformStep.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 TypeMethodDescriptionvoid
DeleteSharedRecordProcess.run
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
EditSharedRecordProcess.run
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
GetSharedRecordsProcess.run
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
InsertSharedRecordProcess.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 RunBackendStepOutput
AbstractTableSyncTransformStep.runBackendStepOutput
Methods 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) void
AbstractTableSyncTransformStep.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 TypeMethodDescriptionvoid
LoggingProcessTracer.handleStepFinish
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
NoopProcessTracer.handleStepFinish
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
ProcessTracerInterface.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 TypeMethodDescriptionvoid
RescheduleAllJobsProcess.run
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
ScheduleAllNewJobsProcess.run
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
UnscheduleAllJobsProcess.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 TypeMethodDescriptionvoid
PauseAllQuartzJobsProcess.run
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
ResumeAllQuartzJobsProcess.run
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
PauseQuartzJobsProcess.runOnePage
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) void
ResumeQuartzJobsProcess.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 TypeMethodDescriptionvoid
BasicETLCleanupSourceFilesStep.run
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Execute the step - using the request as input, and the result as output.void
BasicETLCollectSourceFileNamesStep.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 void
StreamedETLFilesystemBackendStep.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 TypeMethodDescriptionvoid
FilesystemImporterStep.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 TypeMethodDescriptionvoid
FilesystemSyncStep.run
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Execute the step - using the request as input, and the result as output. -
Uses of RunBackendStepOutput in com.kingsrook.sampleapp.metadata
Methods in com.kingsrook.sampleapp.metadata with parameters of type RunBackendStepOutputModifier and TypeMethodDescriptionvoid
SampleMetaDataProvider.SleeperStep.run
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Execute the backend step - using the request as input, and the result as output.void
SampleMetaDataProvider.ThrowerStep.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.sampleapp.processes.clonepeople
Methods in com.kingsrook.sampleapp.processes.clonepeople with parameters of type RunBackendStepOutputModifier and TypeMethodDescriptionClonePeopleTransformStep.getProcessSummary
(RunBackendStepOutput runBackendStepOutput, boolean isForResultScreen) void
ClonePeopleTransformStep.runOnePage
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Execute the backend step - using the request as input, and the result as output. -
Uses of RunBackendStepOutput in com.kingsrook.sampleapp.processes.dynamicsite
Methods in com.kingsrook.sampleapp.processes.dynamicsite with parameters of type RunBackendStepOutputModifier and TypeMethodDescriptionvoid
DynamicSiteProcessStep.run
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput)