Uses of Class
de.hybris.platform.outboundsync.job.impl.OutboundSyncState
Packages that use OutboundSyncState
Package
Description
-
Uses of OutboundSyncState in de.hybris.platform.outboundsync.job.impl
Methods in de.hybris.platform.outboundsync.job.impl that return OutboundSyncStateModifier and TypeMethodDescriptionOutboundSyncStateBuilder.build()@NotNull OutboundSyncStateOutboundSyncJob.getCurrentState()Retrieves the current state of the context job.OutboundSyncJobStateAggregator.getCurrentState()default @NotNull OutboundSyncStateOutboundSyncJob.getFinalState()Retrieves state of the context job after the last event was applied.@NotNull OutboundSyncStateOutboundSyncJobStateAggregator.getFinalState()@NotNull OutboundSyncStateOutboundSyncEventHandler.handle(T event, @NotNull OutboundSyncState currentState) Handles the event and creates a newOutboundSyncStatethat is calculated based on the information received in aOutboundSyncEventand the current state if it exists.Methods in de.hybris.platform.outboundsync.job.impl with parameters of type OutboundSyncStateModifier and TypeMethodDescriptionstatic OutboundSyncStateBuilderOutboundSyncStateBuilder.from(@NotNull OutboundSyncState initialState) Creates a new instance of this builder by initializing its state to the provided outbound sync state.@NotNull OutboundSyncStateOutboundSyncEventHandler.handle(T event, @NotNull OutboundSyncState currentState) Handles the event and creates a newOutboundSyncStatethat is calculated based on the information received in aOutboundSyncEventand the current state if it exists.booleanOutboundSyncState.isChangedFrom(OutboundSyncState prevState) Determines whether the job state changed beyond just a count change.voidDefaultOutboundSyncJobRegister.stateChanged(@NotNull OutboundSyncCronJobModel model, @NotNull OutboundSyncState state) voidOutboundSyncStateObserver.stateChanged(@NotNull OutboundSyncCronJobModel model, @NotNull OutboundSyncState state) Notifies the observer about the outbound sync job state change. -
Uses of OutboundSyncState in de.hybris.platform.outboundsync.job.impl.handlers
Methods in de.hybris.platform.outboundsync.job.impl.handlers that return OutboundSyncStateModifier and TypeMethodDescriptionAbortedOutboundSyncEventHandler.handle(@NotNull AbortedOutboundSyncEvent event, @NotNull OutboundSyncState currentState) CompletedOutboundSyncEventHandler.handle(CompletedOutboundSyncEvent event, OutboundSyncState currentState) IgnoredOutboundSyncEventHandler.handle(IgnoredOutboundSyncEvent event, OutboundSyncState currentState) StartedOutboundSyncEventHandler.handle(StartedOutboundSyncEvent event, OutboundSyncState currentState) SystemErrorOutboundSyncEventHandler.handle(@NotNull SystemErrorOutboundSyncEvent event, @NotNull OutboundSyncState currentState) Methods in de.hybris.platform.outboundsync.job.impl.handlers with parameters of type OutboundSyncStateModifier and TypeMethodDescriptionAbortedOutboundSyncEventHandler.handle(@NotNull AbortedOutboundSyncEvent event, @NotNull OutboundSyncState currentState) CompletedOutboundSyncEventHandler.handle(CompletedOutboundSyncEvent event, OutboundSyncState currentState) IgnoredOutboundSyncEventHandler.handle(IgnoredOutboundSyncEvent event, OutboundSyncState currentState) StartedOutboundSyncEventHandler.handle(StartedOutboundSyncEvent event, OutboundSyncState currentState) SystemErrorOutboundSyncEventHandler.handle(@NotNull SystemErrorOutboundSyncEvent event, @NotNull OutboundSyncState currentState)