Class SyncFinishedUpdater

  • All Implemented Interfaces:
    ProcessesUpdater

    @Deprecated(since="6.6",
                forRemoval=true)
    public class SyncFinishedUpdater
    extends java.lang.Object
    implements ProcessesUpdater
    Deprecated, 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.String getEventName()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Global event name on which ProcessesUpdater.onEvent(CockpitEvent) will be called.
      java.lang.String getEventScope()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Scope of the event CockpitEvent.SESSION,CockpitEvent.APPLICATION or CockpitEvent.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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SyncFinishedUpdater

        public SyncFinishedUpdater()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • 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: ProcessesUpdater
        Event callback.
        Specified by:
        onEvent in interface ProcessesUpdater
        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: ProcessesUpdater
        Scope of the event CockpitEvent.SESSION,CockpitEvent.APPLICATION or CockpitEvent.DESKTOP.
        Specified by:
        getEventScope in interface ProcessesUpdater
        Returns:
        event scope.