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 TypeMethodDescriptionvoidDataExchangeItemViewModel.setAutoRecord(AutoRegistrationChanges value) Sets the value of the 'Auto Record' attribute.voidExchangePlanContentItemViewModel.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 AutoRegistrationChangesDataExchangeItemViewModelImpl.AUTO_RECORD_EDEFAULTThe default value of the 'Auto Record' attribute.protected static final AutoRegistrationChangesExchangePlanContentItemViewModelImpl.AUTO_RECORD_EDEFAULTThe default value of the 'Auto Record' attribute.protected AutoRegistrationChangesDataExchangeItemViewModelImpl.autoRecordThe cached value of the 'Auto Record' attribute.protected AutoRegistrationChangesExchangePlanContentItemViewModelImpl.autoRecordThe 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 TypeMethodDescriptionvoidDataExchangeItemViewModelImpl.setAutoRecord(AutoRegistrationChanges newAutoRecord) voidExchangePlanContentItemViewModelImpl.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 voidConfigurationStandaloneContentModel.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 voidDataExchangeModel.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 TypeMethodDescriptionvoidExchangePlanContentModel.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.VALUESA 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 AutoRegistrationChangesAutoRegistrationChanges.get(int value) Returns the 'Auto Registration Changes' literal with the specified integer value.static AutoRegistrationChangesReturns the 'Auto Registration Changes' literal with the specified literal value.ExchangePlanContentItem.getAutoRecord()Returns the value of the 'Auto Record' attribute.static AutoRegistrationChangesReturns the 'Auto Registration Changes' literal with the specified name.static AutoRegistrationChangesReturns 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 TypeMethodDescriptionvoidExchangePlanContentItem.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 TypeMethodDescriptionvoidExchangePlanContentItemImpl.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 TypeMethodDescriptionbooleanMdClassValidator.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 TypeMethodDescriptionvoidConfigurationStandaloneContentItemViewModel.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 AutoRegistrationChangesConfigurationStandaloneContentItemViewModelImpl.DATA_EXCHANGE_AUTO_REGISTRATION_EDEFAULTThe default value of the 'Data Exchange Auto Registration' attribute.protected AutoRegistrationChangesConfigurationStandaloneContentItemViewModelImpl.dataExchangeAutoRegistrationThe 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 TypeMethodDescriptionvoidConfigurationStandaloneContentItemViewModelImpl.setDataExchangeAutoRegistration(AutoRegistrationChanges newDataExchangeAutoRegistration)