Uses of Class
de.hybris.platform.cronjob.jalo.Step
-
Packages that use Step Package Description de.hybris.platform.cronjob.jalo -
-
Uses of Step in de.hybris.platform.cronjob.jalo
Subclasses of Step in de.hybris.platform.cronjob.jalo Modifier and Type Class Description classCSVExportStepStep which implements an CVS based export.classGeneratedCSVExportStepGenerated class for typeCSVExportStep.classGeneratedGenericCSVImportStepGenerated class for typeGenericCSVImportStep.classGeneratedGetURLStepGenerated class for typeGetURLStep.classGeneratedMediaProcessorStepGenerated class for typeMediaProcessorStep.classGenericCSVImportStepThe abstractGenericCSVImportStepoffers a framework of methods to support the parsing of CSV files.classGenericCSVImportStepTest.GenericCSVImportStepClonclassGetURLStepclassMediaProcessorStepTheMediaProcessorStepoffers convenience methods for the handling ofJobMedias.Methods in de.hybris.platform.cronjob.jalo that return Step Modifier and Type Method Description protected StepBatchJob. addStep()StepBatchJob. addStep(ComposedType stepType)Adds aStepof the specified type to theBatchJoband returns it.StepBatchJob. addStep(ComposedType stepType, java.util.Map additionalAttributes)Adds aStepof the specified type to theBatchJoband returns it.protected static StepBatchJob. getCurrentlyExecutingStep()StepGeneratedCronJob. getCurrentStep()Generated method - Getter of theCronJob.currentStepattribute.StepGeneratedCronJob. getCurrentStep(SessionContext ctx)Generated method - Getter of theCronJob.currentStepattribute.StepBatchJob. getFirstStep()Returns the firstStep.StepBatchJob. getFirstStep(SessionContext ctx)Returns the firstStep.StepBatchJob. getLastStep()Returns the lastStep.StepBatchJob. getLastStep(SessionContext ctx)Returns the lastStep.StepGeneratedChangeDescriptor. getStep()Generated method - Getter of theChangeDescriptor.stepattribute.StepGeneratedChangeDescriptor. getStep(SessionContext ctx)Generated method - Getter of theChangeDescriptor.stepattribute.StepGeneratedJobLog. getStep()Generated method - Getter of theJobLog.stepattribute.StepGeneratedJobLog. getStep(SessionContext ctx)Generated method - Getter of theJobLog.stepattribute.Methods in de.hybris.platform.cronjob.jalo that return types with arguments of type Step Modifier and Type Method Description java.util.Collection<Step>BatchJob. getAllPreviousSteps(Step step)Returns aCollectionof all predecessorStepsof the specifiedStep.java.util.Collection<Step>BatchJob. getAllPreviousSteps(SessionContext ctx, Step step)Returns aCollectionof all predecessorStepsof the specifiedStep.java.util.List<Step>GeneratedCronJob. getPendingSteps()Generated method - Getter of theCronJob.pendingStepsattribute.java.util.List<Step>GeneratedCronJob. getPendingSteps(SessionContext ctx)Generated method - Getter of theCronJob.pendingStepsattribute.java.util.List<Step>GeneratedCronJob. getProcessedSteps()Generated method - Getter of theCronJob.processedStepsattribute.java.util.List<Step>GeneratedCronJob. getProcessedSteps(SessionContext ctx)Generated method - Getter of theCronJob.processedStepsattribute.java.util.List<Step>BatchJob. getSteps()Returns aListof allStepsof theBatchJob.java.util.List<Step>BatchJob. getSteps(int start, int count)Returns aListcontaining the specified range ofStepsof theBatchJob.java.util.List<Step>BatchJob. getSteps(SessionContext ctx)Returns aListof allStepsof theBatchJob.java.util.List<Step>BatchJob. getSteps(SessionContext ctx, int start, int count)Returns aListcontaining the specified range ofStepsof theBatchJob.java.util.List<Step>GeneratedBatchJob. getSteps()Generated method - Getter of theBatchJob.stepsattribute.abstract java.util.List<Step>GeneratedBatchJob. getSteps(SessionContext ctx)Generated method - Getter of theBatchJob.stepsattribute.Methods in de.hybris.platform.cronjob.jalo with parameters of type Step Modifier and Type Method Description protected ChangeDescriptorCronJob. addChangeDescriptor(Step forStep, java.lang.String changeType, Item item, java.lang.String description)Deprecated.since ages - not supported in futureChangeDescriptorCronJob. addChangeDescriptor(ComposedType changeDescriptorType, Step forStep, java.lang.String changeType, PK item, java.lang.String description, java.util.Map additionalAttributes)Deprecated.since ages - not supported in futureChangeDescriptorCronJob. addChangeDescriptor(ComposedType changeDescriptorType, Step forStep, java.lang.String changeType, Item item, java.lang.String description)Deprecated.since ages - not supported in futureChangeDescriptorCronJob. addChangeDescriptor(ComposedType changeDescriptorType, Step forStep, java.lang.String changeType, Item item, java.lang.String description, java.util.Map additionalAttributes)Deprecated.since ages - not supported in futureJobLogCronJob. addLog(java.lang.String message, Step forStep)Deprecated.since 4.3JobLogCronJob. addLog(java.lang.String message, Step forStep, EnumerationValue level)Deprecated.since 4.3protected JobLogCronJob. addLog(java.lang.String message, Step forStep, EnumerationValue level, boolean appendToLogFile)voidCronJob. addToPendingSteps(Step step)Deprecated.since 4.3voidCronJob. addToPendingSteps(SessionContext ctx, Step step)Deprecated.since 4.3voidGeneratedCronJob. addToPendingSteps(Step value)Generated method - Addsvalueto pendingSteps.voidGeneratedCronJob. addToPendingSteps(SessionContext ctx, Step value)Generated method - Addsvalueto pendingSteps.voidCronJob. addToProcessedSteps(Step step)Deprecated.since 4.3voidCronJob. addToProcessedSteps(SessionContext ctx, Step step)Deprecated.since 4.3voidGeneratedCronJob. addToProcessedSteps(Step value)Generated method - Addsvalueto processedSteps.voidGeneratedCronJob. addToProcessedSteps(SessionContext ctx, Step value)Generated method - Addsvalueto processedSteps.java.util.Collection<Step>BatchJob. getAllPreviousSteps(Step step)Returns aCollectionof all predecessorStepsof the specifiedStep.java.util.Collection<Step>BatchJob. getAllPreviousSteps(SessionContext ctx, Step step)Returns aCollectionof all predecessorStepsof the specifiedStep.java.util.Collection<ChangeDescriptor>CronJob. getChanges(Step step)Deprecated.since ages - not supported in futurejava.util.Collection<ChangeDescriptor>CronJob. getChanges(Step step, int start, int count)Deprecated.since ages - not supported in futurejava.util.Collection<ChangeDescriptor>CronJob. getChanges(Step step, java.lang.String changeType)Deprecated.since ages - not supported in futurejava.util.Collection<ChangeDescriptor>CronJob. getChanges(Step step, java.lang.String changeType, int start, int count)Deprecated.since ages - not supported in futurejava.util.Collection<ChangeDescriptor>CronJob. getChanges(Step step, java.lang.String changeType, int start, int count, boolean ascending)Deprecated.since ages - not supported in futurejava.util.Collection<ChangeDescriptor>CronJob. getChanges(SessionContext ctx, Step step)Deprecated.since ages - not supported in futurejava.util.Collection<ChangeDescriptor>CronJob. getChanges(SessionContext ctx, Step step, int start, int count)Deprecated.since ages - not supported in futurejava.util.Collection<ChangeDescriptor>CronJob. getChanges(SessionContext ctx, Step step, java.lang.String changeType)Deprecated.since ages - not supported in futurejava.util.Collection<ChangeDescriptor>CronJob. getChanges(SessionContext ctx, Step step, java.lang.String changeType, int start, int count)Deprecated.since ages - not supported in futurejava.util.Collection<ChangeDescriptor>CronJob. getChanges(SessionContext ctx, Step step, java.lang.String changeType, int start, int count, boolean ascending)Deprecated.since ages - not supported in futureChangeDescriptorCronJob. getMostRecentChange(Step step, java.lang.String changeType)Deprecated.since ages - not supported in futurevoidGeneratedCronJob. removeFromPendingSteps(Step value)Generated method - Removesvaluefrom pendingSteps.voidGeneratedCronJob. removeFromPendingSteps(SessionContext ctx, Step value)Generated method - Removesvaluefrom pendingSteps.voidGeneratedCronJob. removeFromProcessedSteps(Step value)Generated method - Removesvaluefrom processedSteps.voidGeneratedCronJob. removeFromProcessedSteps(SessionContext ctx, Step value)Generated method - Removesvaluefrom processedSteps.protected static voidBatchJob. setCurrentlyExecutingStep(Step step)protected voidCronJob. setCurrentStep(Step step, boolean undo)Sets the currentprotected voidGeneratedChangeDescriptor. setStep(Step value)Generated method - Setter of theChangeDescriptor.stepattribute.protected voidGeneratedChangeDescriptor. setStep(SessionContext ctx, Step value)Generated method - Setter of theChangeDescriptor.stepattribute.protected voidGeneratedJobLog. setStep(Step value)Generated method - Setter of theJobLog.stepattribute.protected voidGeneratedJobLog. setStep(SessionContext ctx, Step value)Generated method - Setter of theJobLog.stepattribute.Method parameters in de.hybris.platform.cronjob.jalo with type arguments of type Step Modifier and Type Method Description voidGeneratedCronJob. setPendingSteps(SessionContext ctx, java.util.List<Step> value)Generated method - Setter of theCronJob.pendingStepsattribute.voidGeneratedCronJob. setPendingSteps(java.util.List<Step> value)Generated method - Setter of theCronJob.pendingStepsattribute.voidGeneratedCronJob. setProcessedSteps(SessionContext ctx, java.util.List<Step> value)Generated method - Setter of theCronJob.processedStepsattribute.voidGeneratedCronJob. setProcessedSteps(java.util.List<Step> value)Generated method - Setter of theCronJob.processedStepsattribute.voidBatchJob. setSteps(SessionContext ctx, java.util.List<Step> steps)Sets theStepsof theBatchJoband deletes allStepswhich were assigned before and which are not part of the specifiedCollection.abstract voidGeneratedBatchJob. setSteps(SessionContext ctx, java.util.List<Step> value)Generated method - Setter of theBatchJob.stepsattribute.voidGeneratedBatchJob. setSteps(java.util.List<Step> value)Generated method - Setter of theBatchJob.stepsattribute.
-