Class BaseSolrIndexerWizardStep.WizardCronJobAsyncOperation

  • All Implemented Interfaces:
    com.hybris.cockpitng.core.async.Operation, com.hybris.cockpitng.core.model.Identifiable
    Enclosing class:
    BaseSolrIndexerWizardStep

    protected class BaseSolrIndexerWizardStep.WizardCronJobAsyncOperation
    extends java.lang.Object
    implements com.hybris.cockpitng.core.async.Operation
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object execute​(com.hybris.cockpitng.core.async.Progress progress)  
      java.lang.String getLabel()  
      com.hybris.cockpitng.core.async.Progress.ProgressType getProgressType()  
      boolean isTerminable()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.hybris.cockpitng.core.async.Operation

        getId
    • Constructor Detail

      • WizardCronJobAsyncOperation

        protected WizardCronJobAsyncOperation​(CronJobModel cronJobModel)
    • Method Detail

      • getProgressType

        public com.hybris.cockpitng.core.async.Progress.ProgressType getProgressType()
        Specified by:
        getProgressType in interface com.hybris.cockpitng.core.async.Operation
      • execute

        public java.lang.Object execute​(com.hybris.cockpitng.core.async.Progress progress)
        Specified by:
        execute in interface com.hybris.cockpitng.core.async.Operation
      • getLabel

        public java.lang.String getLabel()
        Specified by:
        getLabel in interface com.hybris.cockpitng.core.async.Operation
      • isTerminable

        public boolean isTerminable()
        Specified by:
        isTerminable in interface com.hybris.cockpitng.core.async.Operation