public interface StreamConfigCloningService
| Modifier and Type | Method and Description |
|---|---|
Set<Y2YStreamConfigurationModel> |
cloneStreamConfigurations(Y2YStreamConfigurationModel... streamConfigurations)
Clones the given StreamConfigurations, the corresponding Column Definitions are cloned as well.
|
Y2YStreamConfigurationContainerModel |
cloneStreamContainer(Y2YStreamConfigurationContainerModel y2YStreamConfigurationContainer,
String containerId)
Clones the given StreamConfigurationContainer with all assigned StreamConfigurations.
|
Y2YStreamConfigurationContainerModel cloneStreamContainer(Y2YStreamConfigurationContainerModel y2YStreamConfigurationContainer, String containerId)
y2YStreamConfigurationContainer - the streamConfigurationContainer to clonecontainerId - the Id of the new (cloned) containerSet<Y2YStreamConfigurationModel> cloneStreamConfigurations(Y2YStreamConfigurationModel... streamConfigurations)
streamConfigurations - the stream configuration objects to be cloned.Copyright © 2017 SAP SE. All Rights Reserved.