Class ResumeQuartzJobsProcess
java.lang.Object
com.kingsrook.qqq.backend.core.processes.implementations.etl.streamedwithfrontend.AbstractLoadStep
com.kingsrook.qqq.backend.core.scheduler.quartz.processes.ResumeQuartzJobsProcess
- All Implemented Interfaces:
MetaDataProducerInterface<MetaDataProducerMultiOutput>
public class ResumeQuartzJobsProcess
extends AbstractLoadStep
implements MetaDataProducerInterface<MetaDataProducerMultiOutput>
-
Field Summary
Fields inherited from class com.kingsrook.qqq.backend.core.processes.implementations.etl.streamedwithfrontend.AbstractLoadStep
sessionFields inherited from interface com.kingsrook.qqq.backend.core.model.metadata.MetaDataProducerInterface
DEFAULT_SORT_ORDER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionProduce the metaData object.voidrunOnePage(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Do the load logic for one page of recordsMethods inherited from class com.kingsrook.qqq.backend.core.processes.implementations.etl.streamedwithfrontend.AbstractLoadStep
getOverrideRecordPipeCapacity, getTransaction, getTransformStep, openTransaction, postRun, preRun, setTransaction, setTransformStep, withTransformStepMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.kingsrook.qqq.backend.core.model.metadata.MetaDataProducerInterface
getSortOrder, getSourceClass, isEnabled, setSourceClass
-
Constructor Details
-
ResumeQuartzJobsProcess
public ResumeQuartzJobsProcess()
-
-
Method Details
-
produce
Description copied from interface:MetaDataProducerInterfaceProduce the metaData object. Generally, you don't want to add it to the instance yourself - but the instance is there in case you need it to get other metaData.- Specified by:
producein interfaceMetaDataProducerInterface<MetaDataProducerMultiOutput>- Throws:
QException
-
runOnePage
public void runOnePage(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) throws QException Description copied from class:AbstractLoadStepDo the load logic for one page of records- Specified by:
runOnePagein classAbstractLoadStep- Throws:
QException
-