Uses of Class
de.hybris.platform.outboundsync.model.OutboundSyncStreamConfigurationModel
-
-
Uses of OutboundSyncStreamConfigurationModel in de.hybris.platform.outboundsync
Methods in de.hybris.platform.outboundsync that return OutboundSyncStreamConfigurationModel Modifier and Type Method Description OutboundSyncStreamConfigurationModelOutboundSyncStreamConfigurationBuilder. build()Creates a stream configuration based on the specifications done before calling this method.OutboundSyncStreamConfigurationModelTestItemChangeDetector. createChangeStream(OutboundChannelConfigurationModel channel, java.lang.String typecode)Deprecated, for removal: This API element is subject to removal in a future version.Creates new delta detect stream and guarantees it has no outstanding changes in it.OutboundSyncStreamConfigurationModelTestItemChangeDetector. createChangeStream(OutboundChannelConfigurationModel channel, java.lang.String typecode, java.lang.String filter)Deprecated, for removal: This API element is subject to removal in a future version.Creates new delta detect stream and guarantees it has no outstanding changes in it.OutboundSyncStreamConfigurationModelTestItemChangeDetector. createChangeStream(java.lang.String channelCode, java.lang.String typecode)Deprecated, for removal: This API element is subject to removal in a future version.Creates new delta detect stream and guarantees it has no outstanding changes in it.OutboundSyncStreamConfigurationModelTestItemChangeDetector. createChangeStream(java.lang.String channelCode, java.lang.String typecode, java.lang.String filter)Deprecated, for removal: This API element is subject to removal in a future version.Creates new delta detect stream and guarantees it has no outstanding changes in it.static OutboundSyncStreamConfigurationModelOutboundSyncStreamConfigurationBuilder. getOutboundSyncStreamConfigurationById(java.lang.String streamId)Retrieves model of a stream configuration matching the ID.OutboundSyncStreamConfigurationModelOutboundSyncStreamConfigurationBuilder. lastBuiltStreamConfiguration()Retrieves last stream configuration created by this builder. -
Uses of OutboundSyncStreamConfigurationModel in de.hybris.platform.outboundsync.config.impl
Methods in de.hybris.platform.outboundsync.config.impl with parameters of type OutboundSyncStreamConfigurationModel Modifier and Type Method Description booleanDefaultOutboundSyncConfiguration. isInfoGenerationEnabledForStream(OutboundSyncStreamConfigurationModel streamConfig)default booleanOutboundSyncConfiguration. isInfoGenerationEnabledForStream(OutboundSyncStreamConfigurationModel streamConfig)Determines the ids for the OutboundSyncStreamConfigurations that will be excluded from infoExpression auto-generating. -
Uses of OutboundSyncStreamConfigurationModel in de.hybris.platform.outboundsync.interceptor
Methods in de.hybris.platform.outboundsync.interceptor with parameters of type OutboundSyncStreamConfigurationModel Modifier and Type Method Description voidStreamConfigurationInfoExpressionCreationInterceptor. onLoad(OutboundSyncStreamConfigurationModel streamModel, InterceptorContext context) -
Uses of OutboundSyncStreamConfigurationModel in de.hybris.platform.outboundsync.job
Methods in de.hybris.platform.outboundsync.job with parameters of type OutboundSyncStreamConfigurationModel Modifier and Type Method Description CountingChangesCollectorChangesCollectorFactory. createCountingCollector(OutboundSyncCronJobModel cronJob, OutboundSyncStreamConfigurationModel stream)Returns a newly created instance ofCountingChangesCollector. -
Uses of OutboundSyncStreamConfigurationModel in de.hybris.platform.outboundsync.job.impl
Methods in de.hybris.platform.outboundsync.job.impl with parameters of type OutboundSyncStreamConfigurationModel Modifier and Type Method Description CountingChangesCollectorDefaultChangesCollectorFactory. createCountingCollector(OutboundSyncCronJobModel cronJob, OutboundSyncStreamConfigurationModel stream)protected StreamConfigurationOutboundSyncCronJobPerformable. getStreamConfiguration(OutboundSyncStreamConfigurationModel deltaStream)protected intOutboundSyncCronJobPerformable. processChanges(OutboundSyncCronJobModel cronJob, OutboundSyncStreamConfigurationModel deltaStream)Processes the changes from the given stream configurationConstructors in de.hybris.platform.outboundsync.job.impl with parameters of type OutboundSyncStreamConfigurationModel Constructor Description StreamingChangesCollector(@NotNull FilteringService filteringService, @NotNull ItemChangeSender changeSender, @NotNull CronJobModel jobModel, @NotNull OutboundSyncStreamConfigurationModel streamCfg)
-