Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.MdObject
-
-
Uses of MdObject in com._1c.g5.v8.dt.addin.ui
Method parameters in com._1c.g5.v8.dt.addin.ui with type arguments of type MdObject Modifier and Type Method Description voidAddInNewWizardRelatedModelsFactory. createModels(IDtNewWizardContext<MdObject> context, Set<org.eclipse.emf.ecore.EObject> createdModels) -
Uses of MdObject in com._1c.g5.v8.dt.bp.scheme.ui.editors
Methods in com._1c.g5.v8.dt.bp.scheme.ui.editors that return MdObject Modifier and Type Method Description MdObjectBpSchemeEditor. getParent()Returns diagram owner (Business process or template). -
Uses of MdObject in com._1c.g5.v8.dt.bsl.ui.contentassist.stringliteral
Methods in com._1c.g5.v8.dt.bsl.ui.contentassist.stringliteral that return types with arguments of type MdObject Modifier and Type Method Description protected List<MdObject>AbstractStringLiteralProposalProvider. getAllChildMdObjects(org.eclipse.xtext.resource.IEObjectDescription parentMdObject, org.eclipse.emf.ecore.resource.Resource resource, org.eclipse.emf.ecore.EStructuralFeature feature)Gets concrete child md object fromparentMdObject
This method should be override by children class for getting needed children objects -
Uses of MdObject in com._1c.g5.v8.dt.cmi.model.deriveddata
Subinterfaces of MdObject in com._1c.g5.v8.dt.cmi.model.deriveddata Modifier and Type Interface Description interfaceUnresolvedSubsystemA representation of the model object 'Unresolved Subsystem'.Methods in com._1c.g5.v8.dt.cmi.model.deriveddata that return types with arguments of type MdObject Modifier and Type Method Description org.eclipse.emf.common.util.EList<MdObject>SubsystemCommandInterface. getCommandSources()Returns the value of the 'Command Sources' reference list. -
Uses of MdObject in com._1c.g5.v8.dt.cmi.model.deriveddata.impl
Classes in com._1c.g5.v8.dt.cmi.model.deriveddata.impl that implement MdObject Modifier and Type Class Description classUnresolvedSubsystemImplAn implementation of the model object 'Unresolved Subsystem'.Methods in com._1c.g5.v8.dt.cmi.model.deriveddata.impl that return types with arguments of type MdObject Modifier and Type Method Description org.eclipse.emf.common.util.EList<MdObject>SubsystemCommandInterfaceImpl. getCommandSources() -
Uses of MdObject in com._1c.g5.v8.dt.cmi.model.deriveddata.util
Methods in com._1c.g5.v8.dt.cmi.model.deriveddata.util with parameters of type MdObject Modifier and Type Method Description TCmiDerivedDataSwitch. caseMdObject(MdObject object)Returns the result of interpreting the object as an instance of 'Md Object'. -
Uses of MdObject in com._1c.g5.v8.dt.cmi.model.util
Methods in com._1c.g5.v8.dt.cmi.model.util that return MdObject Modifier and Type Method Description static MdObjectCommandInterfaceUtil. getMdObjectByInterfaceItem(org.eclipse.emf.ecore.EObject interfaceItem)Gets md-object by command interface item.static MdObjectCommandInterfaceUtil. getSubsystemOwner(MdObject mdObject, Subsystem subsystem)Gets subsystem ownerMethods in com._1c.g5.v8.dt.cmi.model.util with parameters of type MdObject Modifier and Type Method Description static org.eclipse.xtext.naming.QualifiedNameCommandInterfaceUtil. getFullyQualifiedName(MdObject mdObject)Gets md-object fully qualified name.static StringCommandInterfaceUtil. getMdObjectRepresentation(MdObject mdObject, String languageCode, boolean isObject)Gets md-object representation.static MdObjectCommandInterfaceUtil. getSubsystemOwner(MdObject mdObject, Subsystem subsystem)Gets subsystem ownerstatic List<Subsystem>CommandInterfaceUtil. getSubsystems(MdObject mdObject)Gets subsystem container subsystems.static booleanCommandInterfaceUtil. isCorrectNewOwner(MdObject newOwner, Subsystem subsystem)Is correct new owner for moved subsystem.static booleanCommandInterfaceUtil. isNewSubsystemOwnerNotEqualsCurrent(MdObject newOwner, Subsystem subsystem)Is new owner for moved subsystem not equal old owner.static booleanCommandInterfaceUtil. isSubsystemOwnerNotConsistsSubsystemWithSameName(MdObject newOwner, Subsystem subsystem)Cheks if new subsystem owner do not consists subsystem with same name. -
Uses of MdObject in com._1c.g5.v8.dt.core.platform
Methods in com._1c.g5.v8.dt.core.platform with type parameters of type MdObject Modifier and Type Method Description <T extends MdObject>
Collection<T>IMdObjectByTypeProvider. getEffectiveObjects(Class<T> type, IDtProject project)Get effective (project relation aware) collection of top object by specified type and project<T extends MdObject>
Collection<T>IMdObjectByTypeProvider. getEffectiveObjects(Class<T> type, org.eclipse.emf.ecore.EObject object)Get effective (project relation aware) collection of top object by specified type and EObject<T extends MdObject>
Collection<T>IExternalObjectProject. getExternalObjects(Class<T> externalObjectType)Returns external objects of the provided type contained in this external objects project.Methods in com._1c.g5.v8.dt.core.platform that return MdObject Modifier and Type Method Description MdObjectIExternalObjectProject. getExternalObject(String name, org.eclipse.emf.ecore.EClass type)Returns external object with the provided name and type contained in this external objects project.Methods in com._1c.g5.v8.dt.core.platform that return types with arguments of type MdObject Modifier and Type Method Description Collection<MdObject>IExternalObjectProject. getExternalObjects()Returns all external objects contained in this external objects project.Collection<MdObject>IExternalObjectProject. getExternalObjects(Predicate<MdObject> filter)Returns external objects contained in this external objects project, filtered by the providedfilter.Methods in com._1c.g5.v8.dt.core.platform with parameters of type MdObject Modifier and Type Method Description org.eclipse.core.resources.IProjectIExternalObjectProjectManager. create(String projectName, Version version, MdObject externalObject, org.eclipse.core.resources.IProject parent, org.eclipse.core.runtime.IProgressMonitor monitor)Creates V8 external object project in workspace: Creates actual workspace project with the given name.org.eclipse.core.resources.IProjectIExternalObjectProjectManager. create(String projectName, Path projectPath, Version version, MdObject externalObject, org.eclipse.core.resources.IProject parent, org.eclipse.core.runtime.IProgressMonitor monitor)Creates V8 external object project: Creates actual workspace project with the given name in given path.Method parameters in com._1c.g5.v8.dt.core.platform with type arguments of type MdObject Modifier and Type Method Description Collection<MdObject>IExternalObjectProject. getExternalObjects(Predicate<MdObject> filter)Returns external objects contained in this external objects project, filtered by the providedfilter. -
Uses of MdObject in com._1c.g5.v8.dt.dcs.ui.valueeditors
Methods in com._1c.g5.v8.dt.dcs.ui.valueeditors with parameters of type MdObject Modifier and Type Method Description static DesignTimeValueValueDesignTimeValueEditor. createValue(org.eclipse.emf.ecore.EObject value, MdObject mdObject, IV8Project v8project)Create DesignTimeValueConstructors in com._1c.g5.v8.dt.dcs.ui.valueeditors with parameters of type MdObject Constructor Description DesignTimeValueDialog(org.eclipse.swt.widgets.Shell shell, IV8Project v8project, MdObject parentObject, DesignTimeValueValue currentValue) -
Uses of MdObject in com._1c.g5.v8.dt.erd.core
Methods in com._1c.g5.v8.dt.erd.core that return types with arguments of type MdObject Modifier and Type Method Description Collection<MdObject>ErdDiagramController. addItems(Collection<MdObject> objects)Collection<MdObject>ErdDiagramController. addItems(Collection<MdObject> objects, com._1c.g5.v8.dt.diagram.framework.model.Point location)Collection<MdObject>ErdDiagramController. deleteItems(Collection<MdObject> objects)com._1c.g5.v8.dt.diagram.framework.core.IConvertersService<MdObject>ErdDiagramController. getConvertersService()Returns converters service.Collection<MdObject>ErdDiagramController. refreshItems(Collection<MdObject> objects)Method parameters in com._1c.g5.v8.dt.erd.core with type arguments of type MdObject Modifier and Type Method Description Collection<MdObject>ErdDiagramController. addItems(Collection<MdObject> objects)Collection<MdObject>ErdDiagramController. addItems(Collection<MdObject> objects, com._1c.g5.v8.dt.diagram.framework.model.Point location)Collection<MdObject>ErdDiagramController. deleteItems(Collection<MdObject> objects)voidErdDiagramController. initialize(Collection<MdObject> objects)Collection<MdObject>ErdDiagramController. refreshItems(Collection<MdObject> objects)voidErdDiagramController. setConvertersService(com._1c.g5.v8.dt.diagram.framework.core.IConvertersService<MdObject> convertersService)Sets converters service.Constructor parameters in com._1c.g5.v8.dt.erd.core with type arguments of type MdObject Constructor Description ErdDiagramCoreController(org.eclipse.core.runtime.IProgressMonitor progressMonitor, com._1c.g5.v8.dt.diagram.framework.core.IConvertersService<MdObject> convertersService, IErdDiagramController parent, com._1c.g5.v8.dt.diagram.framework.layout.IDiagramLayoutAlgorithm layoutAlgorithm, com._1c.g5.v8.dt.diagram.framework.layout.IDiagramLayoutAlgorithm routeAlgorithm)Constructor. -
Uses of MdObject in com._1c.g5.v8.dt.erd.core.dataconverter
Methods in com._1c.g5.v8.dt.erd.core.dataconverter that return types with arguments of type MdObject Modifier and Type Method Description Collection<com._1c.g5.v8.dt.diagram.framework.core.IConverter<MdObject>>ErdConvertersService. getConverters(MdObject mdObject)Methods in com._1c.g5.v8.dt.erd.core.dataconverter with parameters of type MdObject Modifier and Type Method Description Collection<com._1c.g5.v8.dt.diagram.framework.core.IConverter<MdObject>>ErdConvertersService. getConverters(MdObject mdObject)booleanErdConvertersService. isConvertable(MdObject mdObject)Method parameters in com._1c.g5.v8.dt.erd.core.dataconverter with type arguments of type MdObject Modifier and Type Method Description Collection<IErdEntity>ErdDiagramConverter. convert(Collection<MdObject> objects)Constructor parameters in com._1c.g5.v8.dt.erd.core.dataconverter with type arguments of type MdObject Constructor Description ErdDiagramConverter(com._1c.g5.v8.dt.diagram.framework.core.IConvertersService<MdObject> convertersService, IV8ProjectManager projectManager)Constructor. -
Uses of MdObject in com._1c.g5.v8.dt.erd.core.dataconverter.extensions
Methods in com._1c.g5.v8.dt.erd.core.dataconverter.extensions with parameters of type MdObject Modifier and Type Method Description Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>AccountingRegisterConverter. getData(MdObject mdObject)Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>AccumulationRegisterConverter. getData(MdObject mdObject)Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>BusinessProcessConverter. getData(MdObject mdObject)Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>CalculationRegisterConverter. getData(MdObject mdObject)Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>CatalogConverter. getData(MdObject mdObject)Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>ChartOfAccountsConverter. getData(MdObject mdObject)Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>ChartOfCalculationTypesConverter. getData(MdObject mdObject)Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>ChartOfCharacteristicTypesConverter. getData(MdObject mdObject)Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>ConstantConverter. getData(MdObject mdObject)Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>CubeConverter. getData(MdObject mdObject)Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>DataProcessorConverter. getData(MdObject mdObject)Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>DefinedTypeConverter. getData(MdObject mdObject)Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>DimensionTableConverter. getData(MdObject mdObject)Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>DocumentConverter. getData(MdObject mdObject)Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>DocumentJournalConverter. getData(MdObject mdObject)Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>EnumConverter. getData(MdObject mdObject)Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>ExchangePlanConverter. getData(MdObject mdObject)Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>ExternalDataProcessorConverter. getData(MdObject mdObject)Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>ExternalReportConverter. getData(MdObject mdObject)Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>FilterCriterionConverter. getData(MdObject mdObject)Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>InformationRegisterConverter. getData(MdObject mdObject)Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>ReportConverter. getData(MdObject mdObject)Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>ScheduledJobConverter. getData(MdObject mdObject)Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>SettingsStorageConverter. getData(MdObject mdObject)Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>SubsystemConverter. getData(MdObject mdObject)Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>TableConverter. getData(MdObject mdObject)Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>TaskConverter. getData(MdObject mdObject)protected StringAbstractConverter. getMdObjectName(MdObject mdObject)Returns mdObject's name. -
Uses of MdObject in com._1c.g5.v8.dt.erd.service
Methods in com._1c.g5.v8.dt.erd.service that return MdObject Modifier and Type Method Description static MdObjectErdUtil. createProxy(IErdEntity entity)Creates proxy for given entity.Methods in com._1c.g5.v8.dt.erd.service that return types with arguments of type MdObject Modifier and Type Method Description static Collection<MdObject>ErdUtil. getAssociatedMdObjects(Collection<IErdEntity> entities)Returns associated with given entities mdObjects proxies.Methods in com._1c.g5.v8.dt.erd.service with parameters of type MdObject Modifier and Type Method Description static org.eclipse.xtext.naming.QualifiedNameErdQualifiedNameProvider. getLocalizedFullyQualifiedName(MdObject mdObject, ScriptVariant scriptVariant)Returns localized fully qualified name for given md object.Method parameters in com._1c.g5.v8.dt.erd.service with type arguments of type MdObject Modifier and Type Method Description static Collection<IErdEntity>ErdUtil. getAssociatedEntities(IErdDiagramCore diagramCore, Collection<MdObject> mdObjects)Returns associated with given mdObjects entities.static Collection<IErdEntity>ErdUtil. getAssociatedEntitiesExtended(IErdDiagramCore diagramCore, Collection<MdObject> mdObjects)Returns associated with given mdObjects entities. -
Uses of MdObject in com._1c.g5.v8.dt.erd.ui.editors.granularPages
Classes in com._1c.g5.v8.dt.erd.ui.editors.granularPages with type parameters of type MdObject Modifier and Type Class Description classErdEmbeddedEditorPage<M extends MdObject>Instance of this class represents "Diagram editor" page. -
Uses of MdObject in com._1c.g5.v8.dt.erd.ui.editors.operations
Constructor parameters in com._1c.g5.v8.dt.erd.ui.editors.operations with type arguments of type MdObject Constructor Description TabRefreshEntitiesOperation(Collection<MdObject> objectsToRefresh, DiagramTabItem tab, boolean isExecuted)Constructor. -
Uses of MdObject in com._1c.g5.v8.dt.erd.ui.handlers
Fields in com._1c.g5.v8.dt.erd.ui.handlers with type parameters of type MdObject Modifier and Type Field Description protected com._1c.g5.v8.dt.diagram.framework.core.IConvertersService<MdObject>AbstractDiagramHandler. convertersServiceConverters service that converts md objects.Methods in com._1c.g5.v8.dt.erd.ui.handlers that return types with arguments of type MdObject Modifier and Type Method Description protected Collection<MdObject>AbstractDiagramHandler. convertToMdObjects(Collection<? extends IErdEntity> entities)Converts given entities to mdObjects.protected Collection<MdObject>AbstractDiagramHandler. getConfigurationObjects(Configuration configuration)Returns configuration subsystems if there any.protected Collection<MdObject>AbstractDiagramHandler. getConfigurationSubsystems(Configuration configuration)Returns subsystems from givenconfiguration.protected List<MdObject>AbstractDiagramHandler. lookForMdObjects(IStructuredSelection selection)Looks for MdObjects in given selection.Methods in com._1c.g5.v8.dt.erd.ui.handlers with parameters of type MdObject Modifier and Type Method Description voidGranularPageContentBuilder. buildPageContent(ErdEditor editor, DiagramTabItem tab, MdObject mdObject, com._1c.g5.v8.dt.diagram.framework.IEntity entity)Builds initial page content.voidFindOnDiagramHandler. find(DiagramTabItem tab, MdObject mdObject, boolean showNotFoundMessage)Finds given mdObject on diagram.voidFindOnDiagramHandler. show(DiagramTabItem tab, MdObject mdObject)Moves viewport's view location to given associated with given mdObject entity location.Method parameters in com._1c.g5.v8.dt.erd.ui.handlers with type arguments of type MdObject Modifier and Type Method Description voidAddEntitiesHandler. addMdObjects(List<MdObject> mdObjects, com._1c.g5.v8.dt.diagram.framework.model.Point location, DiagramTabItem tab)Adds given objects to active tab.voidBuildDiagramHandler. build(Collection<MdObject> mdObjects, ErdEditor editor)Builds givenmbObjectsin active tab.protected Collection<IErdEntity>BuildConnectedHandler. getConnectedEntities(Collection<MdObject> mdObjects, IErdDiagramController controller, org.eclipse.core.runtime.SubMonitor subMonitor)Returns entities connected to given md objects.protected Collection<IErdEntity>BuildReferencedToHandler. getConnectedEntities(Collection<MdObject> mdObjects, IErdDiagramController controller, org.eclipse.core.runtime.SubMonitor subMonitor)protected abstract voidAbstractDiagramHandler. processMdObjects(Collection<MdObject> mdObjects, ErdEditor editor)Processes given md objects.protected voidAddEntitiesHandler. processMdObjects(Collection<MdObject> mdObjects, ErdEditor editor)protected voidAddToGroupHandler. processMdObjects(Collection<MdObject> mdObjects, ErdEditor editor)protected voidBuildConnectedHandler. processMdObjects(Collection<MdObject> mdObjects, ErdEditor editor)protected voidBuildDiagramHandler. processMdObjects(Collection<MdObject> mdObjects, ErdEditor editor)protected voidDeleteEntitiesHandler. processMdObjects(Collection<MdObject> mdObjects, ErdEditor editor)protected voidDropEntitiesHandler. processMdObjects(Collection<MdObject> mdObjects, ErdEditor editor)protected voidFindOnDiagramHandler. processMdObjects(Collection<MdObject> mdObjects, ErdEditor editor)protected voidGranularPageContentBuilder. processMdObjects(Collection<MdObject> mdObjects, ErdEditor editor)protected voidGroupEntitiesHandler. processMdObjects(Collection<MdObject> mdObjects, ErdEditor editor)protected voidShowConnectedHandler. processMdObjects(Collection<MdObject> mdObjects, ErdEditor editor)protected voidUngroupEntitiesHandler. processMdObjects(Collection<MdObject> mdObjects, ErdEditor editor) -
Uses of MdObject in com._1c.g5.v8.dt.erd.ui.handlers.support
Methods in com._1c.g5.v8.dt.erd.ui.handlers.support that return types with arguments of type MdObject Modifier and Type Method Description Collection<MdObject>DiagramConfigurationExtractor. extractConfiguration(Configuration configuration)Opens configuration and returns configuration objects.Collection<MdObject>DiagramConfigurationExtractor. extractConfiguration(String projectName)Opens configuration and returns configuration objects.Collection<MdObject>DiagramConfigurationExtractor. extractConfiguration(org.eclipse.core.resources.IProject project)Opens configuration and returns configuration objects.Method parameters in com._1c.g5.v8.dt.erd.ui.handlers.support with type arguments of type MdObject Modifier and Type Method Description voidDiagramPropertyTester. setConvertersService(com._1c.g5.v8.dt.diagram.framework.core.IConvertersService<MdObject> convertersService)Sets converters service. -
Uses of MdObject in com._1c.g5.v8.dt.erd.ui.support
Methods in com._1c.g5.v8.dt.erd.ui.support that return MdObject Modifier and Type Method Description static MdObjectErdUiUtil. getAssociatedMdObject(IErdEntity entity, IBmModelManager bmModelManager, IV8ProjectManager projectManager, IResourceLookup resourceLookup)Returns associated to given entity md object.Methods in com._1c.g5.v8.dt.erd.ui.support with parameters of type MdObject Modifier and Type Method Description static ConfigurationErdUiUtil. getConfiguration(MdObject mdObject, IV8ProjectManager projectManager, IResourceLookup resourceLookup)Returns given mdObject's configuration.static org.eclipse.core.resources.IProjectErdUiUtil. getProject(MdObject mdObject, IResourceLookup resourceLookup)Returns given mdObject's project.static IV8ProjectErdUiUtil. getV8Project(MdObject mdObject, IV8ProjectManager projectManager, IResourceLookup resourceLookup)Returns given mdObject's v8project.static booleanErdUiUtil. isSameConfiguration(IErdEntity entity, MdObject mdObject, IV8ProjectManager projectManager, IResourceLookup resourceLookup)Returnstrueif givenentityandmdObjectfrom one configuration. -
Uses of MdObject in com._1c.g5.v8.dt.eventhandlers.services
Methods in com._1c.g5.v8.dt.eventhandlers.services with parameters of type MdObject Modifier and Type Method Description static org.eclipse.xtext.naming.QualifiedNameNameProvider. getLocalizedFullyQualifiedName(MdObject mdObject)Returns localized fully qualified name for given md object. -
Uses of MdObject in com._1c.g5.v8.dt.eventhandlers.ui.handlers
Methods in com._1c.g5.v8.dt.eventhandlers.ui.handlers with parameters of type MdObject Modifier and Type Method Description protected abstract Collection<TypeItem>AbstractFindEventHandlersHandler. getMdObjectProducedType(MdObject mdObject)Returns given md object produced types.protected Collection<TypeItem>FindAllEventHandlersHandler. getMdObjectProducedType(MdObject mdObject)protected Collection<TypeItem>FindManagerModuleEventHandlersHandler. getMdObjectProducedType(MdObject mdObject)protected Collection<TypeItem>FindObjectModuleEventHandlersHandler. getMdObjectProducedType(MdObject mdObject)protected Collection<TypeItem>FindRecordSetEventHandlersHandler. getMdObjectProducedType(MdObject mdObject)protected TypeSetAbstractFindEventHandlersHandler. getParentTypeSet(MdObject context, TypeItem typeItem)Returns type set contatining given type item. -
Uses of MdObject in com._1c.g5.v8.dt.eventhandlers.ui.service
Methods in com._1c.g5.v8.dt.eventhandlers.ui.service with parameters of type MdObject Modifier and Type Method Description static TypeItemProdusedTypesUtil. getManagerModuleType(MdObject mdObject)Returns manager module type for given md object.static TypeItemProdusedTypesUtil. getObjectModuleType(MdObject mdObject)Returns object module type for given md object.static TypeItemProdusedTypesUtil. getRecordSetModuleType(MdObject mdObject)Returns record set module type for given md object. -
Uses of MdObject in com._1c.g5.v8.dt.export.xml
Methods in com._1c.g5.v8.dt.export.xml with parameters of type MdObject Modifier and Type Method Description protected PathBaseXmlExportFileSystemSupport. getMdObjectTargetDirectory(MdObject mdObject)Path to common target folder for specified metadata object -
Uses of MdObject in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md with parameters of type MdObject Modifier and Type Method Description static voidTestMdObjectFactory. setNameSynonymComment(MdObject object, String name)Set object values: name, synonym and comment -
Uses of MdObject in com._1c.g5.v8.dt.form.generator
Methods in com._1c.g5.v8.dt.form.generator with parameters of type MdObject Modifier and Type Method Description FormIFormGenerator. generateForm(MdObject mdObject, BasicForm basicForm, FormType formType, ScriptVariant scriptVariant, String languageCode, Version version, FormFieldInfo rootField, Integer columnCount)Generate form by typeFormFieldInfoIFormFieldGenerator. getFormGeneratorFields(MdObject mdObject, FormType formType, ScriptVariant scriptVariant, Version version)Tree of form field to select in second form wizard page -
Uses of MdObject in com._1c.g5.v8.dt.form.layout.common
Methods in com._1c.g5.v8.dt.form.layout.common with parameters of type MdObject Modifier and Type Method Description TypeDescriptionILogFormEditHelperExt. checkDataPath(FormItem pElement, boolean checkRights, MdObject container, Form m_pLogForm, String currentLanguage, int alias)booleanILogFormEditHelperExt. getPropertyInfoExt(AbstractDataPath path, PropertyInfoExtension propInfoExt, MdObject container, Form m_pLogForm, String currentLanguage, int alias)static TypeDescriptionCommonLayUtils. getTypeDomain(MdObject container, TypeDescription typeDomain) -
Uses of MdObject in com._1c.g5.v8.dt.form.layout.data.datainfo
Methods in com._1c.g5.v8.dt.form.layout.data.datainfo with parameters of type MdObject Modifier and Type Method Description IDataProviderInfoIDataProviderInfoService. getDataProviderInfo(IDataProviderInfoEx pDPIEx, AbstractDataPath prop, PropertyInfo field, MdObject container)Gets the specific data info provider.IDataProviderInfoIDataProviderInfoService. getDataProviderInfo(TypeItem type, boolean expandRefs, AbstractDataPath prop, boolean disableAggFuctions, MdObject container, String currentLanguage)Gets the specific data info provider. -
Uses of MdObject in com._1c.g5.v8.dt.form.naming
Methods in com._1c.g5.v8.dt.form.naming with parameters of type MdObject Modifier and Type Method Description protected org.eclipse.xtext.naming.QualifiedNameFormRuQualifiedNameProvider. _qualifiedName(MdObject mdObject) -
Uses of MdObject in com._1c.g5.v8.dt.launching.core.launchconfigurations
Methods in com._1c.g5.v8.dt.launching.core.launchconfigurations that return MdObject Modifier and Type Method Description static MdObjectExternalObjectHelper. getExternalObject(IExternalObjectProject project, String externalObjectName, String externalObjectType)Returns the external object in the given project with the given name.Methods in com._1c.g5.v8.dt.launching.core.launchconfigurations with parameters of type MdObject Modifier and Type Method Description static StringExternalObjectHelper. getClassName(MdObject externalObject)Returns the external object class name for the given external object to use for launch configurations attribute class storing. -
Uses of MdObject in com._1c.g5.v8.dt.md
Methods in com._1c.g5.v8.dt.md that return types with arguments of type MdObject Modifier and Type Method Description protected Map<org.eclipse.emf.ecore.EClass,com.google.inject.Provider<? extends IMdObjectInitializer<? extends MdObject>>>MdRuntimeModule. getMdObjectInitializer(com.google.inject.Binder binder)Methods in com._1c.g5.v8.dt.md with parameters of type MdObject Modifier and Type Method Description static Collection<TypeItem>MdUtil. getAllProducingTypes(MdObject mdObject)Gets collection of producing type ofmdObjectList<Pair<String,String>>FieldsSourceUtil. getDataPathFields(MdObject characteristicTypes)Gets possible values for data path field ofCharacteristicsDescriptionStringFieldsSourceUtil. getDefaultDataPathField(MdObject characteristicTypes)Gets default value for data pathCharacteristicsDescriptionfieldFieldFieldsSourceUtil. getDefaultKeyField(MdObject characteristicTypes)Returns characteristic description key field default value.FieldFieldsSourceUtil. getDefaultObjectField(MdObject characteristicValues, MdObject mdObject)Returns characteristic description object field default value for selected md-object.FieldFieldsSourceUtil. getDefaultTypeField(MdObject characteristicValues, Field field)Returns characteristic description type field default value for selected field types.static org.eclipse.xtext.naming.QualifiedNameMdUtil. getFullyQualifiedName(MdObject mdObject)Returns the fully qualified name of an MdObject, ornullif the name cannot be determined.static org.eclipse.xtext.naming.QualifiedNameMdUtil. getFullyQualifiedNameRu(MdObject mdObject)Returns the fully qualified nameRu of an MdObject, ornullif the name cannot be determined.List<Field>FieldsSourceUtil. getKeyFields(MdObject characteristicTypes)Returns characteristic description key field availaible values.static StringMdUtil. getMdName(MdObject mdObject, String code)Returns the name of theMdObject.List<Field>FieldsSourceUtil. getObjectFields(MdObject characteristicValues, MdObject mdObject)Returns characteristic description object field availaible values for selected md-object.static org.eclipse.xtext.naming.QualifiedNameMdUtil. getProxySupportsFullQualifiedName(MdObject mdObject)Returns md-object qualified name.List<Field>FieldsSourceUtil. getTypeFields(MdObject characteristicValues, Field field)Returns characteristic description type field availaible values for selected field types.List<Field>FieldsSourceUtil. getTypesFilterFields(MdObject characteristicTypes)Returns characteristic description types filter field availaible values.List<Field>FieldsSourceUtil. getUseMultipleValuesFields(MdObject characteristicTypes)Returns characteristic description use multiple values field availaible values.List<Field>FieldsSourceUtil. getValueFields(MdObject characteristicValues)Returns characteristic description value field availaible values.static booleanMdUtil. hasRealDatabasePresentation(MdObject object)Checks thatobjecthas real association with databasebooleanFieldsSourceUtil. isFieldContainsMdObjectRefType(MdObject mdObject, Field field)Checks, if field availables for md-object. -
Uses of MdObject in com._1c.g5.v8.dt.md.api
Classes in com._1c.g5.v8.dt.md.api with type parameters of type MdObject Modifier and Type Class Description classAbstractMdObjectCollectionTask<P1 extends MdObject,P2 extends MdObject>classAbstractMdObjectCollectionTask<P1 extends MdObject,P2 extends MdObject>Methods in com._1c.g5.v8.dt.md.api with parameters of type MdObject Modifier and Type Method Description org.eclipse.core.runtime.IStatusChangeMdPictureTask. execute(MdObject model, org.eclipse.core.runtime.IProgressMonitor monitor)org.eclipse.core.runtime.IStatusFilterCriterionContentChangeTask. execute(FilterCriterion filterCriterion, MdObject object, org.eclipse.core.runtime.IProgressMonitor monitor)org.eclipse.core.runtime.IStatusFunctionalOptionContentChangeTask. execute(FunctionalOption functionalOption, MdObject object, org.eclipse.core.runtime.IProgressMonitor monitor)org.eclipse.core.runtime.IStatusFunctionalOptionsParameterUseChangeTask. execute(FunctionalOptionsParameter functionalOptionsParameter, MdObject mdObject, org.eclipse.core.runtime.IProgressMonitor monitor)Adds/removeMdObjecttoFunctionalOptionsParameterorg.eclipse.core.runtime.IStatusSubsystemContentChangeTask. execute(Subsystem subsystem, MdObject mdObject, org.eclipse.core.runtime.IProgressMonitor monitor)protected static StringAbstractMdObjectCollectionTask. getName(MdObject object, Collection<? extends MdObject> objects, String messageTemplate)Returns the name of the task.Method parameters in com._1c.g5.v8.dt.md.api with type arguments of type MdObject Modifier and Type Method Description protected static StringAbstractMdObjectCollectionTask. getName(MdObject object, Collection<? extends MdObject> objects, String messageTemplate)Returns the name of the task. -
Uses of MdObject in com._1c.g5.v8.dt.md.compare
Constructors in com._1c.g5.v8.dt.md.compare with parameters of type MdObject Constructor Description ComparedMdObjects(MdObject mainMdObject, MdObject otherMdObject, MdObject ancestorMdObject)Constructs a provider with the specified MD objects. -
Uses of MdObject in com._1c.g5.v8.dt.md.compare.matching
Methods in com._1c.g5.v8.dt.md.compare.matching with parameters of type MdObject Modifier and Type Method Description protected MdObjectComparisonNodeChildMdObjectMatcher. createNode(MdObject main, MdObject other, MdObject ancestor)protected StringChildMdObjectMatcher. getName(MdObject object)protected StringChildMdObjectMatcher. getSymlink(MdObject object)protected UUIDChildMdObjectMatcher. getUuid(MdObject object)Constructor parameters in com._1c.g5.v8.dt.md.compare.matching with type arguments of type MdObject Constructor Description ChildMdObjectMatcher(IComparisonSession session, ChildMdCollectionComparisonNode parentCollectionNode, List<MdObject> mainObjects, List<MdObject> otherObjects, List<MdObject> ancestorObjects, com._1c.g5.v8.dt.internal.md.compare.MdObjectResource mainResource, com._1c.g5.v8.dt.internal.md.compare.MdObjectResource otherResource, com._1c.g5.v8.dt.internal.md.compare.MdObjectResource ancestorResource, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, com._1c.g5.v8.dt.internal.md.compare.MdComparisonNodeFactory nodeFactory)Constructs a matcher. -
Uses of MdObject in com._1c.g5.v8.dt.md.copy
Methods in com._1c.g5.v8.dt.md.copy with type parameters of type MdObject Modifier and Type Method Description <T extends MdObject>
List<T>IModelObjectCopySupport. copyAndAttach(List<T> topObjects, org.eclipse.core.resources.IProject target, org.eclipse.core.runtime.IProgressMonitor monitor)Copies the provided top object and attaches it to the target project.<T extends MdObject>
TIModelObjectCopySupport. copyAndAttach(T topObject, org.eclipse.core.resources.IProject target, org.eclipse.core.runtime.IProgressMonitor monitor)Copies the provided top objects and attaches to the target project.Methods in com._1c.g5.v8.dt.md.copy with parameters of type MdObject Modifier and Type Method Description protected StringAttachingModelObjectCopier. generateMdCopyName(MdObject sourceObject, MdObject targetObject, org.eclipse.emf.ecore.EObject targetParent, org.eclipse.emf.ecore.EReference reference, ModelObjectCopier.CopyContext copyContext)protected StringModelObjectCopier. generateMdCopyName(MdObject sourceObject, MdObject targetObject, org.eclipse.emf.ecore.EObject targetParent, org.eclipse.emf.ecore.EReference reference, ModelObjectCopier.CopyContext copyContext)Generate copied model metadata object name. -
Uses of MdObject in com._1c.g5.v8.dt.md.distribution.support
Methods in com._1c.g5.v8.dt.md.distribution.support with parameters of type MdObject Modifier and Type Method Description UserSupportModeIDistributionSupportTypeProvider. getUserSupportMode(MdObject mdObject)GetsUserSupportModeformdObject -
Uses of MdObject in com._1c.g5.v8.dt.md.export.xml.impl
Methods in com._1c.g5.v8.dt.md.export.xml.impl with parameters of type MdObject Modifier and Type Method Description protected org.eclipse.core.runtime.IStatusMetadataXmlExporter. export(MdObject mdObject, Path path, IExportContext exportContext, IExportArtifactBuilder artifactBuilder)protected voidMetadataXmlExporter. write(MdObject mdObject, IExportContext exportContext, MetadataDocumentWriter writer) -
Uses of MdObject in com._1c.g5.v8.dt.md.export.xml.writer
Methods in com._1c.g5.v8.dt.md.export.xml.writer with parameters of type MdObject Modifier and Type Method Description protected List<org.eclipse.emf.ecore.EStructuralFeature>MetadataObjectWriter. getChildrenFeatureList(MdObject mdObject, Version version)Returns ordered children feature list of specified metadata objectprotected List<org.eclipse.emf.ecore.EStructuralFeature>MetadataObjectWriter. getInnerInfoFeatureList(MdObject mdObject, Version version)Returns ordered inner infos feature list of specified metadata objectprotected List<org.eclipse.emf.ecore.EStructuralFeature>MetadataObjectWriter. getPropertiesFeatureList(MdObject mdObject, Version version)Returns ordered properties feature list of specified metadata objectprotected voidMetadataObjectWriter. writeMdObjectChildObject(ExportXmlStreamWriter writer, Version version, MdObject mdObject, org.eclipse.emf.ecore.EStructuralFeature feature)Write metadata object child object feature to the XML writer.protected voidMetadataObjectWriter. writeMdObjectInternalInfo(ExportXmlStreamWriter writer, Version version, MdObject mdObject, org.eclipse.emf.ecore.EStructuralFeature feature)Write metadata object internal info feature to the XML writer.protected voidMetadataObjectWriter. writeMdObjectProperty(ExportXmlStreamWriter writer, Version version, MdObject mdObject, org.eclipse.emf.ecore.EStructuralFeature feature)Write metadata object property feature to the XML writer.protected voidMetadataObjectWriter. writeMdObjectSmartFeature(ExportXmlStreamWriter writer, Version version, MdObject mdObject, org.eclipse.emf.ecore.EStructuralFeature feature)Write metadata object feature to the XML writer using smart feature writer.protected voidMetadataObjectWriter. writeUnsupportedObjectsRefs(ExportXmlStreamWriter writer, Version version, MdObject mdObject)Write metadata object unsupported object references to the XML writer. -
Uses of MdObject in com._1c.g5.v8.dt.md.extension
Methods in com._1c.g5.v8.dt.md.extension with parameters of type MdObject Modifier and Type Method Description static org.eclipse.emf.ecore.EStructuralFeatureMdExtensionTypeUtil. getTypeDescriptionFeature(MdObject mdObject)GetsTypeDescriptioncontains feature which can be replaced byTypeDescriptionExtensionobject by givenMdObject -
Uses of MdObject in com._1c.g5.v8.dt.md.extension.adopt.support
Methods in com._1c.g5.v8.dt.md.extension.adopt.support with parameters of type MdObject Modifier and Type Method Description TypeDescriptionExtensionITypeDescriptionAdoptSupport. adoptMultiStateType(MdObject nativeObject, TypeDescription nativeObjectType, Version version, IAdopterContext context)Adopt the given multi state type with respect to its type content.TypeDescriptionExtensionITypeDescriptionAdoptSupport. adoptMultiStateType(MdObject nativeObject, TypeDescription nativeObjectType, Version version, IAdopterContext context, boolean multiRefAsAnyRef)Adopt the given multi state type with respect to its type content.TypeDescriptionITypeDescriptionAdoptSupport. adoptType(MdObject nativeObject, TypeDescription nativeObjectType, Version version, IAdopterContext context)Adopt the given type with respect to its type content. -
Uses of MdObject in com._1c.g5.v8.dt.md.help
Methods in com._1c.g5.v8.dt.md.help that return MdObject Modifier and Type Method Description static MdObjectMdHelpUtil. findEObjectByUuid(String uuid, org.eclipse.emf.ecore.EObject context)FindMdObjectfrom index with uuid -
Uses of MdObject in com._1c.g5.v8.dt.md.help.ui.editor
Methods in com._1c.g5.v8.dt.md.help.ui.editor with parameters of type MdObject Modifier and Type Method Description voidMdHelpContentFileEditorInput. init(MdObject model, org.eclipse.emf.ecore.EStructuralFeature feature, org.eclipse.core.resources.IProject project, boolean readOnly)Initialize editor input and provide file for metadata model help in local editing language -
Uses of MdObject in com._1c.g5.v8.dt.md.import_.xml.reader
Methods in com._1c.g5.v8.dt.md.import_.xml.reader with parameters of type MdObject Modifier and Type Method Description protected voidAbstractMdXmlFileReader. readMdObject(IXmlNode node, MdObject mdObject, Version version, XmlReaderResult xrr)Read node to target metadata basic form objectvoidBasicMdXmlReaderHelper. readMdObject(IXmlNode node, MdObject mdObject, Version version, IXmlReadErrorCollector errorCollector)Read node to target metadata object -
Uses of MdObject in com._1c.g5.v8.dt.md.import_.xml.reader.part
Methods in com._1c.g5.v8.dt.md.import_.xml.reader.part with parameters of type MdObject Modifier and Type Method Description protected voidAbstractMdXmlPartReader. readMdObject(IXmlNode node, MdObject mdObject, Version version, IXmlReadErrorCollector errorCollector)Read node to target metadata object -
Uses of MdObject in com._1c.g5.v8.dt.md.model
Classes in com._1c.g5.v8.dt.md.model with type parameters of type MdObject Modifier and Type Class Description classBasicMdObjectInitializer<M extends MdObject>BasicIMdObjectInitializerimplementationinterfaceIMdObjectInitializer<T extends MdObject>Metadata object initializer.static interfaceIMdObjectInitializer.IReferenceUpdater<T extends MdObject>Reference updater -
Uses of MdObject in com._1c.g5.v8.dt.md.naming
Methods in com._1c.g5.v8.dt.md.naming with parameters of type MdObject Modifier and Type Method Description protected org.eclipse.xtext.naming.QualifiedNameMdRuQualifiedNameProvider. _computeFqn(MdObject md) -
Uses of MdObject in com._1c.g5.v8.dt.md.refactoring.core
Methods in com._1c.g5.v8.dt.md.refactoring.core with parameters of type MdObject Modifier and Type Method Description Collection<IRefactoring>IMdRefactoringService. createMdObjectRenameRefactoring(MdObject object, String newName)Creates refactoring instance for MD object renaming.IRefactoringIMdRefactoringService. createSubsystemMoveRefactoring(Subsystem subsystem, MdObject newParent)Creates refactoring instance for Subsystem moving.Method parameters in com._1c.g5.v8.dt.md.refactoring.core with type arguments of type MdObject Modifier and Type Method Description IRefactoringIMdRefactoringService. createMdObjectDeleteRefactoring(Collection<? extends MdObject> objects)Creates refactoring instance for MD objects deletion. -
Uses of MdObject in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource that return MdObject Modifier and Type Method Description static MdObjectMdTypeUtil. getTypeProducer(TypeItem typeItem)ReturnMdObjectthat produced given type item.Methods in com._1c.g5.v8.dt.md.resource with parameters of type MdObject Modifier and Type Method Description protected booleanMdImplicitRefInferrer. _infer(MdObject object)List<CommonAttribute>DerivedStateComputerUtil. getEffectiveCommonAttributes(MdObject target, com.google.common.base.Predicate<CommonAttribute> filter)Returns the effective common attributes for the given target.booleanDerivedStateComputerUtil. isInExchangePlan(MdObject mdObject)Checks if given md object is in content of any exchange plan objectTypeDescriptionMdTypeUtil. newNodeTypeDescription(MdObject mdObject)Returns a new type description for theNodefield of the Changes table of given md object. -
Uses of MdObject in com._1c.g5.v8.dt.md.ui.aef.components
Methods in com._1c.g5.v8.dt.md.ui.aef.components that return types with arguments of type MdObject Modifier and Type Method Description protected List<MdObject>NavigatorTreeDialogActionBarComponent. getSelectedMdObjects()Returns selectedMdObjects.Methods in com._1c.g5.v8.dt.md.ui.aef.components with parameters of type MdObject Modifier and Type Method Description protected Optional<CommonAttributeContentItem>CommonAttributeContentTreeComponent. getContentItem(MdObject mdObject)Gets the content item which corresponds the given MD object, if any.protected voidCommonAttributeContentTreeComponent.CommonAttributeContentMapper. initItem(CommonAttributeContentItemViewModel viewItem, MdObject mdObject, CommonAttribute commonAttribute, CommonAttributeContentItem contentItem)Inits the common attribute content item modelMethod parameters in com._1c.g5.v8.dt.md.ui.aef.components with type arguments of type MdObject Modifier and Type Method Description protected StringNavigatorTreeDialogActionBarComponent. transformModelToString(INavigatorTreeDialogActionBarModel<? extends MdObject> model) -
Uses of MdObject in com._1c.g5.v8.dt.md.ui.aef.components.value
Methods in com._1c.g5.v8.dt.md.ui.aef.components.value that return MdObject Modifier and Type Method Description protected MdObjectAbstractReferenceValueComponentPart. getContainer(IValueModel model)Returns theMdObjectfor the givenIValue.get()value.protected MdObjectAbstractReferenceValueComponentPart. getContainer(EmptyRef value)Methods in com._1c.g5.v8.dt.md.ui.aef.components.value with parameters of type MdObject Modifier and Type Method Description protected booleanAbstractReferenceValueComponentPart. isSuitableContainer(MdObject mdObject)Returnstrueif the given object is suitable for component part.protected booleanPredefinedValueComponentPart. isSuitableContainer(MdObject mdObject) -
Uses of MdObject in com._1c.g5.v8.dt.md.ui.aef.models
Methods in com._1c.g5.v8.dt.md.ui.aef.models that return MdObject Modifier and Type Method Description MdObjectExtendedConfigurationObjectSelectionModel. getMdObjectByUuid(UUID uuid)Gets object byUUIDMdObjectBmCharacteristicsDescriptionDataPathModel. getParent()MdObjectBmCharacteristicsDescriptionFieldModel. getParent()MdObjectEmfCharacteristicsDescriptionDataPathModel. getParent()MdObjectEmfCharacteristicsDescriptionFieldModel. getParent()MdObjectICharacteristicsDescriptionDataPathModel. getParent()Returns characteristics parent md-object.MdObjectICharacteristicsDescriptionFieldModel. getParent()Returns characteristics parent md-object.Methods in com._1c.g5.v8.dt.md.ui.aef.models with parameters of type MdObject Modifier and Type Method Description NavigatorTreeDialogModelNavigatorTreeDialogModelFactory. createCharacteristicsDescriptionCharacteristicTypesCheckedModel(CharacteristicsDescription actualObject, MdObject container, IV8Project v8project)CreatesCharacteristicsDescriptiondialog model for new context object and his v8 project with showing checked objects.NavigatorTreeDialogModelNavigatorTreeDialogModelFactory. createCharacteristicsDescriptionCharacteristicValuesCheckedModel(CharacteristicsDescription context, MdObject container, IV8Project v8project)CreatesCharacteristicsDescriptionvalues dialog model for new context object, his container and v8 project with showing checked objects.NavigatorTreeDialogModelNavigatorTreeDialogModelFactory. createMdObjectFunctionalOptionsAbsentModel(MdObject context)CreatesMdObjectfunctional options dialog model for context object without showing checked objects.NavigatorTreeDialogModelNavigatorTreeDialogModelFactory. createMdObjectSubsystemsAbsentModel(MdObject context)CreatesMdObjectsubsystems dialog model for context object without showing checked objects.NavigatorTreeDialogModelNavigatorTreeDialogModelFactory. createReportFormCheckedModel(MdObject context, org.eclipse.emf.ecore.EStructuralFeature formFeature)CreatesReportform feature dialog model for context object without showing checked objects.StringNavigatorTreeDialogModel. getPresentationValue(MdObject mdObject, boolean qualifiedNamePresentation)Returns md-object presentation.protected voidBmCharacteristicsDescriptionSelectionModel. setObjectValue(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, MdObject newValue)Constructors in com._1c.g5.v8.dt.md.ui.aef.models with parameters of type MdObject Constructor Description EmfCharacteristicsDescriptionDataPathModel(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, IV8Project v8project, MdObject parent)Instantiates a new EMF value.EmfCharacteristicsDescriptionFieldModel(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, IV8Project v8project, MdObject parent)Instantiates a new EMF value.EmfCharacteristicsDescriptionSelectionModel(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, MdObject parent, Supplier<NavigatorTreeDialogModel> dialogModelSupplier, IV8Project v8Project)Creates a new model.MdPictureModel(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature, IModelObjectFactory modelFactory, IRuntimeVersionSupport runtimeVersionSupport)Instantiates a new picture model. -
Uses of MdObject in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.commonattribute
Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.commonattribute with parameters of type MdObject Modifier and Type Method Description Optional<CommonAttributeContentItem>CommonAttributeContentModel. findContentItem(MdObject mdObject)Finds the content item for the provided metadata object in common attribute content. -
Uses of MdObject 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 MdObject Modifier and Type Method Description protected MdObjectConfigurationStandaloneContentExchangeSettingsDialogModel. getExchangePlan()Returns exchange plan.Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration with parameters of type MdObject Modifier and Type Method Description protected voidConfigurationStandaloneContentModel. editExchangePlanContent(MdObject mdObject, AutoRegistrationChanges changes)Sets auto registration changes.protected voidConfigurationStandaloneContentModel. editExchangePlanContent(MdObject mdObject, Boolean add)Adds/removes exchange plan content.protected Optional<ExchangePlanContentItem>ConfigurationStandaloneContentModel. findContentItem(MdObject mdObject)Finds the content item for the provided metadata object in exchange plan content.protected booleanConfigurationStandaloneContentModel. findNoCodeCorrections(MdObject mdObject)Checks if metadata object content item present in the exchange plan content.protected voidConfigurationStandaloneContentModel. setAutoCorrectCode(MdObject mdObject, Boolean correct)Sets auto correct code.protected voidConfigurationStandaloneContentModel. setPriority(MdObject mdObject, StandaloneContentItemPriority newPriority)Sets content item priority. -
Uses of MdObject 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 that return MdObject Modifier and Type Method Description protected MdObjectDataExchangeModel. getMdObject()Returns exchange data md-object.Constructors in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange with parameters of type MdObject Constructor Description DataExchangeModel(MdObject mdObject, Configuration configuration, IModelEditingSupport modelEditingSupport)Creates a new instance. -
Uses of MdObject 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 with parameters of type MdObject Modifier and Type Method Description Optional<ExchangePlanContentItem>ExchangePlanContentModel. findContentItem(MdObject mdObject)Finds the content item for the provided metadata object in exchange plan content.Optional<AutoRegistrationChanges>ExchangePlanContentModel. getContentItemAutoRecord(MdObject mdObject)Returns the current auto registration for the provided metadata object in exchange plan content.voidExchangePlanContentModel. setContentItemAutoRecord(MdObject mdObject, AutoRegistrationChanges changes)Sets the auto registration for the provided metadata object in exchange plan content. -
Uses of MdObject in com._1c.g5.v8.dt.md.ui.extension.aef.rules
Methods in com._1c.g5.v8.dt.md.ui.extension.aef.rules with parameters of type MdObject Modifier and Type Method Description protected booleanAdoptedBasicFormRule. alwaysShown(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature)protected booleanAdoptedBasicTemplateRule. alwaysShown(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature)protected booleanAdoptedCalculationRegisterRule. alwaysShown(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature)protected booleanAdoptedConfigurationRule. alwaysShown(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature)protected booleanAdoptedCubeRule. alwaysShown(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature)protected booleanAdoptedDimensionTableRule. alwaysShown(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature)protected booleanAdoptedDocumentRule. alwaysShown(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature)protected booleanAdoptedExternalDataSourceRule. alwaysShown(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature)protected booleanAdoptedMdObjectRule. alwaysShown(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature)Returns whether the provided feature is always shown for adopted model object.protected booleanAdoptedSubsystemRule. alwaysShown(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature)protected booleanAdoptedTableRule. alwaysShown(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature)protected booleanAdoptedXdtoPackageRule. alwaysShown(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature)protected booleanAdoptedCalculationRegisterRule. isEnabled(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature, Collection<MdPropertyType> types, Version version)protected booleanAdoptedConfigurationRule. isEnabled(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature, Collection<MdPropertyType> types, Version version)protected booleanAdoptedCubeRule. isEnabled(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature, Collection<MdPropertyType> types, Version version)protected booleanAdoptedDimensionTableRule. isEnabled(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature, Collection<MdPropertyType> types, Version version)protected booleanAdoptedDocumentRule. isEnabled(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature, Collection<MdPropertyType> types, Version version)protected booleanAdoptedExternalDataSourceRule. isEnabled(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature, Collection<MdPropertyType> types, Version version)protected booleanAdoptedMdObjectRule. isEnabled(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature, Collection<MdPropertyType> types, Version version)Returns whether the provided feature is enabled for adopted model object.protected booleanAdoptedSubsystemRule. isEnabled(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature, Collection<MdPropertyType> types, Version version)protected booleanAdoptedTableRule. isEnabled(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature, Collection<MdPropertyType> types, Version version)protected booleanAdoptedXdtoPackageRule. isEnabled(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature, Collection<MdPropertyType> types, Version version)protected booleanAdoptedBasicTemplateRule. isShown(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature, Collection<MdPropertyType> types, Version version)protected booleanAdoptedMdObjectRule. isShown(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature, Collection<MdPropertyType> types, Version version)Returns whether the provided feature is shown for adopted model object. -
Uses of MdObject in com._1c.g5.v8.dt.md.ui.filters
Classes in com._1c.g5.v8.dt.md.ui.filters with type parameters of type MdObject Modifier and Type Class Description static classContainmentTreeFilter.Absent<M extends MdObject>static classContainmentTreeFilter.Present<M extends MdObject> -
Uses of MdObject in com._1c.g5.v8.dt.md.ui.navigator.adapters
Classes in com._1c.g5.v8.dt.md.ui.navigator.adapters with type parameters of type MdObject Modifier and Type Class Description classMdModelNavigatorAdapterBase<M extends MdObject>Base adapter for MD model node.classMdTopObjectNavigatorAdapterBase<M extends MdObject>Implementation ofMdModelNavigatorAdapterBasefor top objects -
Uses of MdObject in com._1c.g5.v8.dt.md.ui.wizards
Classes in com._1c.g5.v8.dt.md.ui.wizards with type parameters of type MdObject Modifier and Type Class Description classAbstractDependentProjectWizard<M extends MdObject>Abstract wizard of dependent projects or their root objects.static classAbstractDependentProjectWizard.DependentWizardModel<M extends MdObject>Dependent wizard model instance.classAbstractProjectWizard<M extends MdObject,T extends AbstractProjectWizard.WizardModel<M>>Abstract wizard of dt projects or their root objects.static classAbstractProjectWizard.WizardModel<M extends MdObject>Dependent wizard model instance.classRootObjectPage<T extends AbstractProjectWizard.WizardModel<M>,M extends MdObject>Root object wizard page. -
Uses of MdObject in com._1c.g5.v8.dt.md.ui.wizards.aef.models
Classes in com._1c.g5.v8.dt.md.ui.wizards.aef.models with type parameters of type MdObject Modifier and Type Class Description classMdObjectModel<M extends MdObject>TheIMdObjectModelimplementation that operates withIDtNewWizardContext.classMdTypedObjectModel<M extends MdObject>The model for AEF wizard pages which allows to select the type of creating object, e.g.Methods in com._1c.g5.v8.dt.md.ui.wizards.aef.models that return MdObject Modifier and Type Method Description MdObjectCharacteristicsDescriptionModel. getParent()MdObjectICharacteristicsDescriptionModel. getParent()Methods in com._1c.g5.v8.dt.md.ui.wizards.aef.models that return types with arguments of type MdObject Modifier and Type Method Description INavigatorTreeDialogActionBarModel<? extends MdObject>CharacteristicsDescriptionModel. getCharacteristicTypes()INavigatorTreeDialogActionBarModel<? extends MdObject>ICharacteristicsDescriptionModel. getCharacteristicTypes()INavigatorTreeDialogActionBarModel<? extends MdObject>CharacteristicsDescriptionModel. getCharacteristicValues()INavigatorTreeDialogActionBarModel<? extends MdObject>ICharacteristicsDescriptionModel. getCharacteristicValues() -
Uses of MdObject in com._1c.g5.v8.dt.md.ui.wizards.base.aef
Classes in com._1c.g5.v8.dt.md.ui.wizards.base.aef with type parameters of type MdObject Modifier and Type Class Description classDtAefMdNewWizard<M extends MdObject>DtAefNewWizardimplementation that is used forMdObjects creation.classDtAefMdWithTypeNewWizard<M extends MdObject>DtAefNewWizardimplementation that is used for creation objects with type. -
Uses of MdObject in com._1c.g5.v8.dt.md.validation
Methods in com._1c.g5.v8.dt.md.validation with parameters of type MdObject Modifier and Type Method Description voidMdValidator. checkMissingAssignments(MdObject mdObject)Deprecated.voidMdValidator. checkUniqueMdObjectName(MdObject parentMdObject)Deprecated. -
Uses of MdObject in com._1c.g5.v8.dt.metadata.dbview.util
Methods in com._1c.g5.v8.dt.metadata.dbview.util with parameters of type MdObject Modifier and Type Method Description static BasicDbViewDefsDbViewUtil. getBasicDbViewDefs(MdObject mdObject)static DbViewDefDbViewUtil. getMainTable(MdObject mdObject)Get Main table forMdObject -
Uses of MdObject in com._1c.g5.v8.dt.metadata.mdclass
Subinterfaces of MdObject in com._1c.g5.v8.dt.metadata.mdclass Modifier and Type Interface Description interfaceAccountingFlagA representation of the model object 'Accounting Flag'.interfaceAccountingRegisterA representation of the model object 'Accounting Register'.interfaceAccountingRegisterAttributeA representation of the model object 'Accounting Register Attribute'.interfaceAccountingRegisterCommandA representation of the model object 'Accounting Register Command'.interfaceAccountingRegisterDimensionA representation of the model object 'Accounting Register Dimension'.interfaceAccountingRegisterFormA representation of the model object 'Accounting Register Form'.interfaceAccountingRegisterResourceA representation of the model object 'Accounting Register Resource'.interfaceAccumulationRegisterA representation of the model object 'Accumulation Register'.interfaceAccumulationRegisterAttributeA representation of the model object 'Accumulation Register Attribute'.interfaceAccumulationRegisterCommandA representation of the model object 'Accumulation Register Command'.interfaceAccumulationRegisterDimensionA representation of the model object 'Accumulation Register Dimension'.interfaceAccumulationRegisterFormA representation of the model object 'Accumulation Register Form'.interfaceAccumulationRegisterResourceA representation of the model object 'Accumulation Register Resource'.interfaceAddressingAttributeA representation of the model object 'Addressing Attribute'.interfaceBasicCommandA representation of the model object 'Basic Command'.interfaceBasicDbObjectA representation of the model object 'Basic Db Object'.interfaceBasicFeatureA representation of the model object 'Basic Feature'.interfaceBasicFormA representation of the model object 'Basic Form'.interfaceBasicRegisterA representation of the model object 'Basic Register'.interfaceBasicTabularSectionA representation of the model object 'Basic Tabular Section'.interfaceBasicTemplateA representation of the model object 'Basic Template'.interfaceBotA representation of the model object 'Bot'.interfaceBusinessProcessA representation of the model object 'Business Process'.interfaceBusinessProcessAttributeA representation of the model object 'Business Process Attribute'.interfaceBusinessProcessCommandA representation of the model object 'Business Process Command'.interfaceBusinessProcessFormA representation of the model object 'Business Process Form'.interfaceBusinessProcessTabularSectionA representation of the model object 'Business Process Tabular Section'.interfaceCalculationRegisterA representation of the model object 'Calculation Register'.interfaceCalculationRegisterAttributeA representation of the model object 'Calculation Register Attribute'.interfaceCalculationRegisterCommandA representation of the model object 'Calculation Register Command'.interfaceCalculationRegisterDimensionA representation of the model object 'Calculation Register Dimension'.interfaceCalculationRegisterFormA representation of the model object 'Calculation Register Form'.interfaceCalculationRegisterResourceA representation of the model object 'Calculation Register Resource'.interfaceCatalogA representation of the model object 'Catalog'.interfaceCatalogAttributeA representation of the model object 'Catalog Attribute'.interfaceCatalogCommandA representation of the model object 'Catalog Command'.interfaceCatalogFormA representation of the model object 'Catalog Form'.interfaceCatalogOwnerA representation of the model object 'Catalog Owner'.interfaceCatalogTabularSectionA representation of the model object 'Catalog Tabular Section'.interfaceChartOfAccountsA representation of the model object 'Chart Of Accounts'.interfaceChartOfAccountsAttributeA representation of the model object 'Chart Of Accounts Attribute'.interfaceChartOfAccountsCommandA representation of the model object 'Chart Of Accounts Command'.interfaceChartOfAccountsFormA representation of the model object 'Chart Of Accounts Form'.interfaceChartOfAccountsTabularSectionA representation of the model object 'Chart Of Accounts Tabular Section'.interfaceChartOfCalculationTypesA representation of the model object 'Chart Of Calculation Types'.interfaceChartOfCalculationTypesAttributeA representation of the model object 'Chart Of Calculation Types Attribute'.interfaceChartOfCalculationTypesCommandA representation of the model object 'Chart Of Calculation Types Command'.interfaceChartOfCalculationTypesFormA representation of the model object 'Chart Of Calculation Types Form'.interfaceChartOfCalculationTypesTabularSectionA representation of the model object 'Chart Of Calculation Types Tabular Section'.interfaceChartOfCharacteristicTypesA representation of the model object 'Chart Of Characteristic Types'.interfaceChartOfCharacteristicTypesAttributeA representation of the model object 'Chart Of Characteristic Types Attribute'.interfaceChartOfCharacteristicTypesCommandA representation of the model object 'Chart Of Characteristic Types Command'.interfaceChartOfCharacteristicTypesFormA representation of the model object 'Chart Of Characteristic Types Form'.interfaceChartOfCharacteristicTypesTabularSectionA representation of the model object 'Chart Of Characteristic Types Tabular Section'.interfaceColumnA representation of the model object 'Column'.interfaceCommandGroupA representation of the model object 'Command Group'.interfaceCommonAttributeA representation of the model object 'Common Attribute'.interfaceCommonCommandA representation of the model object 'Common Command'.interfaceCommonFormA representation of the model object 'Common Form'.interfaceCommonModuleA representation of the model object 'Common Module'.interfaceCommonPictureA representation of the model object 'Common Picture'.interfaceCommonTemplateA representation of the model object 'Common Template'.interfaceConfigurationA representation of the model object 'Configuration'.interfaceConstantA representation of the model object 'Constant'.interfaceCubeA representation of the model object 'Cube'.interfaceCubeCommandA representation of the model object 'Cube Command'.interfaceCubeFormA representation of the model object 'Cube Form'.interfaceDataProcessorA representation of the model object 'Data Processor'.interfaceDataProcessorAttributeA representation of the model object 'Data Processor Attribute'.interfaceDataProcessorCommandA representation of the model object 'Data Processor Command'.interfaceDataProcessorFormA representation of the model object 'Data Processor Form'.interfaceDataProcessorTabularSectionA representation of the model object 'Data Processor Tabular Section'.interfaceDataProcessorTabularSectionAttributeA representation of the model object 'Data Processor Tabular Section Attribute'.interfaceDbObjectAttributeA representation of the model object 'Db Object Attribute'.interfaceDbObjectTabularSectionA representation of the model object 'Db Object Tabular Section'.interfaceDefinedTypeA representation of the model object 'Defined Type'.interfaceDimensionA representation of the model object 'Dimension'.interfaceDimensionTableA representation of the model object 'Dimension Table'.interfaceDimensionTableCommandA representation of the model object 'Dimension Table Command'.interfaceDimensionTableFormA representation of the model object 'Dimension Table Form'.interfaceDocumentA representation of the model object 'Document'.interfaceDocumentAttributeA representation of the model object 'Document Attribute'.interfaceDocumentCommandA representation of the model object 'Document Command'.interfaceDocumentFormA representation of the model object 'Document Form'.interfaceDocumentJournalA representation of the model object 'Document Journal'.interfaceDocumentJournalCommandA representation of the model object 'Document Journal Command'.interfaceDocumentJournalFormA representation of the model object 'Document Journal Form'.interfaceDocumentNumeratorA representation of the model object 'Document Numerator'.interfaceDocumentTabularSectionA representation of the model object 'Document Tabular Section'.interfaceEnumA representation of the model object 'Enum'.interfaceEnumCommandA representation of the model object 'Enum Command'.interfaceEnumFormA representation of the model object 'Enum Form'.interfaceEnumValueA representation of the model object 'Enum Value'.interfaceEventSubscriptionA representation of the model object 'Event Subscription'.interfaceExchangePlanA representation of the model object 'Exchange Plan'.interfaceExchangePlanAttributeA representation of the model object 'Exchange Plan Attribute'.interfaceExchangePlanCommandA representation of the model object 'Exchange Plan Command'.interfaceExchangePlanFormA representation of the model object 'Exchange Plan Form'.interfaceExchangePlanTabularSectionA representation of the model object 'Exchange Plan Tabular Section'.interfaceExtDimensionAccountingFlagA representation of the model object 'Ext Dimension Accounting Flag'.interfaceExternalDataProcessorA representation of the model object 'External Data Processor'.interfaceExternalDataSourceA representation of the model object 'External Data Source'.interfaceExternalReportA representation of the model object 'External Report'.interfaceFieldA representation of the model object 'Field'.interfaceFilterCriterionA representation of the model object 'Filter Criterion'.interfaceFilterCriterionCommandA representation of the model object 'Filter Criterion Command'.interfaceFilterCriterionFormA representation of the model object 'Filter Criterion Form'.interfaceFullTextSearchDictionarySourceA representation of the model object 'Full Text Search Dictionary Source'.interfaceFunctionA representation of the model object 'Function'.interfaceFunctionalOptionA representation of the model object 'Functional Option'.interfaceFunctionalOptionsParameterA representation of the model object 'Functional Options Parameter'.interfaceHierarchicalDbObjectAttributeA representation of the model object 'Hierarchical Db Object Attribute'.interfaceHierarchicalDbObjectTabularSectionA representation of the model object 'Hierarchical Db Object Tabular Section'.interfaceHTTPServiceA representation of the model object 'HTTP Service'.interfaceInformationRegisterA representation of the model object 'Information Register'.interfaceInformationRegisterAttributeA representation of the model object 'Information Register Attribute'.interfaceInformationRegisterCommandA representation of the model object 'Information Register Command'.interfaceInformationRegisterDimensionA representation of the model object 'Information Register Dimension'.interfaceInformationRegisterFormA representation of the model object 'Information Register Form'.interfaceInformationRegisterResourceA representation of the model object 'Information Register Resource'.interfaceIntegrationServiceA representation of the model object 'Integration Service'.interfaceIntegrationServiceChannelA representation of the model object 'Integration Service Channel'.interfaceInterfaceA representation of the model object 'Interface'.interfaceLanguageA representation of the model object 'Language'.interfaceMethodA representation of the model object 'Method'.interfaceOperationA representation of the model object 'Operation'.interfaceParameterA representation of the model object 'Parameter'.interfaceRecalculationA representation of the model object 'Recalculation'.interfaceRecalculationDimensionA representation of the model object 'Recalculation Dimension'.interfaceRegisterAttributeA representation of the model object 'Register Attribute'.interfaceRegisterDimensionA representation of the model object 'Register Dimension'.interfaceRegisterResourceA representation of the model object 'Register Resource'.interfaceReportA representation of the model object 'Report'.interfaceReportAttributeA representation of the model object 'Report Attribute'.interfaceReportCommandA representation of the model object 'Report Command'.interfaceReportFormA representation of the model object 'Report Form'.interfaceReportTabularSectionA representation of the model object 'Report Tabular Section'.interfaceReportTabularSectionAttributeA representation of the model object 'Report Tabular Section Attribute'.interfaceResourceA representation of the model object 'Resource'.interfaceRoleA representation of the model object 'Role'.interfaceScheduledJobA representation of the model object 'Scheduled Job'.interfaceSequenceA representation of the model object 'Sequence'.interfaceSequenceDimensionA representation of the model object 'Sequence Dimension'.interfaceSessionParameterA representation of the model object 'Session Parameter'.interfaceSettingsStorageA representation of the model object 'Settings Storage'.interfaceSettingsStorageFormA representation of the model object 'Settings Storage Form'.interfaceStyleA representation of the model object 'Style'.interfaceStyleItemA representation of the model object 'Style Item'.interfaceSubsystemA representation of the model object 'Subsystem'.interfaceTableA representation of the model object 'Table'.interfaceTableCommandA representation of the model object 'Table Command'.interfaceTableFormA representation of the model object 'Table Form'.interfaceTabularSectionAttributeA representation of the model object 'Tabular Section Attribute'.interfaceTaskA representation of the model object 'Task'.interfaceTaskAttributeA representation of the model object 'Task Attribute'.interfaceTaskCommandA representation of the model object 'Task Command'.interfaceTaskFormA representation of the model object 'Task Form'.interfaceTaskTabularSectionA representation of the model object 'Task Tabular Section'.interfaceTemplateA representation of the model object 'Template'.interfaceURLTemplateA representation of the model object 'URL Template'.interfaceWebServiceA representation of the model object 'Web Service'.interfaceWSReferenceA representation of the model object 'WS Reference'.interfaceXDTOPackageA representation of the model object 'XDTO Package'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return MdObject Modifier and Type Method Description MdObjectCharacteristicsDescription. getCharacteristicTypes()Returns the value of the 'Characteristic Types' reference.MdObjectCharacteristicsDescription. getCharacteristicValues()Returns the value of the 'Characteristic Values' reference.MdObjectCommonAttribute. getConditionalSeparation()Returns the value of the 'Conditional Separation' reference.MdObjectCommonAttributeContentItem. getConditionalSeparation()Returns the value of the 'Conditional Separation' reference.MdObjectTable. getDataVersionField()Returns the value of the 'Data Version Field' reference.MdObjectFunctionalOption. getLocation()Returns the value of the 'Location' reference.MdObjectExchangePlanContentItem. getMdObject()Returns the value of the 'Md Object' reference.MdObjectCommonAttributeContentItem. getMetadata()Returns the value of the 'Metadata' reference.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type MdObject Modifier and Type Method Description org.eclipse.emf.common.util.EList<MdObject>Configuration. getContent()Returns the value of the 'Content' reference list.org.eclipse.emf.common.util.EList<MdObject>FilterCriterion. getContent()Returns the value of the 'Content' reference list.org.eclipse.emf.common.util.EList<MdObject>FunctionalOption. getContent()Returns the value of the 'Content' reference list.org.eclipse.emf.common.util.EList<MdObject>Subsystem. getContent()Returns the value of the 'Content' reference list.org.eclipse.emf.common.util.EList<MdObject>FunctionalOptionsParameter. getUse()Returns the value of the 'Use' reference list.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type MdObject Modifier and Type Method Description voidCharacteristicsDescription. setCharacteristicTypes(MdObject value)Sets the value of the 'Characteristic Types' reference.voidCharacteristicsDescription. setCharacteristicValues(MdObject value)Sets the value of the 'Characteristic Values' reference.voidCommonAttribute. setConditionalSeparation(MdObject value)Sets the value of the 'Conditional Separation' reference.voidCommonAttributeContentItem. setConditionalSeparation(MdObject value)Sets the value of the 'Conditional Separation' reference.voidTable. setDataVersionField(MdObject value)Sets the value of the 'Data Version Field' reference.voidFunctionalOption. setLocation(MdObject value)Sets the value of the 'Location' reference.voidExchangePlanContentItem. setMdObject(MdObject value)Sets the value of the 'Md Object' reference.voidCommonAttributeContentItem. setMetadata(MdObject value)Sets the value of the 'Metadata' reference. -
Uses of MdObject in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement MdObject Modifier and Type Class Description classAccountingFlagImplAn implementation of the model object 'Accounting Flag'.classAccountingRegisterAttributeImplAn implementation of the model object 'Accounting Register Attribute'.classAccountingRegisterCommandImplAn implementation of the model object 'Accounting Register Command'.classAccountingRegisterDimensionImplAn implementation of the model object 'Accounting Register Dimension'.classAccountingRegisterFormImplAn implementation of the model object 'Accounting Register Form'.classAccountingRegisterImplAn implementation of the model object 'Accounting Register'.classAccountingRegisterResourceImplAn implementation of the model object 'Accounting Register Resource'.classAccumulationRegisterAttributeImplAn implementation of the model object 'Accumulation Register Attribute'.classAccumulationRegisterCommandImplAn implementation of the model object 'Accumulation Register Command'.classAccumulationRegisterDimensionImplAn implementation of the model object 'Accumulation Register Dimension'.classAccumulationRegisterFormImplAn implementation of the model object 'Accumulation Register Form'.classAccumulationRegisterImplAn implementation of the model object 'Accumulation Register'.classAccumulationRegisterResourceImplAn implementation of the model object 'Accumulation Register Resource'.classAddressingAttributeImplAn implementation of the model object 'Addressing Attribute'.classBasicCommandImplAn implementation of the model object 'Basic Command'.classBasicDbObjectImplAn implementation of the model object 'Basic Db Object'.classBasicFeatureImplAn implementation of the model object 'Basic Feature'.classBasicFormImplAn implementation of the model object 'Basic Form'.classBasicRegisterImplAn implementation of the model object 'Basic Register'.classBasicTabularSectionImplAn implementation of the model object 'Basic Tabular Section'.classBasicTemplateImplAn implementation of the model object 'Basic Template'.classBotImplAn implementation of the model object 'Bot'.classBusinessProcessAttributeImplAn implementation of the model object 'Business Process Attribute'.classBusinessProcessCommandImplAn implementation of the model object 'Business Process Command'.classBusinessProcessFormImplAn implementation of the model object 'Business Process Form'.classBusinessProcessImplAn implementation of the model object 'Business Process'.classBusinessProcessTabularSectionImplAn implementation of the model object 'Business Process Tabular Section'.classCalculationRegisterAttributeImplAn implementation of the model object 'Calculation Register Attribute'.classCalculationRegisterCommandImplAn implementation of the model object 'Calculation Register Command'.classCalculationRegisterDimensionImplAn implementation of the model object 'Calculation Register Dimension'.classCalculationRegisterFormImplAn implementation of the model object 'Calculation Register Form'.classCalculationRegisterImplAn implementation of the model object 'Calculation Register'.classCalculationRegisterResourceImplAn implementation of the model object 'Calculation Register Resource'.classCatalogAttributeImplAn implementation of the model object 'Catalog Attribute'.classCatalogCommandImplAn implementation of the model object 'Catalog Command'.classCatalogFormImplAn implementation of the model object 'Catalog Form'.classCatalogImplAn implementation of the model object 'Catalog'.classCatalogTabularSectionImplAn implementation of the model object 'Catalog Tabular Section'.classChartOfAccountsAttributeImplAn implementation of the model object 'Chart Of Accounts Attribute'.classChartOfAccountsCommandImplAn implementation of the model object 'Chart Of Accounts Command'.classChartOfAccountsFormImplAn implementation of the model object 'Chart Of Accounts Form'.classChartOfAccountsImplAn implementation of the model object 'Chart Of Accounts'.classChartOfAccountsTabularSectionImplAn implementation of the model object 'Chart Of Accounts Tabular Section'.classChartOfCalculationTypesAttributeImplAn implementation of the model object 'Chart Of Calculation Types Attribute'.classChartOfCalculationTypesCommandImplAn implementation of the model object 'Chart Of Calculation Types Command'.classChartOfCalculationTypesFormImplAn implementation of the model object 'Chart Of Calculation Types Form'.classChartOfCalculationTypesImplAn implementation of the model object 'Chart Of Calculation Types'.classChartOfCalculationTypesTabularSectionImplAn implementation of the model object 'Chart Of Calculation Types Tabular Section'.classChartOfCharacteristicTypesAttributeImplAn implementation of the model object 'Chart Of Characteristic Types Attribute'.classChartOfCharacteristicTypesCommandImplAn implementation of the model object 'Chart Of Characteristic Types Command'.classChartOfCharacteristicTypesFormImplAn implementation of the model object 'Chart Of Characteristic Types Form'.classChartOfCharacteristicTypesImplAn implementation of the model object 'Chart Of Characteristic Types'.classChartOfCharacteristicTypesTabularSectionImplAn implementation of the model object 'Chart Of Characteristic Types Tabular Section'.classColumnImplAn implementation of the model object 'Column'.classCommandGroupImplAn implementation of the model object 'Command Group'.classCommonAttributeImplAn implementation of the model object 'Common Attribute'.classCommonCommandImplAn implementation of the model object 'Common Command'.classCommonFormImplAn implementation of the model object 'Common Form'.classCommonModuleImplAn implementation of the model object 'Common Module'.classCommonPictureImplAn implementation of the model object 'Common Picture'.classCommonTemplateImplAn implementation of the model object 'Common Template'.classConfigurationImplAn implementation of the model object 'Configuration'.classConstantImplAn implementation of the model object 'Constant'.classCubeCommandImplAn implementation of the model object 'Cube Command'.classCubeFormImplAn implementation of the model object 'Cube Form'.classCubeImplAn implementation of the model object 'Cube'.classDataProcessorAttributeImplAn implementation of the model object 'Data Processor Attribute'.classDataProcessorCommandImplAn implementation of the model object 'Data Processor Command'.classDataProcessorFormImplAn implementation of the model object 'Data Processor Form'.classDataProcessorImplAn implementation of the model object 'Data Processor'.classDataProcessorTabularSectionAttributeImplAn implementation of the model object 'Data Processor Tabular Section Attribute'.classDataProcessorTabularSectionImplAn implementation of the model object 'Data Processor Tabular Section'.classDbObjectAttributeImplAn implementation of the model object 'Db Object Attribute'.classDbObjectTabularSectionImplAn implementation of the model object 'Db Object Tabular Section'.classDefinedTypeImplAn implementation of the model object 'Defined Type'.classDimensionImplAn implementation of the model object 'Dimension'.classDimensionTableCommandImplAn implementation of the model object 'Dimension Table Command'.classDimensionTableFormImplAn implementation of the model object 'Dimension Table Form'.classDimensionTableImplAn implementation of the model object 'Dimension Table'.classDocumentAttributeImplAn implementation of the model object 'Document Attribute'.classDocumentCommandImplAn implementation of the model object 'Document Command'.classDocumentFormImplAn implementation of the model object 'Document Form'.classDocumentImplAn implementation of the model object 'Document'.classDocumentJournalCommandImplAn implementation of the model object 'Document Journal Command'.classDocumentJournalFormImplAn implementation of the model object 'Document Journal Form'.classDocumentJournalImplAn implementation of the model object 'Document Journal'.classDocumentNumeratorImplAn implementation of the model object 'Document Numerator'.classDocumentTabularSectionImplAn implementation of the model object 'Document Tabular Section'.classEnumCommandImplAn implementation of the model object 'Enum Command'.classEnumFormImplAn implementation of the model object 'Enum Form'.classEnumImplAn implementation of the model object 'Enum'.classEnumValueImplAn implementation of the model object 'Enum Value'.classEventSubscriptionImplAn implementation of the model object 'Event Subscription'.classExchangePlanAttributeImplAn implementation of the model object 'Exchange Plan Attribute'.classExchangePlanCommandImplAn implementation of the model object 'Exchange Plan Command'.classExchangePlanFormImplAn implementation of the model object 'Exchange Plan Form'.classExchangePlanImplAn implementation of the model object 'Exchange Plan'.classExchangePlanTabularSectionImplAn implementation of the model object 'Exchange Plan Tabular Section'.classExtDimensionAccountingFlagImplAn implementation of the model object 'Ext Dimension Accounting Flag'.classExternalDataProcessorImplAn implementation of the model object 'External Data Processor'.classExternalDataSourceImplAn implementation of the model object 'External Data Source'.classExternalReportImplAn implementation of the model object 'External Report'.classFieldImplAn implementation of the model object 'Field'.classFilterCriterionCommandImplAn implementation of the model object 'Filter Criterion Command'.classFilterCriterionFormImplAn implementation of the model object 'Filter Criterion Form'.classFilterCriterionImplAn implementation of the model object 'Filter Criterion'.classFunctionalOptionImplAn implementation of the model object 'Functional Option'.classFunctionalOptionsParameterImplAn implementation of the model object 'Functional Options Parameter'.classFunctionImplAn implementation of the model object 'Function'.classHierarchicalDbObjectAttributeImplAn implementation of the model object 'Hierarchical Db Object Attribute'.classHierarchicalDbObjectTabularSectionImplAn implementation of the model object 'Hierarchical Db Object Tabular Section'.classHTTPServiceImplAn implementation of the model object 'HTTP Service'.classInformationRegisterAttributeImplAn implementation of the model object 'Information Register Attribute'.classInformationRegisterCommandImplAn implementation of the model object 'Information Register Command'.classInformationRegisterDimensionImplAn implementation of the model object 'Information Register Dimension'.classInformationRegisterFormImplAn implementation of the model object 'Information Register Form'.classInformationRegisterImplAn implementation of the model object 'Information Register'.classInformationRegisterResourceImplAn implementation of the model object 'Information Register Resource'.classIntegrationServiceChannelImplAn implementation of the model object 'Integration Service Channel'.classIntegrationServiceImplAn implementation of the model object 'Integration Service'.classInterfaceImplAn implementation of the model object 'Interface'.classLanguageImplAn implementation of the model object 'Language'.classMdObjectImplAn implementation of the model object 'Md Object'.classMethodImplAn implementation of the model object 'Method'.classOperationImplAn implementation of the model object 'Operation'.classParameterImplAn implementation of the model object 'Parameter'.classRecalculationDimensionImplAn implementation of the model object 'Recalculation Dimension'.classRecalculationImplAn implementation of the model object 'Recalculation'.classRegisterAttributeImplAn implementation of the model object 'Register Attribute'.classRegisterDimensionImplAn implementation of the model object 'Register Dimension'.classRegisterResourceImplAn implementation of the model object 'Register Resource'.classReportAttributeImplAn implementation of the model object 'Report Attribute'.classReportCommandImplAn implementation of the model object 'Report Command'.classReportFormImplAn implementation of the model object 'Report Form'.classReportImplAn implementation of the model object 'Report'.classReportTabularSectionAttributeImplAn implementation of the model object 'Report Tabular Section Attribute'.classReportTabularSectionImplAn implementation of the model object 'Report Tabular Section'.classResourceImplAn implementation of the model object 'Resource'.classRoleImplAn implementation of the model object 'Role'.classScheduledJobImplAn implementation of the model object 'Scheduled Job'.classSequenceDimensionImplAn implementation of the model object 'Sequence Dimension'.classSequenceImplAn implementation of the model object 'Sequence'.classSessionParameterImplAn implementation of the model object 'Session Parameter'.classSettingsStorageFormImplAn implementation of the model object 'Settings Storage Form'.classSettingsStorageImplAn implementation of the model object 'Settings Storage'.classStyleImplAn implementation of the model object 'Style'.classStyleItemImplAn implementation of the model object 'Style Item'.classSubsystemImplAn implementation of the model object 'Subsystem'.classTableCommandImplAn implementation of the model object 'Table Command'.classTableFormImplAn implementation of the model object 'Table Form'.classTableImplAn implementation of the model object 'Table'.classTabularSectionAttributeImplAn implementation of the model object 'Tabular Section Attribute'.classTaskAttributeImplAn implementation of the model object 'Task Attribute'.classTaskCommandImplAn implementation of the model object 'Task Command'.classTaskFormImplAn implementation of the model object 'Task Form'.classTaskImplAn implementation of the model object 'Task'.classTaskTabularSectionImplAn implementation of the model object 'Task Tabular Section'.classTemplateImplAn implementation of the model object 'Template'.classURLTemplateImplAn implementation of the model object 'URL Template'.classWebServiceImplAn implementation of the model object 'Web Service'.classWSReferenceImplAn implementation of the model object 'WS Reference'.classXDTOPackageImplAn implementation of the model object 'XDTO Package'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return MdObject Modifier and Type Method Description MdObjectCharacteristicsDescriptionImpl. getCharacteristicTypes()MdObjectCharacteristicsDescriptionImpl. getCharacteristicValues()MdObjectCommonAttributeContentItemImpl. getConditionalSeparation()MdObjectCommonAttributeImpl. getConditionalSeparation()MdObjectTableImpl. getDataVersionField()MdObjectFunctionalOptionImpl. getLocation()MdObjectExchangePlanContentItemImpl. getMdObject()static MdObjectValidationUtil. getMdObjectByType(TypeItem type)Gets md-object of type.MdObjectCommonAttributeContentItemImpl. getMetadata()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type MdObject Modifier and Type Method Description static List<MdObject>ValidationUtil. filterDuplicateNameMdObjects(List<?> firsts, List<?> seconds)Filters md-objects with duplicate name.org.eclipse.emf.common.util.EList<MdObject>ConfigurationImpl. getContent()org.eclipse.emf.common.util.EList<MdObject>FilterCriterionImpl. getContent()org.eclipse.emf.common.util.EList<MdObject>FunctionalOptionImpl. getContent()org.eclipse.emf.common.util.EList<MdObject>SubsystemImpl. getContent()org.eclipse.emf.common.util.EList<MdObject>FunctionalOptionsParameterImpl. getUse()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type MdObject Modifier and Type Method Description static List<? extends BasicFeature>ValidationUtil. getAttributes(MdObject mdObject)Gets md-object attributes.static org.eclipse.emf.ecore.EReferenceValidationUtil. getAttributesFeature(MdObject mdObject)Gets md-object attributes feature.static List<?>ValidationUtil. getDimensions(MdObject mdObject)Gets md-object dimensions.static org.eclipse.emf.ecore.EReferenceValidationUtil. getDimensionsFeature(MdObject mdObject)Gets md-object dimensions feature.Set<FixedFieldDescriptor>FixedFieldDescriptorProvider. getFixedFields(MdObject mdObject, CompatibilityMode compatibilityMode)Gets md-object compatibility mode fixed fields.static List<CommonAttribute>ValidationUtil. getMdObjectDataSeparators(MdObject mdObject, Configuration configuration)Gets md-object data separators.static StringValidationUtil. getName(MdObject mdObject)Gets md-object name as last segment of canonical name.static List<?>ValidationUtil. getResources(MdObject mdObject)Gets md-object resources.static org.eclipse.emf.ecore.EReferenceValidationUtil. getResourcesFeature(MdObject mdObject)Gets md-object resources feature.static List<?>ValidationUtil. getTabularSections(MdObject mdObject)Gets md-object tabular sections.static org.eclipse.emf.ecore.EReferenceValidationUtil. getTabularSectionsFeature(MdObject mdObject)Gets md-object tabular sections feature.voidCharacteristicsDescriptionImpl. setCharacteristicTypes(MdObject newCharacteristicTypes)voidCharacteristicsDescriptionImpl. setCharacteristicValues(MdObject newCharacteristicValues)voidCommonAttributeContentItemImpl. setConditionalSeparation(MdObject newConditionalSeparation)voidCommonAttributeImpl. setConditionalSeparation(MdObject newConditionalSeparation)voidTableImpl. setDataVersionField(MdObject newDataVersionField)voidFunctionalOptionImpl. setLocation(MdObject newLocation)voidExchangePlanContentItemImpl. setMdObject(MdObject newMdObject)voidCommonAttributeContentItemImpl. setMetadata(MdObject newMetadata) -
Uses of MdObject in com._1c.g5.v8.dt.metadata.mdclass.util
Fields in com._1c.g5.v8.dt.metadata.mdclass.util with type parameters of type MdObject Modifier and Type Field Description static com.google.common.base.Function<MdObject,String>MdClassUtil. GET_NAMEMethods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type MdObject Modifier and Type Method Description TMdClassSwitch. caseMdObject(MdObject object)Returns the result of interpreting the object as an instance of 'Md Object'.static BasicCommandMdClassUtil. findCommandByName(MdObject object, String commandName)Searches for command (by name) in md objectstatic BasicFormMdClassUtil. findFormByName(MdObject object, String formName)Searches for forms (by name) in md objectstatic BasicTemplateMdClassUtil. findTemplateByName(MdObject object, String templateName)Searches for templates (by name) in md objectstatic Optional<List<BasicFeature>>MdClassUtil. getAttributes(MdObject owner)Searches for attributes, that are contained in owner objectstatic List<BasicCommand>MdClassUtil. getCommands(MdObject owner)Searches for commands, that are contained in owner objectstatic List<CommonAttribute>CommonAttributeUtil. getCommonAttributes(MdObject mdObject, CommonAttributeUtil.CommonAttributeCategory category, CommonAttributeUtil.CommonAttributeUsageCategory usageCategory)Get list ofCommonAttributethat contains in mdObject and filter categoriesstatic org.eclipse.emf.ecore.EStructuralFeatureMdClassUtil. getConfigurationFeature(MdObject mdObject)Gets configuration feature by md-object.static BasicFormMdClassUtil. getDefaultForm(MdObject object, String defaultFormType)Searches for default form in Md object If such type of form is not presented in current object, assertion error will be thrownstatic Optional<List<Dimension>>MdClassUtil. getDimensions(MdObject owner)Searches for dimension, that are contained in owner objectstatic List<BasicForm>MdClassUtil. getForms(MdObject owner)Searches for forms, that are contained in owner objectstatic TypeItemMdProducedTypesUtil. getProducedType(MdObject mdObject, org.eclipse.emf.ecore.EClass mdTypeEClass)Method returns produced type item of MdObject by MdType eClassstatic MdTypesMdClassUtil. getProducedTypes(MdObject mdObject)Produced types of specifiedMdObjectstatic Optional<List<Resource>>MdClassUtil. getResources(MdObject owner)Searches for resources, that are contained in owner objectstatic Optional<List<BasicTabularSection>>MdClassUtil. getTabularSections(MdObject owner)Searches for tabular section, that are contained in owner objectstatic List<BasicTemplate>MdClassUtil. getTemplates(MdObject owner)Searches for templates, that are contained in owner objectbooleanMdClassValidator. validateMdObject(MdObject mdObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)Constructors in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type MdObject Constructor Description CommonAttributeInclusionFilter(MdObject mdObject)Construct filter -
Uses of MdObject in com._1c.g5.v8.dt.navigator
Methods in com._1c.g5.v8.dt.navigator that return MdObject Modifier and Type Method Description MdObjectIRootObjectProvider. getRootParent(org.eclipse.emf.ecore.EObject eObject)Returns the root parent of a given object.Methods in com._1c.g5.v8.dt.navigator that return types with arguments of type MdObject Modifier and Type Method Description Collection<MdObject>IRootObjectProvider. getRootObjects(IDtProject project)Return collection of root objects by the given projectCollection<MdObject>IRootObjectProvider. getRootObjects(org.eclipse.core.resources.IProject project)Return collection of root objects by the given projectCollection<MdObject>IRootObjectProvider. getRootObjects(org.eclipse.emf.common.util.URI uri)Return collection of root objects by the given uriCollection<MdObject>IRootObjectProvider. getRootObjects(org.eclipse.emf.ecore.EObject eObject)Return collection of root objects by the given eObject -
Uses of MdObject in com._1c.g5.v8.dt.platform.services.core
Methods in com._1c.g5.v8.dt.platform.services.core that return MdObject Modifier and Type Method Description MdObjectExternalObjectExtractor. getExternalObject(org.eclipse.emf.ecore.EObject object)Returns the external object by the given contextEObject. -
Uses of MdObject in com._1c.g5.v8.dt.ql.refactoring
Methods in com._1c.g5.v8.dt.ql.refactoring with parameters of type MdObject Modifier and Type Method Description protected Collection<TextSearchModelMatch>AbstractTextSearchRefactoringSupplierForQlSemanticLanguage. filterSearchResultForTopObject(MdObject context, Map<IBmObject,Collection<TextSearchModelMatch>> groupsByObject, String oldName)Filters results not match for renamed top object -
Uses of MdObject in com._1c.g5.v8.dt.qw.ui.utils
Methods in com._1c.g5.v8.dt.qw.ui.utils with parameters of type MdObject Modifier and Type Method Description static StringQueryTextResultProcessing. getMdObjectFullName(MdObject mdObject, ScriptVariant scriptVariant)Get full name of MdObject -
Uses of MdObject in com._1c.g5.v8.dt.rights.ui.editors.rights
Methods in com._1c.g5.v8.dt.rights.ui.editors.rights that return MdObject Modifier and Type Method Description protected MdObjectRightsEditorRestrictionTemplatesPage. getModelMdObject()Gets the model object being edited.protected MdObjectRightsEditorRightsPage. getModelMdObject()Gets model md-object. -
Uses of MdObject in com._1c.g5.v8.dt.scc
Methods in com._1c.g5.v8.dt.scc that return types with arguments of type MdObject Modifier and Type Method Description static List<MdObject>ConfigurationStandaloneContentUtil. getAllowedChildren(MdObject mdObject)Gets allowed children metadata objects that's actually for the specified metadata object.Methods in com._1c.g5.v8.dt.scc with parameters of type MdObject Modifier and Type Method Description static booleanConfigurationStandaloneContentUtil. canSetPriority(MdObject mdObject)Gets a value that indicates whether the priority can be set for the specifiedmdObjectmetadata object.static BmBasicTask1<Configuration>ConfigurationStandaloneContentTasks. createForAdd(Configuration configuration, MdObject mdObject, ITopObjectFqnGenerator topObjectFqnGenerator)Creates a task for add metadata object into configuration standalone content.static BmBasicTask1<Configuration>ConfigurationStandaloneContentTasks. createForChange(Configuration configuration, MdObject mdObject, StandaloneContentItemPriority newPriority)Creates a task for change metadata object in configuration standalone content.static BmBasicTask1<Configuration>ConfigurationStandaloneContentTasks. createForRemove(Configuration configuration, MdObject mdObject)Creates a task for remove metadata object from configuration standalone content.static List<MdObject>ConfigurationStandaloneContentUtil. getAllowedChildren(MdObject mdObject)Gets allowed children metadata objects that's actually for the specified metadata object.static booleanConfigurationStandaloneContentUtil. isCorrectCodeSupport(MdObject mdObject)Checks is correct md-object code supports.static booleanConfigurationStandaloneContentUtil. isSupportDataExchange(MdObject mdObject)Checks if md-object supports data exchange. -
Uses of MdObject in com._1c.g5.v8.dt.scc.model
Methods in com._1c.g5.v8.dt.scc.model that return MdObject Modifier and Type Method Description MdObjectStandaloneContentDataExchangeSettings. getExchangePlan()Returns the value of the 'Exchange Plan' reference.MdObjectStandaloneContentMdObjectAware. getMetadata()Returns the value of the 'Metadata' reference.Methods in com._1c.g5.v8.dt.scc.model that return types with arguments of type MdObject Modifier and Type Method Description org.eclipse.emf.common.util.EList<MdObject>StandaloneContentDataExchangeSettings. getNoCodeCorrections()Returns the value of the 'No Code Corrections' reference list.Methods in com._1c.g5.v8.dt.scc.model with parameters of type MdObject Modifier and Type Method Description voidStandaloneContentDataExchangeSettings. setExchangePlan(MdObject value)Sets the value of the 'Exchange Plan' reference.voidStandaloneContentMdObjectAware. setMetadata(MdObject value)Sets the value of the 'Metadata' reference. -
Uses of MdObject in com._1c.g5.v8.dt.scc.model.impl
Methods in com._1c.g5.v8.dt.scc.model.impl that return MdObject Modifier and Type Method Description MdObjectStandaloneContentDataExchangeSettingsImpl. getExchangePlan()MdObjectStandaloneContentPriorityItemImpl. getMetadata()MdObjectStandaloneContentUnusedItemImpl. getMetadata()MdObjectStandaloneContentUsedItemImpl. getMetadata()Methods in com._1c.g5.v8.dt.scc.model.impl that return types with arguments of type MdObject Modifier and Type Method Description org.eclipse.emf.common.util.EList<MdObject>StandaloneContentDataExchangeSettingsImpl. getNoCodeCorrections()Methods in com._1c.g5.v8.dt.scc.model.impl with parameters of type MdObject Modifier and Type Method Description voidStandaloneContentDataExchangeSettingsImpl. setExchangePlan(MdObject newExchangePlan)voidStandaloneContentPriorityItemImpl. setMetadata(MdObject newMetadata)voidStandaloneContentUnusedItemImpl. setMetadata(MdObject newMetadata)voidStandaloneContentUsedItemImpl. setMetadata(MdObject newMetadata)
-