Uses of Enum Class
com._1c.g5.v8.dt.metadata.mdclass.AutoRegistrationChanges
Packages that use AutoRegistrationChanges
Package
Description
-
Uses of AutoRegistrationChanges in com._1c.g5.v8.dt.md.api
Constructors in com._1c.g5.v8.dt.md.api with parameters of type AutoRegistrationChangesModifierConstructorDescriptionExchangePlanContentTask
(ExchangePlan exchangePlan, MdObject object, AutoRegistrationChanges autoRecord) Instantiate task for create,delete or editExchangePlanContentItem
. -
Uses of AutoRegistrationChanges in com._1c.g5.v8.dt.md.ui.aef.viewModels
Methods in com._1c.g5.v8.dt.md.ui.aef.viewModels that return AutoRegistrationChangesModifier and TypeMethodDescriptionDataExchangeItemViewModel.getAutoRecord()
Returns the value of the 'Auto Record' attribute.ExchangePlanContentItemViewModel.getAutoRecord()
Returns the value of the 'Auto Record' attribute.Methods in com._1c.g5.v8.dt.md.ui.aef.viewModels with parameters of type AutoRegistrationChangesModifier and TypeMethodDescriptionvoid
DataExchangeItemViewModel.setAutoRecord
(AutoRegistrationChanges value) Sets the value of the 'Auto Record
' attribute.void
ExchangePlanContentItemViewModel.setAutoRecord
(AutoRegistrationChanges value) Sets the value of the 'Auto Record
' attribute. -
Uses of AutoRegistrationChanges in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl
Fields in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl declared as AutoRegistrationChangesModifier and TypeFieldDescriptionprotected static final AutoRegistrationChanges
DataExchangeItemViewModelImpl.AUTO_RECORD_EDEFAULT
The default value of the 'Auto Record
' attribute.protected static final AutoRegistrationChanges
ExchangePlanContentItemViewModelImpl.AUTO_RECORD_EDEFAULT
The default value of the 'Auto Record
' attribute.protected AutoRegistrationChanges
DataExchangeItemViewModelImpl.autoRecord
The cached value of the 'Auto Record
' attribute.protected AutoRegistrationChanges
ExchangePlanContentItemViewModelImpl.autoRecord
The cached value of the 'Auto Record
' attribute.Methods in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl that return AutoRegistrationChangesModifier and TypeMethodDescriptionDataExchangeItemViewModelImpl.getAutoRecord()
ExchangePlanContentItemViewModelImpl.getAutoRecord()
Methods in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl with parameters of type AutoRegistrationChangesModifier and TypeMethodDescriptionvoid
DataExchangeItemViewModelImpl.setAutoRecord
(AutoRegistrationChanges newAutoRecord) void
ExchangePlanContentItemViewModelImpl.setAutoRecord
(AutoRegistrationChanges newAutoRecord) -
Uses of AutoRegistrationChanges 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 with parameters of type AutoRegistrationChangesModifier and TypeMethodDescriptionprotected void
ConfigurationStandaloneContentModel.editExchangePlanContent
(MdObject mdObject, AutoRegistrationChanges changes) Sets auto registration changes. -
Uses of AutoRegistrationChanges in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange
Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange with parameters of type AutoRegistrationChangesModifier and TypeMethodDescriptionprotected void
DataExchangeModel.setContentItemAutoRecord
(ExchangePlan exchangePlan, AutoRegistrationChanges autoRecord) Sets autorecord to exchange plan md-object content item. -
Uses of AutoRegistrationChanges in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan
Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan that return types with arguments of type AutoRegistrationChangesModifier and TypeMethodDescriptionExchangePlanContentModel.getContentItemAutoRecord
(MdObject mdObject) Returns the current auto registration for the provided metadata object in exchange plan content.Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan with parameters of type AutoRegistrationChangesModifier and TypeMethodDescriptionvoid
ExchangePlanContentModel.setContentItemAutoRecord
(MdObject mdObject, AutoRegistrationChanges changes) Sets the auto registration for the provided metadata object in exchange plan content. -
Uses of AutoRegistrationChanges in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type AutoRegistrationChangesModifier and TypeFieldDescriptionstatic final List<AutoRegistrationChanges>
AutoRegistrationChanges.VALUES
A public read-only list of all the 'Auto Registration Changes' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return AutoRegistrationChangesModifier and TypeMethodDescriptionstatic AutoRegistrationChanges
AutoRegistrationChanges.get
(int value) Returns the 'Auto Registration Changes' literal with the specified integer value.static AutoRegistrationChanges
Returns the 'Auto Registration Changes' literal with the specified literal value.ExchangePlanContentItem.getAutoRecord()
Returns the value of the 'Auto Record' attribute.static AutoRegistrationChanges
Returns the 'Auto Registration Changes' literal with the specified name.static AutoRegistrationChanges
Returns the enum constant of this class with the specified name.static AutoRegistrationChanges[]
AutoRegistrationChanges.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type AutoRegistrationChangesModifier and TypeMethodDescriptionvoid
ExchangePlanContentItem.setAutoRecord
(AutoRegistrationChanges value) Sets the value of the 'Auto Record
' attribute. -
Uses of AutoRegistrationChanges in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return AutoRegistrationChangesModifier and TypeMethodDescriptionMdClassFactoryImpl.createAutoRegistrationChangesFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ExchangePlanContentItemImpl.getAutoRecord()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type AutoRegistrationChangesModifier and TypeMethodDescriptionvoid
ExchangePlanContentItemImpl.setAutoRecord
(AutoRegistrationChanges newAutoRecord) -
Uses of AutoRegistrationChanges in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type AutoRegistrationChangesModifier and TypeMethodDescriptionboolean
MdClassValidator.validateAutoRegistrationChanges
(AutoRegistrationChanges autoRegistrationChanges, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of AutoRegistrationChanges in com._1c.g5.v8.dt.scc.ui.aef.viewModels
Methods in com._1c.g5.v8.dt.scc.ui.aef.viewModels that return AutoRegistrationChangesModifier and TypeMethodDescriptionConfigurationStandaloneContentItemViewModel.getDataExchangeAutoRegistration()
Returns the value of the 'Data Exchange Auto Registration' attribute.Methods in com._1c.g5.v8.dt.scc.ui.aef.viewModels with parameters of type AutoRegistrationChangesModifier and TypeMethodDescriptionvoid
ConfigurationStandaloneContentItemViewModel.setDataExchangeAutoRegistration
(AutoRegistrationChanges value) Sets the value of the 'Data Exchange Auto Registration
' attribute. -
Uses of AutoRegistrationChanges in com._1c.g5.v8.dt.scc.ui.aef.viewModels.impl
Fields in com._1c.g5.v8.dt.scc.ui.aef.viewModels.impl declared as AutoRegistrationChangesModifier and TypeFieldDescriptionprotected static final AutoRegistrationChanges
ConfigurationStandaloneContentItemViewModelImpl.DATA_EXCHANGE_AUTO_REGISTRATION_EDEFAULT
The default value of the 'Data Exchange Auto Registration
' attribute.protected AutoRegistrationChanges
ConfigurationStandaloneContentItemViewModelImpl.dataExchangeAutoRegistration
The cached value of the 'Data Exchange Auto Registration
' attribute.Methods in com._1c.g5.v8.dt.scc.ui.aef.viewModels.impl that return AutoRegistrationChangesModifier and TypeMethodDescriptionConfigurationStandaloneContentItemViewModelImpl.getDataExchangeAutoRegistration()
Methods in com._1c.g5.v8.dt.scc.ui.aef.viewModels.impl with parameters of type AutoRegistrationChangesModifier and TypeMethodDescriptionvoid
ConfigurationStandaloneContentItemViewModelImpl.setDataExchangeAutoRegistration
(AutoRegistrationChanges newDataExchangeAutoRegistration)