Class BaseSolrIndexerWizardStep.WizardCronJobAsyncOperation
- java.lang.Object
-
- de.hybris.platform.solrfacetsearchbackoffice.wizards.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
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWizardCronJobAsyncOperation(CronJobModel cronJobModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectexecute(com.hybris.cockpitng.core.async.Progress progress)java.lang.StringgetLabel()com.hybris.cockpitng.core.async.Progress.ProgressTypegetProgressType()booleanisTerminable()
-
-
-
Constructor Detail
-
WizardCronJobAsyncOperation
protected WizardCronJobAsyncOperation(CronJobModel cronJobModel)
-
-
Method Detail
-
getProgressType
public com.hybris.cockpitng.core.async.Progress.ProgressType getProgressType()
- Specified by:
getProgressTypein interfacecom.hybris.cockpitng.core.async.Operation
-
execute
public java.lang.Object execute(com.hybris.cockpitng.core.async.Progress progress)
- Specified by:
executein interfacecom.hybris.cockpitng.core.async.Operation
-
getLabel
public java.lang.String getLabel()
- Specified by:
getLabelin interfacecom.hybris.cockpitng.core.async.Operation
-
isTerminable
public boolean isTerminable()
- Specified by:
isTerminablein interfacecom.hybris.cockpitng.core.async.Operation
-
-