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 AutoRegistrationChanges
DataExchangeItemViewModel. getAutoRecord()
Returns the value of the 'Auto Record' attribute.AutoRegistrationChanges
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 AutoRegistrationChanges Modifier and Type Method Description void
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 AutoRegistrationChanges Modifier and Type Field Description protected static AutoRegistrationChanges
DataExchangeItemViewModelImpl. AUTO_RECORD_EDEFAULT
The default value of the 'Auto Record
' attribute.protected static 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 AutoRegistrationChanges Modifier and Type Method Description AutoRegistrationChanges
DataExchangeItemViewModelImpl. getAutoRecord()
AutoRegistrationChanges
ExchangePlanContentItemViewModelImpl. getAutoRecord()
Methods in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl with parameters of type AutoRegistrationChanges Modifier and Type Method Description void
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 AutoRegistrationChanges Modifier and Type Method Description protected 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 AutoRegistrationChanges Modifier and Type Method Description protected 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 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 void
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 AutoRegistrationChanges Modifier and Type Field Description static 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 AutoRegistrationChanges Modifier and Type Method Description static AutoRegistrationChanges
AutoRegistrationChanges. get(int value)
Returns the 'Auto Registration Changes' literal with the specified integer value.static AutoRegistrationChanges
AutoRegistrationChanges. get(String literal)
Returns the 'Auto Registration Changes' literal with the specified literal value.AutoRegistrationChanges
ExchangePlanContentItem. getAutoRecord()
Returns the value of the 'Auto Record' attribute.static AutoRegistrationChanges
AutoRegistrationChanges. getByName(String name)
Returns the 'Auto Registration Changes' literal with the specified name.static AutoRegistrationChanges
AutoRegistrationChanges. 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 void
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 AutoRegistrationChanges Modifier and Type Method Description AutoRegistrationChanges
MdClassFactoryImpl. createAutoRegistrationChangesFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
AutoRegistrationChanges
ExchangePlanContentItemImpl. getAutoRecord()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type AutoRegistrationChanges Modifier and Type Method Description void
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 AutoRegistrationChanges Modifier and Type Method Description boolean
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 AutoRegistrationChanges Modifier and Type Method Description AutoRegistrationChanges
ConfigurationStandaloneContentItemViewModel. 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 void
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 AutoRegistrationChanges Modifier and Type Field Description protected static 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 AutoRegistrationChanges Modifier and Type Method Description AutoRegistrationChanges
ConfigurationStandaloneContentItemViewModelImpl. getDataExchangeAutoRegistration()
Methods in com._1c.g5.v8.dt.scc.ui.aef.viewModels.impl with parameters of type AutoRegistrationChanges Modifier and Type Method Description void
ConfigurationStandaloneContentItemViewModelImpl. setDataExchangeAutoRegistration(AutoRegistrationChanges newDataExchangeAutoRegistration)
-