Uses of Interface
de.hybris.platform.outboundsync.job.impl.OutboundSyncJob
Packages that use OutboundSyncJob
-
Uses of OutboundSyncJob in de.hybris.platform.outboundsync.job.impl
Classes in de.hybris.platform.outboundsync.job.impl that implement OutboundSyncJobModifier and TypeClassDescriptionfinal classThis aggregator keeps track of an outbound sync job by aggregatingOutboundSyncEvents indicating the job progress.Methods in de.hybris.platform.outboundsync.job.impl that return OutboundSyncJobModifier and TypeMethodDescription@NotNull OutboundSyncJobDefaultOutboundSyncJobRegister.getJob(@NotNull OutboundSyncCronJobModel model) @NotNull OutboundSyncJobOutboundSyncJobRegister.getJob(@NotNull OutboundSyncCronJobModel jobModel) Retrieves the outbound sync job object corresponding to the specified job model.@NotNull OutboundSyncJobDefaultOutboundSyncJobRegister.getNewJob(@NotNull OutboundSyncCronJobModel jobModel) @NotNull OutboundSyncJobOutboundSyncJobRegister.getNewJob(@NotNull OutboundSyncCronJobModel jobModel) Retrieves new instance of the outbound sync job object for the specified job model.Methods in de.hybris.platform.outboundsync.job.impl that return types with arguments of type OutboundSyncJobModifier and TypeMethodDescriptionRetrieves the outbound sync job object corresponding to the specified job model primary key.DefaultOutboundSyncJobRegister.getRunningJobs()default @NotNull Collection<OutboundSyncJob>OutboundSyncJobRegister.getRunningJobs()Retrieves all outbound sync jobs that are currently running.