public abstract class BaseSolrIndexerWizardStep extends AbstractCustomWizardStep
| Modifier and Type | Class and Description |
|---|---|
protected class |
BaseSolrIndexerWizardStep.WizardCronJobAsyncOperation |
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
LABEL_CRONJOB_ERROR |
protected static java.lang.String |
LABEL_CRONJOB_OPERATION |
protected static java.lang.String |
LABEL_CRONJOB_RUNNING |
protected static java.lang.String |
LABEL_CRONJOB_START |
protected static java.lang.String |
LABEL_CRONJOB_SUCCESS |
protected static java.lang.String |
PARAM_FINISHED |
protected static java.lang.String |
TYPE_CODE |
| Constructor and Description |
|---|
BaseSolrIndexerWizardStep() |
| Modifier and Type | Method and Description |
|---|---|
protected <any> |
getCallbaclEventListener(Component component,
ConfigurableFlowController controller) |
CronJobService |
getCronJobService() |
LabelService |
getLabelService() |
ModelService |
getModelService() |
protected void |
onWizardFinish(ConfigurableFlowController controller,
java.lang.String message,
java.lang.String logs) |
void |
setCronJobService(CronJobService cronJobService) |
void |
setLabelService(LabelService labelService) |
void |
setModelService(ModelService modelService) |
protected void |
startCronJob(ConfigurableFlowController controller,
SolrIndexerCronJobModel cronJobModel) |
getAttribute, getCurrentObject, getCurrentObjectPrefix, getWidgetController, normalizeAttribute, setAttribute, setCurrentObjectPrefix, setWidgetControllerprotected static final java.lang.String LABEL_CRONJOB_RUNNING
protected static final java.lang.String LABEL_CRONJOB_SUCCESS
protected static final java.lang.String LABEL_CRONJOB_ERROR
protected static final java.lang.String LABEL_CRONJOB_START
protected static final java.lang.String LABEL_CRONJOB_OPERATION
protected static final java.lang.String PARAM_FINISHED
protected static final java.lang.String TYPE_CODE
protected void startCronJob(ConfigurableFlowController controller,
SolrIndexerCronJobModel cronJobModel)
protected <any> getCallbaclEventListener(Component component,
ConfigurableFlowController controller)
protected void onWizardFinish(ConfigurableFlowController controller,
java.lang.String message,
java.lang.String logs)
public void setLabelService(LabelService labelService)
public LabelService getLabelService()
public void setCronJobService(CronJobService cronJobService)
public CronJobService getCronJobService()
public void setModelService(ModelService modelService)
public ModelService getModelService()
Copyright © 2018 SAP SE. All Rights Reserved.