static OutboundSyncStreamConfigurationBuilder |
OutboundSyncStreamConfigurationBuilder.outboundSyncStreamConfigurationBuilder() |
Creates instance of this builder.
|
OutboundSyncStreamConfigurationBuilder |
OutboundSyncStreamConfigurationBuilder.withExcludedTypes(java.util.Set<java.lang.String> types) |
|
OutboundSyncStreamConfigurationBuilder |
OutboundSyncStreamConfigurationBuilder.withId(java.lang.String id) |
Specifies ID for the delta stream to create.
|
OutboundSyncStreamConfigurationBuilder |
OutboundSyncStreamConfigurationBuilder.withInfoExpression(java.lang.String expr) |
Specifies info expression to be calculated on the changed items in the stream.
|
OutboundSyncStreamConfigurationBuilder |
OutboundSyncStreamConfigurationBuilder.withItemType(java.lang.String code) |
Specifies type code of the item type to collect changes for in the created delta stream.
|
OutboundSyncStreamConfigurationBuilder |
OutboundSyncStreamConfigurationBuilder.withOutboundChannelCode(java.lang.String code) |
Specifies outbound channel configuration to be associated with the new stream.
|
OutboundSyncStreamConfigurationBuilder |
OutboundSyncStreamConfigurationBuilder.withOutboundChannelConfiguration(OutboundChannelConfigurationModel model) |
Specifies outbound channel configuration to be associated with the new stream.
|
OutboundSyncStreamConfigurationBuilder |
OutboundSyncStreamConfigurationBuilder.withWhereClause(java.lang.String expr) |
Specifies filter condition to be used for collecting changes in the stream.
|