Uses of Class
de.hybris.platform.outboundsync.OutboundSyncStreamConfigurationBuilder
Packages that use OutboundSyncStreamConfigurationBuilder
-
Uses of OutboundSyncStreamConfigurationBuilder in de.hybris.platform.outboundsync
Methods in de.hybris.platform.outboundsync that return OutboundSyncStreamConfigurationBuilderModifier and TypeMethodDescriptionOutboundSyncStreamConfigurationBuilder.outboundSyncStreamConfigurationBuilder()Creates instance of this builder.OutboundSyncStreamConfigurationBuilder.withExcludedTypes(Set<String> types) Specifies ID for the delta stream to create.OutboundSyncStreamConfigurationBuilder.withInfoExpression(String expr) Specifies info expression to be calculated on the changed items in the stream.OutboundSyncStreamConfigurationBuilder.withItemType(String code) Specifies type code of the item type to collect changes for in the created delta stream.OutboundSyncStreamConfigurationBuilder.withOutboundChannelCode(String code) Specifies outbound channel configuration to be associated with the new stream.OutboundSyncStreamConfigurationBuilder.withOutboundChannelConfiguration(OutboundChannelConfigurationModel model) Specifies outbound channel configuration to be associated with the new stream.OutboundSyncStreamConfigurationBuilder.withOutboundChannelConfiguration(OutboundChannelConfigurationBuilder builder) OutboundSyncStreamConfigurationBuilder.withOutboundSyncStreamConfigurationContainer(OutboundSyncStreamConfigurationContainerModel container) OutboundSyncStreamConfigurationBuilder.withOutboundSyncStreamConfigurationContainer(OutboundSyncStreamConfigurationContainerBuilder builder) OutboundSyncStreamConfigurationBuilder.withWhereClause(String expr) Specifies filter condition to be used for collecting changes in the stream.Methods in de.hybris.platform.outboundsync with parameters of type OutboundSyncStreamConfigurationBuilderModifier and TypeMethodDescriptionOutboundSyncStreamConfigurationContainerBuilder.withStream(OutboundSyncStreamConfigurationBuilder streamBuilder)