Uses of Class
com._1c.g5.v8.dt.metadata.mdclass.AutoRegistrationChanges
-
-
Uses of AutoRegistrationChanges in com._1c.g5.v8.dt.md.api
Constructors in com._1c.g5.v8.dt.md.api with parameters of type AutoRegistrationChanges Constructor Description ExchangePlanContentTask(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 AutoRegistrationChanges Modifier and Type Method Description AutoRegistrationChangesDataExchangeItemViewModel. getAutoRecord()Returns the value of the 'Auto Record' attribute.AutoRegistrationChangesExchangePlanContentItemViewModel. getAutoRecord()Returns the value of the 'Auto Record' attribute.Methods in com._1c.g5.v8.dt.md.ui.aef.viewModels with parameters of type AutoRegistrationChanges Modifier and Type Method Description voidDataExchangeItemViewModel. 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 AutoRegistrationChanges Modifier and Type Field Description protected static AutoRegistrationChangesDataExchangeItemViewModelImpl. AUTO_RECORD_EDEFAULTThe default value of the 'Auto Record' attribute.protected static 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 AutoRegistrationChanges Modifier and Type Method Description AutoRegistrationChangesDataExchangeItemViewModelImpl. getAutoRecord()AutoRegistrationChangesExchangePlanContentItemViewModelImpl. getAutoRecord()Methods in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl with parameters of type AutoRegistrationChanges Modifier and Type Method Description voidDataExchangeItemViewModelImpl. 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 AutoRegistrationChanges Modifier and Type Method Description protected 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 AutoRegistrationChanges Modifier and Type Method Description protected 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 AutoRegistrationChanges Modifier and Type Method Description Optional<AutoRegistrationChanges>ExchangePlanContentModel. 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 AutoRegistrationChanges Modifier and Type Method Description voidExchangePlanContentModel. 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 AutoRegistrationChanges Modifier and Type Field Description static 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 AutoRegistrationChanges Modifier and Type Method Description static AutoRegistrationChangesAutoRegistrationChanges. get(int value)Returns the 'Auto Registration Changes' literal with the specified integer value.static AutoRegistrationChangesAutoRegistrationChanges. get(String literal)Returns the 'Auto Registration Changes' literal with the specified literal value.AutoRegistrationChangesExchangePlanContentItem. getAutoRecord()Returns the value of the 'Auto Record' attribute.static AutoRegistrationChangesAutoRegistrationChanges. getByName(String name)Returns the 'Auto Registration Changes' literal with the specified name.static AutoRegistrationChangesAutoRegistrationChanges. valueOf(String name)Returns the enum constant of this type with the specified name.static AutoRegistrationChanges[]AutoRegistrationChanges. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type AutoRegistrationChanges Modifier and Type Method Description voidExchangePlanContentItem. 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 AutoRegistrationChanges Modifier and Type Method Description AutoRegistrationChangesMdClassFactoryImpl. createAutoRegistrationChangesFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)AutoRegistrationChangesExchangePlanContentItemImpl. getAutoRecord()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type AutoRegistrationChanges Modifier and Type Method Description voidExchangePlanContentItemImpl. 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 AutoRegistrationChanges Modifier and Type Method Description booleanMdClassValidator. 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 AutoRegistrationChanges Modifier and Type Method Description AutoRegistrationChangesConfigurationStandaloneContentItemViewModel. 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 AutoRegistrationChanges Modifier and Type Method Description voidConfigurationStandaloneContentItemViewModel. 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 AutoRegistrationChanges Modifier and Type Field Description protected static 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 AutoRegistrationChanges Modifier and Type Method Description AutoRegistrationChangesConfigurationStandaloneContentItemViewModelImpl. getDataExchangeAutoRegistration()Methods in com._1c.g5.v8.dt.scc.ui.aef.viewModels.impl with parameters of type AutoRegistrationChanges Modifier and Type Method Description voidConfigurationStandaloneContentItemViewModelImpl. setDataExchangeAutoRegistration(AutoRegistrationChanges newDataExchangeAutoRegistration)
-