Class SyncFinishedUpdater
- java.lang.Object
-
- com.hybris.backoffice.sync.updaters.SyncFinishedUpdater
-
- All Implemented Interfaces:
ProcessesUpdater
@Deprecated(since="6.6", forRemoval=true) public class SyncFinishedUpdater extends java.lang.Object implements ProcessesUpdaterDeprecated, for removal: This API element is subject to removal in a future version.since 6.6, no longer used.
-
-
Constructor Summary
Constructors Constructor Description SyncFinishedUpdater()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetEventName()Deprecated, for removal: This API element is subject to removal in a future version.Global event name on whichProcessesUpdater.onEvent(CockpitEvent)will be called.java.lang.StringgetEventScope()Deprecated, for removal: This API element is subject to removal in a future version.Scope of the eventCockpitEvent.SESSION,CockpitEvent.APPLICATIONorCockpitEvent.DESKTOP.java.util.List<java.lang.String>onEvent(com.hybris.cockpitng.core.events.CockpitEvent cockpitEvent)Deprecated, for removal: This API element is subject to removal in a future version.Event callback.
-
-
-
Method Detail
-
getEventName
public java.lang.String getEventName()
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ProcessesUpdaterGlobal event name on whichProcessesUpdater.onEvent(CockpitEvent)will be called.- Specified by:
getEventNamein interfaceProcessesUpdater- Returns:
- name of global event.
-
onEvent
public java.util.List<java.lang.String> onEvent(com.hybris.cockpitng.core.events.CockpitEvent cockpitEvent)
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ProcessesUpdaterEvent callback.- Specified by:
onEventin interfaceProcessesUpdater- Parameters:
cockpitEvent- global cockpit event.- Returns:
- list of cronJob codes for which processes should be updated/added to the processes list.
-
getEventScope
public java.lang.String getEventScope()
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ProcessesUpdaterScope of the eventCockpitEvent.SESSION,CockpitEvent.APPLICATIONorCockpitEvent.DESKTOP.- Specified by:
getEventScopein interfaceProcessesUpdater- Returns:
- event scope.
-
-