Uses of Interface
com._1c.g5.v8.dt.scc.model.StandaloneContentDataExchangeSettings
-
-
Uses of StandaloneContentDataExchangeSettings in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration
Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration that return StandaloneContentDataExchangeSettings Modifier and Type Method Description protected StandaloneContentDataExchangeSettings
ConfigurationStandaloneContentModel. getDataExchangeSettings()
Returns standalone content exchange settings.Constructors in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration with parameters of type StandaloneContentDataExchangeSettings Constructor Description ConfigurationStandaloneContentExchangeSettingsDialogModel(StandaloneContentDataExchangeSettings settingsWorkingCopy, IV8Project v8Project, IFilteredNavigatorContentProvider filteredNavigatorContentProvider)
Creates new model.ExchangePlanModel(StandaloneContentDataExchangeSettings settingsWorkingCopy, Supplier<NavigatorTreeDialogModel> dialogModelSupplier)
Creates new model. -
Uses of StandaloneContentDataExchangeSettings in com._1c.g5.v8.dt.scc
Methods in com._1c.g5.v8.dt.scc that return StandaloneContentDataExchangeSettings Modifier and Type Method Description static StandaloneContentDataExchangeSettings
ConfigurationStandaloneContentUtil. getSettings(Configuration configuration)
Returns configuration standalone content data exchange settings.Methods in com._1c.g5.v8.dt.scc with parameters of type StandaloneContentDataExchangeSettings Modifier and Type Method Description static boolean
ConfigurationStandaloneContentUtil. isDataExchangeSettingsEquals(StandaloneContentDataExchangeSettings currentSettings, StandaloneContentDataExchangeSettings otherSettings)
Checks if data exchange settings is equals. -
Uses of StandaloneContentDataExchangeSettings in com._1c.g5.v8.dt.scc.model
Methods in com._1c.g5.v8.dt.scc.model that return StandaloneContentDataExchangeSettings Modifier and Type Method Description StandaloneContentDataExchangeSettings
StandaloneContentFactory. createStandaloneContentDataExchangeSettings()
Returns a new object of class 'Data Exchange Settings'.StandaloneContentDataExchangeSettings
StandaloneContent. getDataExchangeSettings()
Returns the value of the 'Data Exchange Settings' containment reference.Methods in com._1c.g5.v8.dt.scc.model with parameters of type StandaloneContentDataExchangeSettings Modifier and Type Method Description void
StandaloneContent. setDataExchangeSettings(StandaloneContentDataExchangeSettings value)
Sets the value of the 'Data Exchange Settings
' containment reference. -
Uses of StandaloneContentDataExchangeSettings in com._1c.g5.v8.dt.scc.model.impl
Classes in com._1c.g5.v8.dt.scc.model.impl that implement StandaloneContentDataExchangeSettings Modifier and Type Class Description class
StandaloneContentDataExchangeSettingsImpl
An implementation of the model object 'Data Exchange Settings'.Methods in com._1c.g5.v8.dt.scc.model.impl that return StandaloneContentDataExchangeSettings Modifier and Type Method Description StandaloneContentDataExchangeSettings
StandaloneContentFactoryImpl. createStandaloneContentDataExchangeSettings()
StandaloneContentDataExchangeSettings
StandaloneContentImpl. getDataExchangeSettings()
Methods in com._1c.g5.v8.dt.scc.model.impl with parameters of type StandaloneContentDataExchangeSettings Modifier and Type Method Description void
StandaloneContentImpl. setDataExchangeSettings(StandaloneContentDataExchangeSettings newDataExchangeSettings)
-
Uses of StandaloneContentDataExchangeSettings in com._1c.g5.v8.dt.scc.model.util
Methods in com._1c.g5.v8.dt.scc.model.util with parameters of type StandaloneContentDataExchangeSettings Modifier and Type Method Description T
StandaloneContentSwitch. caseStandaloneContentDataExchangeSettings(StandaloneContentDataExchangeSettings object)
Returns the result of interpreting the object as an instance of 'Data Exchange Settings'.
-