Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.MdObject
Packages that use MdObject
Package
Description
-
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 MdObjectModifier and TypeMethodDescriptionvoidAddInNewWizardRelatedModelsFactory.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 -
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 MdObjectModifier and TypeMethodDescriptionAbstractStringLiteralProposalProvider.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.deriveddataModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Unresolved Subsystem'.Methods in com._1c.g5.v8.dt.cmi.model.deriveddata that return types with arguments of type MdObjectModifier and TypeMethodDescriptionorg.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 MdObjectModifier and TypeClassDescriptionclassAn 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 MdObjectModifier and TypeMethodDescriptionorg.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 MdObjectModifier and TypeMethodDescriptionCmiDerivedDataSwitch.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 MdObjectModifier and TypeMethodDescriptionstatic 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 MdObjectModifier and TypeMethodDescriptionstatic 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 ownerCommandInterfaceUtil.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 MdObjectModifier and TypeMethodDescription<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 MdObjectModifier and TypeMethodDescriptionIExternalObjectProject.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 MdObjectModifier and TypeMethodDescriptionIExternalObjectProject.getExternalObjects()Returns all external objects contained in this external objects project.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 MdObjectModifier and TypeMethodDescriptionorg.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 MdObjectModifier and TypeMethodDescriptionIExternalObjectProject.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 MdObjectModifier and TypeMethodDescriptionstatic 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 MdObjectModifierConstructorDescriptionDesignTimeValueDialog(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 MdObjectModifier and TypeMethodDescriptionErdDiagramController.addItems(Collection<MdObject> objects) ErdDiagramController.addItems(Collection<MdObject> objects, com._1c.g5.v8.dt.diagram.framework.model.Point location) ErdDiagramController.deleteItems(Collection<MdObject> objects) com._1c.g5.v8.dt.diagram.framework.core.IConvertersService<MdObject>ErdDiagramController.getConvertersService()Returns converters service.ErdDiagramController.refreshItems(Collection<MdObject> objects) Method parameters in com._1c.g5.v8.dt.erd.core with type arguments of type MdObjectModifier and TypeMethodDescriptionErdDiagramController.addItems(Collection<MdObject> objects) ErdDiagramController.addItems(Collection<MdObject> objects, com._1c.g5.v8.dt.diagram.framework.model.Point location) ErdDiagramController.deleteItems(Collection<MdObject> objects) voidErdDiagramController.initialize(Collection<MdObject> objects) 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 MdObjectModifierConstructorDescriptionErdDiagramCoreController(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 MdObjectModifier and TypeMethodDescriptionCollection<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 MdObjectModifier and TypeMethodDescriptionCollection<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 MdObjectConstructor parameters in com._1c.g5.v8.dt.erd.core.dataconverter with type arguments of type MdObjectModifierConstructorDescriptionErdDiagramConverter(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 MdObjectModifier and TypeMethodDescriptionCollection<com._1c.g5.v8.dt.diagram.framework.model.Data>Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>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 MdObjectModifier and TypeMethodDescriptionstatic 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 MdObjectModifier and TypeMethodDescriptionstatic 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 MdObjectModifier and TypeMethodDescriptionstatic 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 MdObjectModifier and TypeMethodDescriptionstatic 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 MdObjectModifier and TypeClassDescriptionclassErdEmbeddedEditorPage<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 MdObjectModifierConstructorDescriptionTabRefreshEntitiesOperation(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 MdObjectModifier and TypeFieldDescriptionprotected 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 MdObjectModifier and TypeMethodDescriptionprotected 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.AbstractDiagramHandler.lookForMdObjects(IStructuredSelection selection) Looks for MdObjects in given selection.Methods in com._1c.g5.v8.dt.erd.ui.handlers with parameters of type MdObjectModifier and TypeMethodDescriptionvoidGranularPageContentBuilder.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 MdObjectModifier and TypeMethodDescriptionvoidAddEntitiesHandler.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 MdObjectModifier and TypeMethodDescriptionDiagramConfigurationExtractor.extractConfiguration(Configuration configuration) Opens configuration and returns configuration objects.DiagramConfigurationExtractor.extractConfiguration(String projectName) Opens configuration and returns configuration objects.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 MdObjectModifier and TypeMethodDescriptionvoidDiagramPropertyTester.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 MdObjectModifier and TypeMethodDescriptionstatic 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 MdObjectModifier and TypeMethodDescriptionstatic 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 MdObjectModifier and TypeMethodDescriptionstatic 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 MdObjectModifier and TypeMethodDescriptionprotected 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 MdObjectModifier and TypeMethodDescriptionstatic 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 MdObjectModifier and TypeMethodDescriptionprotected 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 MdObjectModifier and TypeMethodDescriptionstatic 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 MdObjectModifier and TypeMethodDescriptionIFormGenerator.generateForm(MdObject mdObject, BasicForm basicForm, FormType formType, ScriptVariant scriptVariant, String languageCode, Version version, FormFieldInfo rootField, Integer columnCount) Generate form by typeIFormFieldGenerator.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.internal.layout.data
Methods in com._1c.g5.v8.dt.form.internal.layout.data with parameters of type MdObjectModifier and TypeMethodDescriptionLogFormEditHelperExt.checkDataPath(FormItem pElement, boolean checkRights, MdObject container, Form m_pLogForm, String currentLanguage, int alias) booleanLogFormEditHelperExt.getPropertyInfoExt(AbstractDataPath path, PropertyInfoExtension propInfoExtension, MdObject container, Form m_pLogForm, String currentLanguage, int alias) booleanLogFormEditHelperExt.getPropertyInfoExtInt(AbstractDataPath sourcePath, PropertyInfoExtension info, MdObject container, Form m_pLogForm, String currentLanguage, int alias) -
Uses of MdObject in com._1c.g5.v8.dt.form.internal.layout.data.datainfo
Methods in com._1c.g5.v8.dt.form.internal.layout.data.datainfo with parameters of type MdObjectModifier and TypeMethodDescriptionDataProviderInfoService.getDataProviderInfo(IDataProviderInfoEx pDPIEx, AbstractDataPath prop, PropertyInfo field, MdObject container) DataProviderInfoService.getDataProviderInfo(TypeItem type, boolean expandRefs, AbstractDataPath prop, boolean disableAggFuctions, MdObject container, String currentLanguage) voidTableAggFuncEmulatorDataProviderInfo.init(IDataProviderInfo m_pValueListDPI, AbstractDataPath clearedProp, DataProviderInfoService dataProviderInfoService, MdObject container, ILogFormEditHelperExt logFormEditHelperExt) Inits the provider. -
Uses of MdObject in com._1c.g5.v8.dt.form.internal.layout.data.preslength
Methods in com._1c.g5.v8.dt.form.internal.layout.data.preslength that return MdObjectModifier and TypeMethodDescriptionstatic MdObjectTypesInfoProvidersHelper.getTypeContainer(TypeItem type) -
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 MdObjectModifier and TypeMethodDescriptionILogFormEditHelperExt.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 MdObjectModifier and TypeMethodDescriptionIDataProviderInfoService.getDataProviderInfo(IDataProviderInfoEx pDPIEx, AbstractDataPath prop, PropertyInfo field, MdObject container) Gets the specific data info provider.IDataProviderInfoService.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 MdObjectModifier and TypeMethodDescriptionprotected org.eclipse.xtext.naming.QualifiedNameFormRuQualifiedNameProvider._qualifiedName(MdObject mdObject) -
Uses of MdObject in com._1c.g5.v8.dt.internal.binary.ui
Method parameters in com._1c.g5.v8.dt.internal.binary.ui with type arguments of type MdObjectModifier and TypeMethodDescriptionvoidBinaryNewWizardRelatedModelsFactory.createModels(IDtNewWizardContext<MdObject> context, Set<org.eclipse.emf.ecore.EObject> createdModels) Creates and integrates related models for a given wizard context. -
Uses of MdObject in com._1c.g5.v8.dt.internal.cmi.bm.derived
Methods in com._1c.g5.v8.dt.internal.cmi.bm.derived with parameters of type MdObjectModifier and TypeMethodDescriptionstatic Collection<Subsystem>CmiDerivedDataUtil.getSubsystemsContainingMdObject(Configuration configuration, MdObject mdObject) Collect all the configuration's subsystems containing the given metadata object. -
Uses of MdObject in com._1c.g5.v8.dt.internal.cmi.ui.handlers
Methods in com._1c.g5.v8.dt.internal.cmi.ui.handlers with parameters of type MdObject -
Uses of MdObject in com._1c.g5.v8.dt.internal.cmi.ui.providers
Methods in com._1c.g5.v8.dt.internal.cmi.ui.providers with parameters of type MdObjectModifier and TypeMethodDescriptionCommandInterfaceLabelProvider.getMdObjectRepresentation(MdObject mdObject) Gets md-object presentation. -
Uses of MdObject in com._1c.g5.v8.dt.internal.core.platform
Methods in com._1c.g5.v8.dt.internal.core.platform with type parameters of type MdObjectModifier and TypeMethodDescription<T extends MdObject>
Collection<T>MdObjectByTypeProvider.getEffectiveObjects(Class<T> type, IDtProject project) <T extends MdObject>
Collection<T>MdObjectByTypeProvider.getEffectiveObjects(Class<T> type, org.eclipse.emf.ecore.EObject object) <T extends MdObject>
Collection<T>ExternalObjectProject.getExternalObjects(Class<T> externalObjectType) Methods in com._1c.g5.v8.dt.internal.core.platform that return MdObjectModifier and TypeMethodDescriptionExternalObjectProject.getExternalObject(String name, org.eclipse.emf.ecore.EClass type) ProjectCreationCustomContext.getRootObject()Gets the root object to associate with the project to be created.Methods in com._1c.g5.v8.dt.internal.core.platform that return types with arguments of type MdObjectModifier and TypeMethodDescriptionExternalObjectProject.getExternalObjects()ExternalObjectProject.getExternalObjects(Predicate<MdObject> filter) Methods in com._1c.g5.v8.dt.internal.core.platform with parameters of type MdObjectModifier and TypeMethodDescriptionvoidExternalObjectProject.addExternalObject(MdObject externalObject) Add external object to V8 external object project handle.protected voidConfigurationProjectManager.attachConfiguration(MdObject configuraitonObject, org.eclipse.core.resources.IProject project, Version version, org.eclipse.core.runtime.IProgressMonitor monitor) Attach the configuration to the given project.protected voidExtensionProjectManager.attachConfiguration(MdObject configuraitonObject, org.eclipse.core.resources.IProject project, Version version, org.eclipse.core.runtime.IProgressMonitor monitor) Attach the configuration to the given project.protected org.eclipse.core.resources.IProjectAbstractDependentProjectManager.create(String projectName, DependentProjectManifestModel manifest, MdObject rootObject, String nature, org.eclipse.core.runtime.IProgressMonitor monitor) Creates a V8 project workspaceIProjectwith the given nature, manifest and underlyingIBmModeland parent project.protected org.eclipse.core.resources.IProjectAbstractDependentProjectManager.create(String projectName, Path projectPath, DependentProjectManifestModel manifest, MdObject rootObject, String nature, org.eclipse.core.runtime.IProgressMonitor monitor) Creates a V8 project workspaceIProjectwith the given nature, manifest and underlyingIBmModeland parent project.org.eclipse.core.resources.IProjectExternalObjectProjectManager.create(String projectName, Version version, MdObject externalObject, org.eclipse.core.resources.IProject parent, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.resources.IProjectExternalObjectProjectManager.create(String projectName, Path projectPath, Version version, MdObject externalObject, org.eclipse.core.resources.IProject parent, org.eclipse.core.runtime.IProgressMonitor monitor) voidExternalObjectProject.removeExternalObject(MdObject externalObject) Remove external object from V8 external object project handle.protected abstract voidAbstractDependentProjectManager.startProjectContext(org.eclipse.core.resources.IProject project, MdObject rootObject, DependentProjectManifestModel manifest) Starts the specified project context.protected voidExtensionProjectManager.startProjectContext(org.eclipse.core.resources.IProject project, MdObject rootObject, DependentProjectManifestModel manifest) protected voidExternalObjectProjectManager.startProjectContext(org.eclipse.core.resources.IProject project, MdObject rootObject, DependentProjectManifestModel manifest) Method parameters in com._1c.g5.v8.dt.internal.core.platform with type arguments of type MdObjectModifier and TypeMethodDescriptionExternalObjectProject.getExternalObjects(Predicate<MdObject> filter) Constructors in com._1c.g5.v8.dt.internal.core.platform with parameters of type MdObjectModifierConstructorDescriptionExternalObjectProject(IBmModelManager modelManager, IDtProject dtProject, IConfigurationProject parent, MdObject... externalObjects) Constructor of anExternalObjectProject.ExternalObjectProject(IBmModelManager modelManager, IDtProject dtProject, MdObject... externalObjects) Constructor of independentExternalObjectProject.ProjectCreationCustomContext(String projectName, Version version, MdObject rootObject, org.eclipse.core.runtime.IProgressMonitor monitor) Creates an instance of the context with the project creation information. -
Uses of MdObject in com._1c.g5.v8.dt.internal.dcsat.ui
Method parameters in com._1c.g5.v8.dt.internal.dcsat.ui with type arguments of type MdObjectModifier and TypeMethodDescriptionvoidAppearanceTemplateNewWizardRelatedModelsFactory.createModels(IDtNewWizardContext<MdObject> context, Set<org.eclipse.emf.ecore.EObject> createdModels) -
Uses of MdObject in com._1c.g5.v8.dt.internal.export.ui
Methods in com._1c.g5.v8.dt.internal.export.ui that return types with arguments of type MdObjectModifier and TypeMethodDescriptionExportExternalObjectWizardPageData.getRootObjects()Get root objectsExportExternalObjectWizardPageData.getSelectedRootObjects()Get selected root objects to exportMethods in com._1c.g5.v8.dt.internal.export.ui with parameters of type MdObjectModifier and TypeMethodDescriptionvoidExportExternalObjectWizardPageData.selectRootObject(MdObject mdObject) Selects a given MD object by successively trying to select it in the available projects.voidExportExternalObjectWizardPageData.unselectRootObject(MdObject mdObject) Unselects a given MD object in the current project. -
Uses of MdObject in com._1c.g5.v8.dt.internal.form.generator
Methods in com._1c.g5.v8.dt.internal.form.generator with parameters of type MdObjectModifier and TypeMethodDescriptionListFormContainGenerator.generateChoiceForm(MdObject mdObject, BasicForm basicForm, FormFieldInfo rootField, ScriptVariant scriptVariant, String languageCode, Version version) Generate choice formListFormContainGenerator.generateChoiceGroupForm(MdObject mdObject, BasicForm basicForm, FormFieldInfo rootField, ScriptVariant scriptVariant, String languageCode, Version version) Generate choice_group formFormGenerator.generateForm(MdObject mdObject, BasicForm basicForm, FormType formType, ScriptVariant scriptVariant, String languageCode, Version version, FormFieldInfo rootField, Integer columnCount) ItemFormContainGenerator.generateGroupForm(MdObject mdObject, FormFieldInfo rootField, int columnCount, ScriptVariant scriptVariant, String languageCode, Version version) Generate group formListFormContainGenerator.generateListForm(MdObject mdObject, BasicForm basicForm, FormFieldInfo rootField, ScriptVariant scriptVariant, String languageCode, Version version) Generate list formItemFormContainGenerator.generateObjectForm(MdObject mdObject, FormFieldInfo rootField, int columnCount, ScriptVariant scriptVariant, String languageCode, Version version) Generate object formRecordFormContainGenerator.generateRecordForm(MdObject mdObject, FormFieldInfo rootField, int columnCount, ScriptVariant scriptVariant, String languageCode, Version version) Generate record formRecordSetFormContainGenerator.generateRecordSetForm(MdObject mdObject, FormFieldInfo rootField, ScriptVariant scriptVariant, String languageCode, Version version) Generate record set formReportFormContainGenerator.generateReportEditVariantForm(MdObject object, ScriptVariant scriptVariant, String languageCode, Version version) Generate report edit option formReportFormContainGenerator.generateReportForm(MdObject object, FormFieldInfo rootField, int columnCount, ScriptVariant scriptVariant, String languageCode, Version version) Generate report formReportFormContainGenerator.generateReportSettingsForm(MdObject object, ScriptVariant scriptVariant, String languageCode, Version version) Generate report settings formFormFieldsGenerator.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.internal.form.naming
Methods in com._1c.g5.v8.dt.internal.form.naming with parameters of type MdObjectModifier and TypeMethodDescriptionprotected org.eclipse.xtext.naming.QualifiedNameFormQualifiedNameProvider._qualifiedName(MdObject mdObject) -
Uses of MdObject in com._1c.g5.v8.dt.internal.hpwa.ui.common
Methods in com._1c.g5.v8.dt.internal.hpwa.ui.common with parameters of type MdObjectModifier and TypeMethodDescriptionstatic StringHpwaUtil.getMdObjectRepresentation(MdObject mdObject, String languageCode, boolean isObject) Gets md-object representation. -
Uses of MdObject in com._1c.g5.v8.dt.internal.hpwa.ui.visibility
Methods in com._1c.g5.v8.dt.internal.hpwa.ui.visibility with parameters of type MdObject -
Uses of MdObject in com._1c.g5.v8.dt.internal.launching.ui
Methods in com._1c.g5.v8.dt.internal.launching.ui that return types with arguments of type MdObjectModifier and TypeMethodDescriptionstatic Collection<MdObject>LaunchingUiPlugin.availableForLaunch(Collection<MdObject> externalObjects) Filters a collection of external objects and return only avaiable for launch external objects.Methods in com._1c.g5.v8.dt.internal.launching.ui with parameters of type MdObjectModifier and TypeMethodDescriptionstatic booleanLaunchingUiPlugin.availableForLaunch(MdObject externalObject) Returns whether the given external object is avaiable for launch.Method parameters in com._1c.g5.v8.dt.internal.launching.ui with type arguments of type MdObjectModifier and TypeMethodDescriptionstatic Collection<MdObject>LaunchingUiPlugin.availableForLaunch(Collection<MdObject> externalObjects) Filters a collection of external objects and return only avaiable for launch external objects. -
Uses of MdObject in com._1c.g5.v8.dt.internal.launching.ui.launchconfigurations.shortcuts
Methods in com._1c.g5.v8.dt.internal.launching.ui.launchconfigurations.shortcuts that return MdObjectModifier and TypeMethodDescriptionprotected MdObjectAbstractRuntimeClientLaunchShortcut.getExternalObject(IExternalObjectProject externalObjectProject) Returns external object for the given external object project.Methods in com._1c.g5.v8.dt.internal.launching.ui.launchconfigurations.shortcuts with parameters of type MdObjectModifier and TypeMethodDescriptionprotected voidAbstractRuntimeClientLaunchShortcut.setExternalObjectSettings(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration, org.eclipse.core.resources.IProject externalObjectProject, MdObject externalObject) Initializes the given launch configuration with external object settings values. -
Uses of MdObject in com._1c.g5.v8.dt.internal.md.bm.derived.inferrers
Methods in com._1c.g5.v8.dt.internal.md.bm.derived.inferrers with parameters of type MdObjectModifier and TypeMethodDescriptionCommonMdFieldDerivedDataInferrer.getSourceTypes(MdObject mdObject, TypeDescriptionProvider typeProvider) Gets a collection of applicable source types for a given type of MD object -
Uses of MdObject in com._1c.g5.v8.dt.internal.md.compare
Methods in com._1c.g5.v8.dt.internal.md.compare that return MdObjectModifier and TypeMethodDescriptionMdObjectResource.getChild(ComparisonContext comparisonContext, Object key) ComparedMdObjectResource.getChildBySymlink(ComparisonContext comparisonContext, String symlink, ComparisonSide side) Gets child MdObject by the specified symlink.MdObjectResource.getObject(ComparisonContext comparisonContext) Methods in com._1c.g5.v8.dt.internal.md.compare with parameters of type MdObjectModifier and TypeMethodDescriptionvoidAdds a child to the resource.Constructors in com._1c.g5.v8.dt.internal.md.compare with parameters of type MdObjectModifierConstructorDescriptionMdObjectResource(MdObject mdObject, ComparisonSide side) Constructs a resource with the specified MD object. -
Uses of MdObject in com._1c.g5.v8.dt.internal.md.compare.merge
Constructors in com._1c.g5.v8.dt.internal.md.compare.merge with parameters of type MdObjectModifierConstructorDescriptionMdObjectRenameAndChangeFqnOnMergeOperation(IRefactoringService refactoringService, MdObject renamingObject, String fqnBeforeRename, String newName, String newFqn, Object batchSessionHandle) Creates the rename operation.MdObjectRenameOnMergeOperation(IRefactoringService refactoringService, MdObject renamingObject, String fqnBeforeRename, String newName, String newFqn, Object batchSessionHandle) Constructs operation. -
Uses of MdObject in com._1c.g5.v8.dt.internal.md.copy
Methods in com._1c.g5.v8.dt.internal.md.copy with type parameters of type MdObjectModifier and TypeMethodDescriptionModelObjectCopySupport.copyAndAttach(List<T> topObjects, org.eclipse.core.resources.IProject target, org.eclipse.core.runtime.IProgressMonitor monitor) <T extends MdObject>
TModelObjectCopySupport.copyAndAttach(T topObject, org.eclipse.core.resources.IProject target, org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of MdObject in com._1c.g5.v8.dt.internal.md.distribution.support
Methods in com._1c.g5.v8.dt.internal.md.distribution.support with parameters of type MdObjectModifier and TypeMethodDescriptionDistributionSupportTypeProvider.getUserSupportMode(MdObject mdObject) -
Uses of MdObject in com._1c.g5.v8.dt.internal.md.extension._import.xml
Methods in com._1c.g5.v8.dt.internal.md.extension._import.xml that return types with arguments of type MdObjectModifier and TypeMethodDescriptionprotected Map<org.eclipse.emf.ecore.EClass,com.google.inject.Provider<? extends IMdObjectInitializer<? extends MdObject>>> MdExtensionImportXmlRuntimeModule.getMdObjectInitializer(com.google.inject.Binder binder) -
Uses of MdObject in com._1c.g5.v8.dt.internal.md.extension._import.xml.model
Classes in com._1c.g5.v8.dt.internal.md.extension._import.xml.model with type parameters of type MdObjectModifier and TypeClassDescriptionclassAdoptedBasicMdObjectInitializer<M extends MdObject>BasicIMdObjectInitializerimplementation for adopted metadata objectMethods in com._1c.g5.v8.dt.internal.md.extension._import.xml.model with parameters of type MdObjectModifier and TypeMethodDescriptionprotected voidAdoptedBasicMdObjectInitializer.initProducedTypes(MdObject mdObject) Initialize all produced types with random UUID in specifiedMdObject -
Uses of MdObject in com._1c.g5.v8.dt.internal.md.extension._import.xml.reader
Methods in com._1c.g5.v8.dt.internal.md.extension._import.xml.reader with parameters of type MdObjectModifier and TypeMethodDescriptionvoidRead XML for ExtendedConfigurationObject property statevoidRead XML internal infosMdPropertyStatesvoidAdoptedTypeDescriptionExtensionPostXmlReader.read(MdObject mdObject, IXmlNode xmlNode, Version version, IXmlReadErrorCollector errorCollector) Read XML forTypeDescriptionExtensionextension -
Uses of MdObject in com._1c.g5.v8.dt.internal.md.extension.adopt
Methods in com._1c.g5.v8.dt.internal.md.extension.adopt with parameters of type MdObjectModifier and TypeMethodDescription<T extends org.eclipse.emf.ecore.EObject>
Optional<T>ILookupContext.findModelObject(T source, MdObject parent) Invokes default lookup of the specified native object.IModelObjectLookupParticipant.findModelObject(T source, MdObject sourceParent, IConfigurationAware target, ILookupContext context) Lookups a provided model object with FQN of the providedsourceobject in the providedtargetconfiguration aware V8 project.<T extends org.eclipse.emf.ecore.EObject>
Optional<T>ModelObjectLookup.findModelObject(T source, MdObject sourceParent, IConfigurationAware target) Lookups a model object with FQN of the providedsourceobject in the providedtargetconfiguration aware V8 project. -
Uses of MdObject in com._1c.g5.v8.dt.internal.md.extension.adopt.participants
Classes in com._1c.g5.v8.dt.internal.md.extension.adopt.participants with type parameters of type MdObjectModifier and TypeClassDescriptionclassMdObjectAdopterParticipant<T extends MdObject>Base implementation ofIModelObjectAdopterParticipantfor metadata objects.Methods in com._1c.g5.v8.dt.internal.md.extension.adopt.participants with parameters of type MdObjectModifier and TypeMethodDescriptionMdObjectAdopterParticipant.adoptMultiStateType(MdObject nativeObject, TypeDescription nativeObjectType, Version version, IAdopterContext context) Adopt the given multi state type with respect to its type content.TypeDescriptionAdoptSupport.adoptMultiStateType(MdObject nativeObject, TypeDescription nativeObjectType, Version version, IAdopterContext context) TypeDescriptionAdoptSupport.adoptMultiStateType(MdObject nativeObject, TypeDescription nativeObjectType, Version version, IAdopterContext context, boolean multiRefAsAnyRef) MdObjectAdopterParticipant.adoptType(MdObject nativeObject, TypeDescription nativeObjectType, Version version, IAdopterContext context) Adopt the given type with respect to its type content.TypeDescriptionAdoptSupport.adoptType(MdObject nativeObject, TypeDescription nativeObjectType, Version version, IAdopterContext context) CommonAttributeContentItemLookupParticipant.findModelObject(CommonAttributeContentItem source, MdObject sourceParent, IConfigurationAware target, ILookupContext context) ExchangePlanContentItemLookupParticipant.findModelObject(ExchangePlanContentItem source, MdObject sourceParent, IConfigurationAware target, ILookupContext context) -
Uses of MdObject in com._1c.g5.v8.dt.internal.md.extension.export.xml.writers
Methods in com._1c.g5.v8.dt.internal.md.extension.export.xml.writers with parameters of type MdObjectModifier and TypeMethodDescriptionprotected List<org.eclipse.emf.ecore.EStructuralFeature>MdExtensionObjectWriter.getInnerInfoFeatureList(MdObject mdObject, IExportContext exportContext) voidTypeDescriptionExtensionWriter.writeInternalInfo(ExportXmlStreamWriter writer, MdObject mdObject, org.eclipse.emf.ecore.EStructuralFeature feature, IExportContext exportContext) Write interanl info object part forTypeDescriptionExtensionprotected voidMdExtensionObjectWriter.writeMdObjectInternalInfo(ExportXmlStreamWriter writer, IExportContext exportContext, MdObject mdObject, org.eclipse.emf.ecore.EStructuralFeature feature) protected voidMdExtensionObjectWriter.writeMdObjectProperty(ExportXmlStreamWriter writer, IExportContext exportContext, MdObject mdObject, org.eclipse.emf.ecore.EStructuralFeature feature) -
Uses of MdObject in com._1c.g5.v8.dt.internal.md.extension.validation
Methods in com._1c.g5.v8.dt.internal.md.extension.validation with parameters of type MdObjectModifier and TypeMethodDescriptionvoidMdExtensionValidator.checkAdoptedMdObjectPropertiesMatching(MdObject mdObject) Deprecated.voidMdExtensionValidator.checkAdoptedMdObjectSourceExists(MdObject mdObject) Deprecated.voidMdExtensionValidator.checkExtendedConfigurationObject(MdObject mdObject) Deprecated. -
Uses of MdObject in com._1c.g5.v8.dt.internal.md.help.ui.editor
Constructors in com._1c.g5.v8.dt.internal.md.help.ui.editor with parameters of type MdObjectModifierConstructorDescriptionMdHelpContentEditorInput(MdObject model, org.eclipse.emf.ecore.EStructuralFeature feature) Instantiates a new metadata help editor input. -
Uses of MdObject in com._1c.g5.v8.dt.internal.md.import_.xml.hierarchy.node
Methods in com._1c.g5.v8.dt.internal.md.import_.xml.hierarchy.node with type parameters of type MdObjectModifier and TypeMethodDescriptionprotected <T extends MdObject>
org.eclipse.emf.common.util.EList<T>BaseMetadataObjectImporterNode.getMdObjectList(MdObject context, org.eclipse.emf.ecore.EStructuralFeature feature) Method helper to gets list ofMdObject-s by context-feature linkMethods in com._1c.g5.v8.dt.internal.md.import_.xml.hierarchy.node that return MdObjectModifier and TypeMethodDescriptionCubeImporterNode.getObject()DimensionTableImporterNode.getObject()ExternalDataSourceImporterNode.getObject()ExternalObjectImporterNode.getObject()MetadataObjectImporterNode.getObject()TableImporterNode.getObject()Methods in com._1c.g5.v8.dt.internal.md.import_.xml.hierarchy.node with parameters of type MdObjectModifier and TypeMethodDescriptionprotected <T extends MdObject>
org.eclipse.emf.common.util.EList<T>BaseMetadataObjectImporterNode.getMdObjectList(MdObject context, org.eclipse.emf.ecore.EStructuralFeature feature) Method helper to gets list ofMdObject-s by context-feature linkprotected voidBaseMetadataObjectImporterNode.sortMdObjectReferences(MdObject context, org.eclipse.emf.ecore.EStructuralFeature feature, List<String> orderedNames, org.eclipse.core.runtime.MultiStatus status, String unexpectedMessage, String requiredMessage) Sort references to metadata objects by specified order -
Uses of MdObject in com._1c.g5.v8.dt.internal.md.naming
Methods in com._1c.g5.v8.dt.internal.md.naming with parameters of type MdObjectModifier and TypeMethodDescriptionprotected org.eclipse.xtext.naming.QualifiedNameMdQualifiedNameProvider._computeFqn(MdObject md) -
Uses of MdObject in com._1c.g5.v8.dt.internal.md.refactoring
Methods in com._1c.g5.v8.dt.internal.md.refactoring with parameters of type MdObjectModifier and TypeMethodDescriptionMdRefactoringService.createMdObjectRenameRefactoring(MdObject object, String newName) MdRefactoringService.createSubsystemMoveRefactoring(Subsystem subsystem, MdObject newParent) Method parameters in com._1c.g5.v8.dt.internal.md.refactoring with type arguments of type MdObjectModifier and TypeMethodDescriptionMdRefactoringService.createMdObjectDeleteRefactoring(Collection<? extends MdObject> objects) -
Uses of MdObject in com._1c.g5.v8.dt.internal.md.ui.aef.validation
Constructors in com._1c.g5.v8.dt.internal.md.ui.aef.validation with parameters of type MdObjectModifierConstructorDescriptionFixedFieldNameMatchingValidator(MdObject mdObject, CompatibilityMode compatibilityMode, FixedFieldDescriptorProvider fixedFieldDescriptorProvider) Craates new instance. -
Uses of MdObject in com._1c.g5.v8.dt.internal.md.ui.editors.filtercriterion
Methods in com._1c.g5.v8.dt.internal.md.ui.editors.filtercriterion with parameters of type MdObjectModifier and TypeMethodDescriptionstatic voidFilterCriterionEditorContentPageComponent.addMdObjectToTrie(MdObject eObject, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, EObjectTrie eObjectTrie) AddsMdObjectand its parent to theIEObjectTrie. -
Uses of MdObject in com._1c.g5.v8.dt.internal.md.ui.editors.functionaloption
Methods in com._1c.g5.v8.dt.internal.md.ui.editors.functionaloption that return MdObjectModifier and TypeMethodDescriptionFunctionalOptionEditorContentPageModel.getLocation()Returns functional option localion.Methods in com._1c.g5.v8.dt.internal.md.ui.editors.functionaloption with parameters of type MdObjectModifier and TypeMethodDescriptionstatic voidFunctionalOptionEditorContentPageComponent.addMdObjectToTrie(MdObject eObject, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, EObjectTrie eObjectTrie) AddsMdObjectand its parent to theIEObjectTrie -
Uses of MdObject in com._1c.g5.v8.dt.internal.md.ui.editors.functionaloptionsparameter
Methods in com._1c.g5.v8.dt.internal.md.ui.editors.functionaloptionsparameter with parameters of type MdObjectModifier and TypeMethodDescriptionstatic voidFunctionalOptionsParameterUseComponent.addMdObjectToTrie(MdObject eObject, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, EObjectTrie eObjectTrie) AddsMdObjectand its parent to theIEObjectTrie. -
Uses of MdObject in com._1c.g5.v8.dt.internal.md.ui.editors.input
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.input with type parameters of type MdObjectModifier and TypeClassDescriptionclassMdEditorInput<M extends MdObject>Abstract editor input for MdEditors -
Uses of MdObject in com._1c.g5.v8.dt.internal.md.ui.editors.pages.cattributes
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.pages.cattributes with type parameters of type MdObjectModifier and TypeClassDescriptionclassDtGranularEditorCommonAttributesPage<M extends MdObject>Editor common attributes page.Methods in com._1c.g5.v8.dt.internal.md.ui.editors.pages.cattributes that return MdObjectMethods in com._1c.g5.v8.dt.internal.md.ui.editors.pages.cattributes with parameters of type MdObjectModifier and TypeMethodDescriptionstatic CommonAttributesDataModelCommonAttributesDataModel.create(org.eclipse.emf.ecore.EStructuralFeature feature, MdObject mdObject, IConfigurationProvider configurationProvider, IV8Project v8project, IModelEditingSupport modelEditingSupport) Creates a new model. -
Uses of MdObject in com._1c.g5.v8.dt.internal.md.ui.editors.pages.characteristics
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.pages.characteristics with type parameters of type MdObjectModifier and TypeClassDescriptionclassDtGranularEditorCharacteristicsPage<M extends MdObject>Editor 'characteristics' page. -
Uses of MdObject in com._1c.g5.v8.dt.internal.md.ui.editors.pages.commands
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.pages.commands with type parameters of type MdObjectModifier and TypeClassDescriptionclassDtGranularEditorCommandsPage<M extends MdObject>Editor commands page. -
Uses of MdObject in com._1c.g5.v8.dt.internal.md.ui.editors.pages.dataexchange
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.pages.dataexchange with type parameters of type MdObjectModifier and TypeClassDescriptionclassDtGranularEditorDataExchangePage<M extends MdObject>Editor data exchange page. -
Uses of MdObject in com._1c.g5.v8.dt.internal.md.ui.editors.pages.functionaloptions
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.pages.functionaloptions with type parameters of type MdObjectModifier and TypeClassDescriptionclassDtGranularEditorFunctionalOptionsPage<M extends MdObject>Editor functional options page.Methods in com._1c.g5.v8.dt.internal.md.ui.editors.pages.functionaloptions that return MdObjectModifier and TypeMethodDescriptionDtGranularEditorFunctionalOptionsMdObjectContentModel.getMdObject()Top md-object.FunctionalOptionsSetFilterEvent.getMdObject()Selected md-object.protected MdObjectDtGranularEditorFunctionalOptionsPageEditHandler.getModel(IDtEditor<MdObject> editor, ISelection selection) DtGranularEditorFunctionalOptionsPage.getOwner()Returns functional options list owner.DtGranularEditorFunctionalOptionsPageModel.getOwner()Selected md-object.Methods in com._1c.g5.v8.dt.internal.md.ui.editors.pages.functionaloptions with parameters of type MdObjectModifier and TypeMethodDescriptionprotected NavigatorTreeDialogModelDtGranularEditorFunctionalOptionsPageEditHandler.createNavigatorTreeDialogModel(MdObject model) protected voidDtGranularEditorFunctionalOptionsPageEditHandler.processOkResult(MdObject model, IBmEditingContext editingContext, List<Object> selected) voidSets functional options md-object owner and filter.Method parameters in com._1c.g5.v8.dt.internal.md.ui.editors.pages.functionaloptions with type arguments of type MdObjectModifier and TypeMethodDescriptionprotected MdObjectDtGranularEditorFunctionalOptionsPageEditHandler.getModel(IDtEditor<MdObject> editor, ISelection selection) Constructors in com._1c.g5.v8.dt.internal.md.ui.editors.pages.functionaloptions with parameters of type MdObjectModifierConstructorDescriptionDtGranularEditorFunctionalOptionsMdObjectContentModel(MdObject mdObject, org.eclipse.core.resources.IProject project, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, IFilteredNavigatorContentProvider filteredNavigatorContentProvider, IBmEmfIndexManager bmEmfIndexManager) Creates a new instance.DtGranularEditorFunctionalOptionsPageModel(MdObject mdObject, Configuration configuration, org.eclipse.core.resources.IProject project) Creates a new instance.FunctionalOptionsSetFilterEvent(MdObject mdObject) Creates a new instance. -
Uses of MdObject in com._1c.g5.v8.dt.internal.md.ui.editors.pages.generation
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.pages.generation with type parameters of type MdObjectModifier and TypeClassDescriptionclassDtGranularEditorGenerationPage<M extends MdObject>Generation page for editor.Methods in com._1c.g5.v8.dt.internal.md.ui.editors.pages.generation that return MdObjectModifier and TypeMethodDescriptionDtGranularEditorGenerationBasedOnModel.getMdObject()Gets actual modelMdObjectDtGranularEditorGenerationBasisForModel.getMdObject()Gets actual modelBasicDbObjectMethods in com._1c.g5.v8.dt.internal.md.ui.editors.pages.generation with parameters of type MdObjectModifier and TypeMethodDescriptionstatic voidDtGranularEditorGenerationBaseComponent.addBaseOnToTrie(MdObject object, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, EObjectTrie eObjectTrie) protected NavigatorTreeDialogModelDtGranularEditorGenerationBasedOnEditHandler.createNavigatorTreeDialogModel(MdObject model) protected NavigatorTreeDialogModelDtGranularEditorGenerationBasisForEditHandler.createNavigatorTreeDialogModel(MdObject model) DtGranularEditorGenerationBaseComponent.createProjectContentProviderState(MdObject mdObject, boolean baseOn, org.eclipse.core.resources.IProject project, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, IBmEmfIndexManager bmEmfIndexManager) CreatesNavigatorContentProviderStateManagerwithIEObjectTriecontains content of {@link MdClassPackage#Literals#BASIC_DB_OBJECT__BASED_ON}/{@link MdClassPackage#Literals#TABLE__BASED_ON} or "Basis For" forBasicDbObject/Tableprotected BasicDbObjectBasedOnTaskDtGranularEditorGenerationBasedOnDeleteHandler.createTask(MdObject model, List<MdObject> objects) Creates delete task.protected BasicDbObjectBasedOnTaskDtGranularEditorGenerationBasedOnEditHandler.createTask(MdObject model, List<MdObject> objects) Creates edit task.protected BasicDbObjectBasedOnTaskDtGranularEditorGenerationBasisForDeleteHandler.createTask(MdObject model, List<MdObject> objects) protected BasicDbObjectBasedOnTaskDtGranularEditorGenerationBasisForEditHandler.createTask(MdObject model, List<MdObject> objects) protected voidDtGranularEditorGenerationBasedOnEditHandler.processOkResult(MdObject model, IBmEditingContext editingContext, List<Object> selected) Method parameters in com._1c.g5.v8.dt.internal.md.ui.editors.pages.generation with type arguments of type MdObjectModifier and TypeMethodDescriptionprotected BasicDbObjectBasedOnTaskDtGranularEditorGenerationBasedOnDeleteHandler.createTask(MdObject model, List<MdObject> objects) Creates delete task.protected BasicDbObjectBasedOnTaskDtGranularEditorGenerationBasedOnEditHandler.createTask(MdObject model, List<MdObject> objects) Creates edit task.protected BasicDbObjectBasedOnTaskDtGranularEditorGenerationBasisForDeleteHandler.createTask(MdObject model, List<MdObject> objects) protected BasicDbObjectBasedOnTaskDtGranularEditorGenerationBasisForEditHandler.createTask(MdObject model, List<MdObject> objects) Constructors in com._1c.g5.v8.dt.internal.md.ui.editors.pages.generation with parameters of type MdObjectModifierConstructorDescriptionDtGranularEditorGenerationBasedOnModel(MdObject mdObject, org.eclipse.core.resources.IProject project, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider) Creates a new instance ofDtGranularEditorGenerationBasedOnModel.DtGranularEditorGenerationBasisForModel(MdObject mdObject, Configuration configuration, org.eclipse.core.resources.IProject project, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, IBmEmfIndexManager bmEmfIndexManager) Creates a new instance ofDtGranularEditorGenerationBasisForModel. -
Uses of MdObject in com._1c.g5.v8.dt.internal.md.ui.editors.pages.module
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.pages.module with type parameters of type MdObjectModifier and TypeClassDescriptionclassDtGranularEditorModulePage<M extends MdObject>Editor manager module page. -
Uses of MdObject in com._1c.g5.v8.dt.internal.md.ui.editors.pages.subsystems
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.pages.subsystems with type parameters of type MdObjectModifier and TypeClassDescriptionclassDtGranularEditorSubsystemsPage<M extends MdObject>Class for Dt granular editor subsystems pages.Methods in com._1c.g5.v8.dt.internal.md.ui.editors.pages.subsystems with parameters of type MdObjectModifier and TypeMethodDescriptionprotected NavigatorTreeDialogModelDtGranularEditorSubsystemsPageEditHandler.createNavigatorTreeDialogModel(MdObject model) protected voidDtGranularEditorSubsystemsPageEditHandler.processOkResult(MdObject model, IBmEditingContext editingContext, List<Object> selected) Constructors in com._1c.g5.v8.dt.internal.md.ui.editors.pages.subsystems with parameters of type MdObjectModifierConstructorDescriptionDtGranularEditorSubsystemsPageModel(MdObject mdObject, Configuration configuration, org.eclipse.core.resources.IProject project) Creates a new instance ofDtGranularEditorSubsystemsPageModel. -
Uses of MdObject in com._1c.g5.v8.dt.internal.md.ui.editors.pages.templates
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.pages.templates with type parameters of type MdObjectModifier and TypeClassDescriptionclassDtGranularEditorTemplatesPage<M extends MdObject>Editor templates page. -
Uses of MdObject in com._1c.g5.v8.dt.internal.md.ui.extension.editor.descriptors.commonattribute
Methods in com._1c.g5.v8.dt.internal.md.ui.extension.editor.descriptors.commonattribute with parameters of type MdObjectModifier and TypeMethodDescriptionAdoptedCommonAttributeContentModel.getPropertyState(MdObject mdObject) Returns the current property state for the provided metadata object in common attribute content.voidAdoptedCommonAttributeContentModel.setIncluded(MdObject mdObject, boolean included) Sets whether the provided object is included in exchange plan content. -
Uses of MdObject in com._1c.g5.v8.dt.internal.md.ui.extension.editor.descriptors.exchangeplan
Methods in com._1c.g5.v8.dt.internal.md.ui.extension.editor.descriptors.exchangeplan with parameters of type MdObjectModifier and TypeMethodDescriptionAdoptedExchangePlanContentModel.getPropertyState(MdObject mdObject) Returns the current property state for the provided metadata object in exchange plan content.booleanAdoptedExchangePlanContentModel.isIncluded(MdObject mdObject) Returns whether the provided object is included in exchange plan content.voidAdoptedExchangePlanContentModel.setIncluded(MdObject mdObject, boolean included) Sets whether the provided object is included in exchange plan content.voidAdoptedExchangePlanContentModel.setPropertyState(MdObject mdObject, MdPropertyState state) Sets the new property state for the provided metadata object in exchange plan content. -
Uses of MdObject in com._1c.g5.v8.dt.internal.md.ui.extension.editor.page.form
Classes in com._1c.g5.v8.dt.internal.md.ui.extension.editor.page.form with type parameters of type MdObjectModifier and TypeClassDescriptionclassAdoptedDtGranularEditorFormsPage<M extends MdObject>Adopted editor forms page. -
Uses of MdObject in com._1c.g5.v8.dt.internal.moxel.ui.extension
Methods in com._1c.g5.v8.dt.internal.moxel.ui.extension that return MdObjectModifier and TypeMethodDescriptionstatic MdObjectMoxelExtensionService.getOwnerTemplate(SpreadsheetDocument adopted) Get owner template (metedata object) by spreadsheet document. -
Uses of MdObject in com._1c.g5.v8.dt.internal.rights.ui.sections
Methods in com._1c.g5.v8.dt.internal.rights.ui.sections with parameters of type MdObjectModifier and TypeMethodDescriptionbooleanFuzzyMatchCache.fuzzyMatchWithSynonim(MdObject mdObject) Performs fuzzy match operation for name of md object and for its synonym strings. -
Uses of MdObject in com._1c.g5.v8.dt.internal.ui.validation
Methods in com._1c.g5.v8.dt.internal.ui.validation that return MdObjectModifier and TypeMethodDescriptionScopeSelectionManager.getTopMdObject(org.eclipse.emf.ecore.EObject eObject) Returns top md object for current eObject. -
Uses of MdObject in com._1c.g5.v8.dt.launching.core.launchconfigurations
Methods in com._1c.g5.v8.dt.launching.core.launchconfigurations that return MdObjectModifier and TypeMethodDescriptionstatic 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 MdObjectModifier and TypeMethodDescriptionstatic 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 MdObjectModifier and TypeMethodDescriptionprotected 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 MdObjectModifier and TypeMethodDescriptionstatic Collection<TypeItem>MdUtil.getAllProducingTypes(MdObject mdObject) Gets collection of producing type ofmdObjectFieldsSourceUtil.getDataPathFields(MdObject characteristicTypes) Gets possible values for data path field ofCharacteristicsDescriptionFieldsSourceUtil.getDefaultDataPathField(MdObject characteristicTypes) Gets default value for data pathCharacteristicsDescriptionfieldFieldsSourceUtil.getDefaultKeyField(MdObject characteristicTypes) Returns characteristic description key field default value.FieldsSourceUtil.getDefaultObjectField(MdObject characteristicValues, MdObject mdObject) Returns characteristic description object field default value for selected md-object.FieldsSourceUtil.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.FieldsSourceUtil.getKeyFields(MdObject characteristicTypes) Returns characteristic description key field availaible values.static StringReturns the name of theMdObject.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.FieldsSourceUtil.getTypeFields(MdObject characteristicValues, Field field) Returns characteristic description type field availaible values for selected field types.FieldsSourceUtil.getTypesFilterFields(MdObject characteristicTypes) Returns characteristic description types filter field availaible values.FieldsSourceUtil.getUseMultipleValuesFields(MdObject characteristicTypes) Returns characteristic description use multiple values field availaible values.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 MdObjectModifier and TypeClassDescriptionclassAbstractMdObjectCollectionTask<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 MdObjectModifier and TypeMethodDescriptionprotected voidBasicDbObjectBasedOnTask.addBasedOn(MdObject target, Collection<MdObject> sources) Adds based-on objects to a target object.protected voidBasicDbObjectBasedOnTask.addBasisFor(MdObject source, Collection<MdObject> targets) Adds a source object to each of specified targets.static BasicDbObjectBasedOnTaskBasicDbObjectBasedOnTask.createBasedOnAddTask(MdObject dbObject, Collection<MdObject> dbObjects) Creates a newIBmTaskthat adds the givenBasicDbObjects to the based on collection.static BasicDbObjectBasedOnTaskBasicDbObjectBasedOnTask.createBasedOnRemoveTask(MdObject dbObject, Collection<MdObject> dbObjects) Creates a newIBmTaskthat removes the givenBasicDbObjects from the based on collection.static BasicDbObjectBasedOnTaskBasicDbObjectBasedOnTask.createBasisForAddTask(MdObject dbObject, Collection<MdObject> dbObjects) Creates a newIBmTaskthat adds the givenBasicDbObjectto each element of the collection.static BasicDbObjectBasedOnTaskBasicDbObjectBasedOnTask.createBasisForRemoveTask(MdObject dbObject, Collection<MdObject> dbObjects) Creates a newIBmTaskthat removes the givenBasicDbObjectfrom the each element of the collection.org.eclipse.core.runtime.IStatusorg.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.protected voidBasicDbObjectBasedOnTask.removeBasedOn(MdObject target, Collection<MdObject> sources) Removes based-on objects from a target object.protected voidBasicDbObjectBasedOnTask.removeBasisFor(MdObject source, Collection<MdObject> targets) Removes based-on objects from a target object.Method parameters in com._1c.g5.v8.dt.md.api with type arguments of type MdObjectModifier and TypeMethodDescriptionprotected voidBasicDbObjectBasedOnTask.addBasedOn(MdObject target, Collection<MdObject> sources) Adds based-on objects to a target object.protected voidBasicDbObjectBasedOnTask.addBasisFor(MdObject source, Collection<MdObject> targets) Adds a source object to each of specified targets.static BasicDbObjectBasedOnTaskBasicDbObjectBasedOnTask.createBasedOnAddTask(MdObject dbObject, Collection<MdObject> dbObjects) Creates a newIBmTaskthat adds the givenBasicDbObjects to the based on collection.static BasicDbObjectBasedOnTaskBasicDbObjectBasedOnTask.createBasedOnRemoveTask(MdObject dbObject, Collection<MdObject> dbObjects) Creates a newIBmTaskthat removes the givenBasicDbObjects from the based on collection.static BasicDbObjectBasedOnTaskBasicDbObjectBasedOnTask.createBasisForAddTask(MdObject dbObject, Collection<MdObject> dbObjects) Creates a newIBmTaskthat adds the givenBasicDbObjectto each element of the collection.static BasicDbObjectBasedOnTaskBasicDbObjectBasedOnTask.createBasisForRemoveTask(MdObject dbObject, Collection<MdObject> dbObjects) Creates a newIBmTaskthat removes the givenBasicDbObjectfrom the each element of the collection.protected static StringAbstractMdObjectCollectionTask.getName(MdObject object, Collection<? extends MdObject> objects, String messageTemplate) Returns the name of the task.protected voidBasicDbObjectBasedOnTask.removeBasedOn(MdObject target, Collection<MdObject> sources) Removes based-on objects from a target object.protected voidBasicDbObjectBasedOnTask.removeBasisFor(MdObject source, Collection<MdObject> targets) Removes based-on objects from a target object.Constructors in com._1c.g5.v8.dt.md.api with parameters of type MdObjectModifierConstructorDescriptionprotectedBasicDbObjectBasedOnTask(MdObject object, Collection<MdObject> objects, String template) Creates a newIBmTasksuccessor instanceChangeMdPictureTask(MdObject model, org.eclipse.emf.ecore.EStructuralFeature feature, byte[] contentsToSet, String fileExtension, Point transparentPoint, IModelObjectFactory modelFactory, IRuntimeVersionSupport runtimeVersionSupport) Constructor.CommonAttributeContentTask(CommonAttribute attribute, MdObject object, CommonAttributeUse use) Instantiate task for create,delete or editCommonAttributeContentItemediting without conditional split object.CommonAttributeContentTask(CommonAttribute attribute, MdObject mdObject, CommonAttributeUse use, MdObject splitter) ExchangePlanContentTask(ExchangePlan exchangePlan, MdObject object, AutoRegistrationChanges autoRecord) Instantiate task for create,delete or editExchangePlanContentItem.FilterCriterionContentChangeTask(FilterCriterion filterCriterion, MdObject object, FilterCriterionContentChangeTask.TaskAction action) Creates a new task.FunctionalOptionContentChangeTask(FunctionalOption functionalOption, MdObject object, FunctionalOptionContentChangeTask.TaskAction action) Creates a new task.FunctionalOptionsParameterUseChangeTask(FunctionalOptionsParameter functionalOptionsParameter, MdObject object, FunctionalOptionsParameterUseChangeTask.TaskAction action) Creates a newFunctionalOptionsParameterUseChangeTaskinstanceSubsystemContentChangeTask(Subsystem subsystem, MdObject object, SubsystemContentChangeTask.TaskAction action) Creates a newSubsystemContentChangeTaskinstanceConstructor parameters in com._1c.g5.v8.dt.md.api with type arguments of type MdObjectModifierConstructorDescriptionprotectedBasicDbObjectBasedOnTask(MdObject object, Collection<MdObject> objects, String template) Creates a newIBmTasksuccessor instance -
Uses of MdObject in com._1c.g5.v8.dt.md.compare
Constructors in com._1c.g5.v8.dt.md.compare with parameters of type MdObjectModifierConstructorDescriptionComparedMdObjects(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 MdObjectModifier and TypeMethodDescriptionprotected MdObjectComparisonNodeChildMdObjectMatcher.createNode(MdObject main, MdObject other, MdObject ancestor) protected Stringprotected StringChildMdObjectMatcher.getSymlink(MdObject object) protected UUIDConstructor parameters in com._1c.g5.v8.dt.md.compare.matching with type arguments of type MdObjectModifierConstructorDescriptionChildMdObjectMatcher(IComparisonSession session, ChildMdCollectionComparisonNode parentCollectionNode, List<MdObject> mainObjects, List<MdObject> otherObjects, List<MdObject> ancestorObjects, MdObjectResource mainResource, MdObjectResource otherResource, MdObjectResource ancestorResource, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, 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 MdObjectModifier and TypeMethodDescriptionIModelObjectCopySupport.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 MdObjectModifier and TypeMethodDescriptionprotected 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 MdObjectModifier and TypeMethodDescriptionIDistributionSupportTypeProvider.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 MdObjectModifier and TypeMethodDescriptionprotected 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 MdObjectModifier and TypeMethodDescriptionprotected List<org.eclipse.emf.ecore.EStructuralFeature>MetadataObjectWriter.getChildrenFeatureList(MdObject mdObject, IExportContext exportContext) Returns ordered children feature list of specified metadata objectprotected List<org.eclipse.emf.ecore.EStructuralFeature>MetadataObjectWriter.getInnerInfoFeatureList(MdObject mdObject, IExportContext exportContext) Returns ordered inner infos feature list of specified metadata objectprotected List<org.eclipse.emf.ecore.EStructuralFeature>MetadataObjectWriter.getPropertiesFeatureList(MdObject mdObject, IExportContext exportContext) Returns ordered properties feature list of specified metadata objectprotected voidMetadataObjectWriter.writeMdObjectChildObject(ExportXmlStreamWriter writer, IExportContext exportContext, MdObject mdObject, org.eclipse.emf.ecore.EStructuralFeature feature) Write metadata object child object feature to the XML writer.protected voidMetadataObjectWriter.writeMdObjectInternalInfo(ExportXmlStreamWriter writer, IExportContext exportContext, MdObject mdObject, org.eclipse.emf.ecore.EStructuralFeature feature) Write metadata object internal info feature to the XML writer.protected voidMetadataObjectWriter.writeMdObjectProperty(ExportXmlStreamWriter writer, IExportContext exportContext, MdObject mdObject, org.eclipse.emf.ecore.EStructuralFeature feature) Write metadata object property feature to the XML writer.protected voidMetadataObjectWriter.writeMdObjectSmartFeature(ExportXmlStreamWriter writer, IExportContext exportContext, 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, IExportContext exportContext, 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 MdObjectModifier and TypeMethodDescriptionstatic 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 MdObjectModifier and TypeMethodDescriptionITypeDescriptionAdoptSupport.adoptMultiStateType(MdObject nativeObject, TypeDescription nativeObjectType, Version version, IAdopterContext context) Adopt the given multi state type with respect to its type content.ITypeDescriptionAdoptSupport.adoptMultiStateType(MdObject nativeObject, TypeDescription nativeObjectType, Version version, IAdopterContext context, boolean multiRefAsAnyRef) Adopt the given multi state type with respect to its type content.ITypeDescriptionAdoptSupport.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 MdObjectModifier and TypeMethodDescriptionstatic 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 -
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 MdObjectModifier and TypeMethodDescriptionprotected 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 MdObjectModifier and TypeMethodDescriptionprotected 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 MdObjectModifier and TypeClassDescriptionclassBasicMdObjectInitializer<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 MdObjectModifier and TypeMethodDescriptionprotected 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 MdObjectModifier and TypeMethodDescriptionIMdRefactoringService.createMdObjectRenameRefactoring(MdObject object, String newName) Creates refactoring instance for MD object renaming.IMdRefactoringService.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 MdObjectModifier and TypeMethodDescriptionIMdRefactoringService.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 MdObjectModifier and TypeMethodDescriptionstatic MdObjectMdTypeUtil.getTypeProducer(TypeItem typeItem) ReturnMdObjectthat produced given type item.Methods in com._1c.g5.v8.dt.md.resource with parameters of type MdObjectModifier and TypeMethodDescriptionprotected booleanDerivedStateComputerUtil.getEffectiveCommonAttributes(MdObject target, com.google.common.base.Predicate<CommonAttribute> filter) Returns the effective common attributes for the given target.static TypeMdTypeUtil.getRefType(MdObject object) ReturnsTyperepresenting reference to the data object.booleanDerivedStateComputerUtil.isInExchangePlan(MdObject mdObject) Checks if given md object is in content of any exchange plan objectMdTypeUtil.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 MdObjectModifier and TypeMethodDescriptionNavigatorTreeDialogActionBarComponent.getSelectedMdObjects()Returns selectedMdObjects.Methods in com._1c.g5.v8.dt.md.ui.aef.components with parameters of type MdObjectModifier and TypeMethodDescriptionprotected 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 MdObjectModifier and TypeMethodDescriptionprotected 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 MdObjectModifier and TypeMethodDescriptionprotected 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 MdObjectModifier and TypeMethodDescriptionprotected 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 MdObjectModifier and TypeMethodDescriptionExtendedConfigurationObjectSelectionModel.getMdObjectByUuid(UUID uuid) Gets object byUUIDBmCharacteristicsDescriptionDataPathModel.getParent()BmCharacteristicsDescriptionFieldModel.getParent()EmfCharacteristicsDescriptionDataPathModel.getParent()EmfCharacteristicsDescriptionFieldModel.getParent()ICharacteristicsDescriptionDataPathModel.getParent()Returns characteristics parent md-object.ICharacteristicsDescriptionFieldModel.getParent()Returns characteristics parent md-object.Methods in com._1c.g5.v8.dt.md.ui.aef.models with parameters of type MdObjectModifier and TypeMethodDescriptionNavigatorTreeDialogModelFactory.createBasicDbObjectBasedOnAbsentModel(MdObject context) CreatesBasicDbObjectbased on dialog model for context object without showing checked objects.NavigatorTreeDialogModelFactory.createBasicDbObjectBasisForAbsentModel(MdObject context) CreatesBasicDbObjectbasis for dialog model for context object without showing checked objects.NavigatorTreeDialogModelFactory.createCharacteristicsDescriptionCharacteristicTypesCheckedModel(CharacteristicsDescription actualObject, MdObject container, IV8Project v8project) CreatesCharacteristicsDescriptiondialog model for new context object and his v8 project with showing checked objects.NavigatorTreeDialogModelFactory.createCharacteristicsDescriptionCharacteristicValuesCheckedModel(CharacteristicsDescription context, MdObject container, IV8Project v8project) CreatesCharacteristicsDescriptionvalues dialog model for new context object, his container and v8 project with showing checked objects.NavigatorTreeDialogModelFactory.createMdObjectFunctionalOptionsAbsentModel(MdObject context) CreatesMdObjectfunctional options dialog model for context object without showing checked objects.NavigatorTreeDialogModelFactory.createMdObjectSubsystemsAbsentModel(MdObject context) CreatesMdObjectsubsystems dialog model for context object without showing checked objects.NavigatorTreeDialogModelFactory.createReportFormCheckedModel(MdObject context, org.eclipse.emf.ecore.EStructuralFeature formFeature) CreatesReportform feature dialog model for context object without showing checked objects.NavigatorTreeDialogModel.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 MdObjectModifierConstructorDescriptionEmfCharacteristicsDescriptionDataPathModel(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 MdObjectModifier and TypeMethodDescriptionCommonAttributeContentModel.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 MdObjectModifier and TypeMethodDescriptionprotected MdObjectConfigurationStandaloneContentExchangeSettingsDialogModel.getExchangePlan()Returns exchange plan.Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration with parameters of type MdObjectModifier and TypeMethodDescriptionprotected 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 MdObjectModifier and TypeMethodDescriptionprotected MdObjectDataExchangeModel.getMdObject()Returns exchange data md-object.Constructors in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange with parameters of type MdObjectModifierConstructorDescriptionDataExchangeModel(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 MdObjectModifier and TypeMethodDescriptionExchangePlanContentModel.findContentItem(MdObject mdObject) Finds the content item for the provided metadata object in exchange plan content.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.editors.pages.forms
Classes in com._1c.g5.v8.dt.md.ui.editors.pages.forms with type parameters of type MdObjectModifier and TypeClassDescriptionclassDtGranularEditorFormsPage<M extends MdObject>Editor forms page. -
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 MdObjectModifier and TypeMethodDescriptionprotected 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 MdObjectModifier and TypeClassDescriptionstatic classContainmentTreeFilter.Absent<M extends MdObject>static classContainmentTreeFilter.Present<M extends MdObject>Fields in com._1c.g5.v8.dt.md.ui.filters declared as MdObjectModifier and TypeFieldDescriptionprotected final MContainmentTreeFilter.Base.containerprotected final MContainmentTreeFilter.Base.container -
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 MdObjectModifier and TypeClassDescriptionclassAbstractDependentProjectWizard<M extends MdObject>Abstract wizard of dependent projects or their root objects.static classDependent 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 MdObjectModifier and TypeClassDescriptionclassMdObjectModel<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 MdObjectModifier and TypeMethodDescriptionCharacteristicsDescriptionModel.getParent()ICharacteristicsDescriptionModel.getParent()Methods in com._1c.g5.v8.dt.md.ui.wizards.aef.models that return types with arguments of type MdObjectModifier and TypeMethodDescriptionINavigatorTreeDialogActionBarModel<? 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 MdObjectModifier and TypeClassDescriptionclassDtAefMdNewWizard<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 MdObjectModifier and TypeMethodDescriptionvoidMdValidator.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 MdObjectModifier and TypeMethodDescriptionDbViewUtil.getAllTables(MdObject mdObject) Gets all not null db tables for givenMdObjectstatic 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.mdclassModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Accounting Flag'.interfaceA representation of the model object 'Accounting Register'.interfaceA representation of the model object 'Accounting Register Attribute'.interfaceA representation of the model object 'Accounting Register Command'.interfaceA representation of the model object 'Accounting Register Dimension'.interfaceA representation of the model object 'Accounting Register Form'.interfaceA representation of the model object 'Accounting Register Resource'.interfaceA representation of the model object 'Accumulation Register'.interfaceA representation of the model object 'Accumulation Register Attribute'.interfaceA representation of the model object 'Accumulation Register Command'.interfaceA representation of the model object 'Accumulation Register Dimension'.interfaceA representation of the model object 'Accumulation Register Form'.interfaceA representation of the model object 'Accumulation Register Resource'.interfaceA representation of the model object 'Addressing Attribute'.interfaceA representation of the model object 'Basic Command'.interfaceA representation of the model object 'Basic Db Object'.interfaceA representation of the model object 'Basic Feature'.interfaceA representation of the model object 'Basic Form'.interfaceA representation of the model object 'Basic Register'.interfaceA representation of the model object 'Basic Tabular Section'.interfaceA representation of the model object 'Basic Template'.interfaceA representation of the model object 'Bot'.interfaceA representation of the model object 'Business Process'.interfaceA representation of the model object 'Business Process Attribute'.interfaceA representation of the model object 'Business Process Command'.interfaceA representation of the model object 'Business Process Form'.interfaceA representation of the model object 'Business Process Tabular Section'.interfaceA representation of the model object 'Calculation Register'.interfaceA representation of the model object 'Calculation Register Attribute'.interfaceA representation of the model object 'Calculation Register Command'.interfaceA representation of the model object 'Calculation Register Dimension'.interfaceA representation of the model object 'Calculation Register Form'.interfaceA representation of the model object 'Calculation Register Resource'.interfaceA representation of the model object 'Catalog'.interfaceA representation of the model object 'Catalog Attribute'.interfaceA representation of the model object 'Catalog Command'.interfaceA representation of the model object 'Catalog Form'.interfaceA representation of the model object 'Catalog Owner'.interfaceA representation of the model object 'Catalog Tabular Section'.interfaceA representation of the model object 'Chart Of Accounts'.interfaceA representation of the model object 'Chart Of Accounts Attribute'.interfaceA representation of the model object 'Chart Of Accounts Command'.interfaceA representation of the model object 'Chart Of Accounts Form'.interfaceA representation of the model object 'Chart Of Accounts Tabular Section'.interfaceA representation of the model object 'Chart Of Calculation Types'.interfaceA representation of the model object 'Chart Of Calculation Types Attribute'.interfaceA representation of the model object 'Chart Of Calculation Types Command'.interfaceA representation of the model object 'Chart Of Calculation Types Form'.interfaceA representation of the model object 'Chart Of Calculation Types Tabular Section'.interfaceA representation of the model object 'Chart Of Characteristic Types'.interfaceA representation of the model object 'Chart Of Characteristic Types Attribute'.interfaceA representation of the model object 'Chart Of Characteristic Types Command'.interfaceA representation of the model object 'Chart Of Characteristic Types Form'.interfaceA representation of the model object 'Chart Of Characteristic Types Tabular Section'.interfaceA representation of the model object 'Column'.interfaceA representation of the model object 'Command Group'.interfaceA representation of the model object 'Common Attribute'.interfaceA representation of the model object 'Common Command'.interfaceA representation of the model object 'Common Form'.interfaceA representation of the model object 'Common Module'.interfaceA representation of the model object 'Common Picture'.interfaceA representation of the model object 'Common Template'.interfaceA representation of the model object 'Configuration'.interfaceA representation of the model object 'Constant'.interfaceA representation of the model object 'Cube'.interfaceA representation of the model object 'Cube Command'.interfaceA representation of the model object 'Cube Form'.interfaceA representation of the model object 'Data Processor'.interfaceA representation of the model object 'Data Processor Attribute'.interfaceA representation of the model object 'Data Processor Command'.interfaceA representation of the model object 'Data Processor Form'.interfaceA representation of the model object 'Data Processor Tabular Section'.interfaceA representation of the model object 'Data Processor Tabular Section Attribute'.interfaceA representation of the model object 'Db Object Attribute'.interfaceA representation of the model object 'Db Object Tabular Section'.interfaceA representation of the model object 'Defined Type'.interfaceA representation of the model object 'Dimension'.interfaceA representation of the model object 'Dimension Table'.interfaceA representation of the model object 'Dimension Table Command'.interfaceA representation of the model object 'Dimension Table Form'.interfaceA representation of the model object 'Document'.interfaceA representation of the model object 'Document Attribute'.interfaceA representation of the model object 'Document Command'.interfaceA representation of the model object 'Document Form'.interfaceA representation of the model object 'Document Journal'.interfaceA representation of the model object 'Document Journal Command'.interfaceA representation of the model object 'Document Journal Form'.interfaceA representation of the model object 'Document Numerator'.interfaceA representation of the model object 'Document Tabular Section'.interfaceA representation of the model object 'Enum'.interfaceA representation of the model object 'Enum Command'.interfaceA representation of the model object 'Enum Form'.interfaceA representation of the model object 'Enum Value'.interfaceA representation of the model object 'Event Subscription'.interfaceA representation of the model object 'Exchange Plan'.interfaceA representation of the model object 'Exchange Plan Attribute'.interfaceA representation of the model object 'Exchange Plan Command'.interfaceA representation of the model object 'Exchange Plan Form'.interfaceA representation of the model object 'Exchange Plan Tabular Section'.interfaceA representation of the model object 'Ext Dimension Accounting Flag'.interfaceA representation of the model object 'External Data Processor'.interfaceA representation of the model object 'External Data Source'.interfaceA representation of the model object 'External Report'.interfaceA representation of the model object 'Field'.interfaceA representation of the model object 'Filter Criterion'.interfaceA representation of the model object 'Filter Criterion Command'.interfaceA representation of the model object 'Filter Criterion Form'.interfaceA representation of the model object 'Full Text Search Dictionary Source'.interfaceA representation of the model object 'Function'.interfaceA representation of the model object 'Functional Option'.interfaceA representation of the model object 'Functional Options Parameter'.interfaceA representation of the model object 'Hierarchical Db Object Attribute'.interfaceA representation of the model object 'Hierarchical Db Object Tabular Section'.interfaceA representation of the model object 'HTTP Service'.interfaceA representation of the model object 'Information Register'.interfaceA representation of the model object 'Information Register Attribute'.interfaceA representation of the model object 'Information Register Command'.interfaceA representation of the model object 'Information Register Dimension'.interfaceA representation of the model object 'Information Register Form'.interfaceA representation of the model object 'Information Register Resource'.interfaceA representation of the model object 'Integration Service'.interfaceA representation of the model object 'Integration Service Channel'.interfaceA representation of the model object 'Interface'.interfaceA representation of the model object 'Language'.interfaceA representation of the model object 'Method'.interfaceA representation of the model object 'Operation'.interfaceA representation of the model object 'Parameter'.interfaceA representation of the model object 'Recalculation'.interfaceA representation of the model object 'Recalculation Dimension'.interfaceA representation of the model object 'Register Attribute'.interfaceA representation of the model object 'Register Dimension'.interfaceA representation of the model object 'Register Resource'.interfaceA representation of the model object 'Report'.interfaceA representation of the model object 'Report Attribute'.interfaceA representation of the model object 'Report Command'.interfaceA representation of the model object 'Report Form'.interfaceA representation of the model object 'Report Tabular Section'.interfaceA representation of the model object 'Report Tabular Section Attribute'.interfaceA representation of the model object 'Resource'.interfaceA representation of the model object 'Role'.interfaceA representation of the model object 'Scheduled Job'.interfaceA representation of the model object 'Sequence'.interfaceA representation of the model object 'Sequence Dimension'.interfaceA representation of the model object 'Session Parameter'.interfaceA representation of the model object 'Settings Storage'.interfaceA representation of the model object 'Settings Storage Form'.interfaceA representation of the model object 'Style'.interfaceA representation of the model object 'Style Item'.interfaceA representation of the model object 'Subsystem'.interfaceA representation of the model object 'Table'.interfaceA representation of the model object 'Table Command'.interfaceA representation of the model object 'Table Form'.interfaceA representation of the model object 'Tabular Section Attribute'.interfaceA representation of the model object 'Task'.interfaceA representation of the model object 'Task Attribute'.interfaceA representation of the model object 'Task Command'.interfaceA representation of the model object 'Task Form'.interfaceA representation of the model object 'Task Tabular Section'.interfaceA representation of the model object 'Template'.interfaceA representation of the model object 'URL Template'.interfaceA representation of the model object 'Web Service'.interfaceA representation of the model object 'Web Socket Client'.interfaceA representation of the model object 'WS Reference'.interfaceA representation of the model object 'XDTO Package'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return MdObjectModifier and TypeMethodDescriptionDbObjectAttribute.getBinaryDataStorageLocationUseField()Returns the value of the 'Binary Data Storage Location Use Field' reference.InformationRegisterResource.getBinaryDataStorageLocationUseField()Returns the value of the 'Binary Data Storage Location Use Field' reference.RegisterAttribute.getBinaryDataStorageLocationUseField()Returns the value of the 'Binary Data Storage Location Use Field' reference.CharacteristicsDescription.getCharacteristicTypes()Returns the value of the 'Characteristic Types' reference.CharacteristicsDescription.getCharacteristicValues()Returns the value of the 'Characteristic Values' reference.CommonAttribute.getConditionalSeparation()Returns the value of the 'Conditional Separation' reference.CommonAttributeContentItem.getConditionalSeparation()Returns the value of the 'Conditional Separation' reference.Table.getDataVersionField()Returns the value of the 'Data Version Field' reference.FunctionalOption.getLocation()Returns the value of the 'Location' reference.ExchangePlanContentItem.getMdObject()Returns the value of the 'Md Object' reference.CommonAttributeContentItem.getMetadata()Returns the value of the 'Metadata' reference.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type MdObjectModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<MdObject>BasicDbObject.getBasedOn()Returns the value of the 'Based On' reference list.org.eclipse.emf.common.util.EList<MdObject>Table.getBasedOn()Returns the value of the 'Based On' reference list.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 MdObjectModifier and TypeMethodDescriptionvoidDbObjectAttribute.setBinaryDataStorageLocationUseField(MdObject value) Sets the value of the 'Binary Data Storage Location Use Field' reference.voidInformationRegisterResource.setBinaryDataStorageLocationUseField(MdObject value) Sets the value of the 'Binary Data Storage Location Use Field' reference.voidRegisterAttribute.setBinaryDataStorageLocationUseField(MdObject value) Sets the value of the 'Binary Data Storage Location Use Field' reference.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 MdObjectModifier and TypeClassDescriptionclassAn implementation of the model object 'Accounting Flag'.classAn implementation of the model object 'Accounting Register Attribute'.classAn implementation of the model object 'Accounting Register Command'.classAn implementation of the model object 'Accounting Register Dimension'.classAn implementation of the model object 'Accounting Register Form'.classAn implementation of the model object 'Accounting Register'.classAn implementation of the model object 'Accounting Register Resource'.classAn implementation of the model object 'Accumulation Register Attribute'.classAn implementation of the model object 'Accumulation Register Command'.classAn implementation of the model object 'Accumulation Register Dimension'.classAn implementation of the model object 'Accumulation Register Form'.classAn implementation of the model object 'Accumulation Register'.classAn implementation of the model object 'Accumulation Register Resource'.classAn implementation of the model object 'Addressing Attribute'.classAn implementation of the model object 'Basic Command'.classAn implementation of the model object 'Basic Db Object'.classAn implementation of the model object 'Basic Feature'.classAn implementation of the model object 'Basic Form'.classAn implementation of the model object 'Basic Register'.classAn implementation of the model object 'Basic Tabular Section'.classAn implementation of the model object 'Basic Template'.classAn implementation of the model object 'Bot'.classAn implementation of the model object 'Business Process Attribute'.classAn implementation of the model object 'Business Process Command'.classAn implementation of the model object 'Business Process Form'.classAn implementation of the model object 'Business Process'.classAn implementation of the model object 'Business Process Tabular Section'.classAn implementation of the model object 'Calculation Register Attribute'.classAn implementation of the model object 'Calculation Register Command'.classAn implementation of the model object 'Calculation Register Dimension'.classAn implementation of the model object 'Calculation Register Form'.classAn implementation of the model object 'Calculation Register'.classAn implementation of the model object 'Calculation Register Resource'.classAn implementation of the model object 'Catalog Attribute'.classAn implementation of the model object 'Catalog Command'.classAn implementation of the model object 'Catalog Form'.classAn implementation of the model object 'Catalog'.classAn implementation of the model object 'Catalog Tabular Section'.classAn implementation of the model object 'Chart Of Accounts Attribute'.classAn implementation of the model object 'Chart Of Accounts Command'.classAn implementation of the model object 'Chart Of Accounts Form'.classAn implementation of the model object 'Chart Of Accounts'.classAn implementation of the model object 'Chart Of Accounts Tabular Section'.classAn implementation of the model object 'Chart Of Calculation Types Attribute'.classAn implementation of the model object 'Chart Of Calculation Types Command'.classAn implementation of the model object 'Chart Of Calculation Types Form'.classAn implementation of the model object 'Chart Of Calculation Types'.classAn implementation of the model object 'Chart Of Calculation Types Tabular Section'.classAn implementation of the model object 'Chart Of Characteristic Types Attribute'.classAn implementation of the model object 'Chart Of Characteristic Types Command'.classAn implementation of the model object 'Chart Of Characteristic Types Form'.classAn implementation of the model object 'Chart Of Characteristic Types'.classAn implementation of the model object 'Chart Of Characteristic Types Tabular Section'.classAn implementation of the model object 'Column'.classAn implementation of the model object 'Command Group'.classAn implementation of the model object 'Common Attribute'.classAn implementation of the model object 'Common Command'.classAn implementation of the model object 'Common Form'.classAn implementation of the model object 'Common Module'.classAn implementation of the model object 'Common Picture'.classAn implementation of the model object 'Common Template'.classAn implementation of the model object 'Configuration'.classAn implementation of the model object 'Constant'.classAn implementation of the model object 'Cube Command'.classAn implementation of the model object 'Cube Form'.classAn implementation of the model object 'Cube'.classAn implementation of the model object 'Data Processor Attribute'.classAn implementation of the model object 'Data Processor Command'.classAn implementation of the model object 'Data Processor Form'.classAn implementation of the model object 'Data Processor'.classAn implementation of the model object 'Data Processor Tabular Section Attribute'.classAn implementation of the model object 'Data Processor Tabular Section'.classAn implementation of the model object 'Db Object Attribute'.classAn implementation of the model object 'Db Object Tabular Section'.classAn implementation of the model object 'Defined Type'.classAn implementation of the model object 'Dimension'.classAn implementation of the model object 'Dimension Table Command'.classAn implementation of the model object 'Dimension Table Form'.classAn implementation of the model object 'Dimension Table'.classAn implementation of the model object 'Document Attribute'.classAn implementation of the model object 'Document Command'.classAn implementation of the model object 'Document Form'.classAn implementation of the model object 'Document'.classAn implementation of the model object 'Document Journal Command'.classAn implementation of the model object 'Document Journal Form'.classAn implementation of the model object 'Document Journal'.classAn implementation of the model object 'Document Numerator'.classAn implementation of the model object 'Document Tabular Section'.classAn implementation of the model object 'Enum Command'.classAn implementation of the model object 'Enum Form'.classAn implementation of the model object 'Enum'.classAn implementation of the model object 'Enum Value'.classAn implementation of the model object 'Event Subscription'.classAn implementation of the model object 'Exchange Plan Attribute'.classAn implementation of the model object 'Exchange Plan Command'.classAn implementation of the model object 'Exchange Plan Form'.classAn implementation of the model object 'Exchange Plan'.classAn implementation of the model object 'Exchange Plan Tabular Section'.classAn implementation of the model object 'Ext Dimension Accounting Flag'.classAn implementation of the model object 'External Data Processor'.classAn implementation of the model object 'External Data Source'.classAn implementation of the model object 'External Report'.classAn implementation of the model object 'Field'.classAn implementation of the model object 'Filter Criterion Command'.classAn implementation of the model object 'Filter Criterion Form'.classAn implementation of the model object 'Filter Criterion'.classAn implementation of the model object 'Functional Option'.classAn implementation of the model object 'Functional Options Parameter'.classAn implementation of the model object 'Function'.classAn implementation of the model object 'Hierarchical Db Object Attribute'.classAn implementation of the model object 'Hierarchical Db Object Tabular Section'.classAn implementation of the model object 'HTTP Service'.classAn implementation of the model object 'Information Register Attribute'.classAn implementation of the model object 'Information Register Command'.classAn implementation of the model object 'Information Register Dimension'.classAn implementation of the model object 'Information Register Form'.classAn implementation of the model object 'Information Register'.classAn implementation of the model object 'Information Register Resource'.classAn implementation of the model object 'Integration Service Channel'.classAn implementation of the model object 'Integration Service'.classAn implementation of the model object 'Interface'.classAn implementation of the model object 'Language'.classAn implementation of the model object 'Md Object'.classAn implementation of the model object 'Method'.classAn implementation of the model object 'Operation'.classAn implementation of the model object 'Parameter'.classAn implementation of the model object 'Recalculation Dimension'.classAn implementation of the model object 'Recalculation'.classAn implementation of the model object 'Register Attribute'.classAn implementation of the model object 'Register Dimension'.classAn implementation of the model object 'Register Resource'.classAn implementation of the model object 'Report Attribute'.classAn implementation of the model object 'Report Command'.classAn implementation of the model object 'Report Form'.classAn implementation of the model object 'Report'.classAn implementation of the model object 'Report Tabular Section Attribute'.classAn implementation of the model object 'Report Tabular Section'.classAn implementation of the model object 'Resource'.classAn implementation of the model object 'Role'.classAn implementation of the model object 'Scheduled Job'.classAn implementation of the model object 'Sequence Dimension'.classAn implementation of the model object 'Sequence'.classAn implementation of the model object 'Session Parameter'.classAn implementation of the model object 'Settings Storage Form'.classAn implementation of the model object 'Settings Storage'.classAn implementation of the model object 'Style'.classAn implementation of the model object 'Style Item'.classAn implementation of the model object 'Subsystem'.classAn implementation of the model object 'Table Command'.classAn implementation of the model object 'Table Form'.classAn implementation of the model object 'Table'.classAn implementation of the model object 'Tabular Section Attribute'.classAn implementation of the model object 'Task Attribute'.classAn implementation of the model object 'Task Command'.classAn implementation of the model object 'Task Form'.classAn implementation of the model object 'Task'.classAn implementation of the model object 'Task Tabular Section'.classAn implementation of the model object 'Template'.classAn implementation of the model object 'URL Template'.classAn implementation of the model object 'Web Service'.classAn implementation of the model object 'Web Socket Client'.classAn implementation of the model object 'WS Reference'.classAn implementation of the model object 'XDTO Package'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return MdObjectModifier and TypeMethodDescriptionDbObjectAttributeImpl.getBinaryDataStorageLocationUseField()InformationRegisterResourceImpl.getBinaryDataStorageLocationUseField()RegisterAttributeImpl.getBinaryDataStorageLocationUseField()CharacteristicsDescriptionImpl.getCharacteristicTypes()CharacteristicsDescriptionImpl.getCharacteristicValues()CommonAttributeContentItemImpl.getConditionalSeparation()CommonAttributeImpl.getConditionalSeparation()TableImpl.getDataVersionField()FunctionalOptionImpl.getLocation()ExchangePlanContentItemImpl.getMdObject()static MdObjectValidationUtil.getMdObjectByType(TypeItem type) Gets md-object of type.CommonAttributeContentItemImpl.getMetadata()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type MdObjectModifier and TypeMethodDescriptionValidationUtil.filterDuplicateNameMdObjects(List<?> firsts, List<?> seconds) Filters md-objects with duplicate name.org.eclipse.emf.common.util.EList<MdObject>BasicDbObjectImpl.getBasedOn()org.eclipse.emf.common.util.EList<MdObject>TableImpl.getBasedOn()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 MdObjectModifier and TypeMethodDescriptionstatic 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.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 StringGets 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.voidDbObjectAttributeImpl.setBinaryDataStorageLocationUseField(MdObject newBinaryDataStorageLocationUseField) voidInformationRegisterResourceImpl.setBinaryDataStorageLocationUseField(MdObject newBinaryDataStorageLocationUseField) voidRegisterAttributeImpl.setBinaryDataStorageLocationUseField(MdObject newBinaryDataStorageLocationUseField) 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 MdObjectMethods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type MdObjectModifier and TypeMethodDescriptionMdClassSwitch.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 thrownMdClassUtil.getDimensions(MdObject owner) Searches for dimension, that are contained in owner objectSearches 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 specifiedMdObjectMdClassUtil.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 -
Uses of MdObject in com._1c.g5.v8.dt.platform.services.core
Methods in com._1c.g5.v8.dt.platform.services.core that return MdObjectModifier and TypeMethodDescriptionExternalObjectExtractor.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 MdObjectModifier and TypeMethodDescriptionprotected 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 MdObjectModifier and TypeMethodDescriptionstatic 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 MdObjectModifier and TypeMethodDescriptionprotected 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 MdObjectModifier and TypeMethodDescriptionConfigurationStandaloneContentUtil.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 MdObjectModifier and TypeMethodDescriptionstatic 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.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 MdObjectModifier and TypeMethodDescriptionStandaloneContentDataExchangeSettings.getExchangePlan()Returns the value of the 'Exchange Plan' reference.StandaloneContentMdObjectAware.getMetadata()Returns the value of the 'Metadata' reference.Methods in com._1c.g5.v8.dt.scc.model that return types with arguments of type MdObjectModifier and TypeMethodDescriptionorg.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 MdObjectModifier and TypeMethodDescriptionvoidStandaloneContentDataExchangeSettings.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 MdObjectModifier and TypeMethodDescriptionStandaloneContentDataExchangeSettingsImpl.getExchangePlan()StandaloneContentPriorityItemImpl.getMetadata()StandaloneContentUnusedItemImpl.getMetadata()StandaloneContentUsedItemImpl.getMetadata()Methods in com._1c.g5.v8.dt.scc.model.impl that return types with arguments of type MdObjectModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<MdObject>StandaloneContentDataExchangeSettingsImpl.getNoCodeCorrections()Methods in com._1c.g5.v8.dt.scc.model.impl with parameters of type MdObjectModifier and TypeMethodDescriptionvoidStandaloneContentDataExchangeSettingsImpl.setExchangePlan(MdObject newExchangePlan) voidStandaloneContentPriorityItemImpl.setMetadata(MdObject newMetadata) voidStandaloneContentUnusedItemImpl.setMetadata(MdObject newMetadata) voidStandaloneContentUsedItemImpl.setMetadata(MdObject newMetadata) -
Uses of MdObject in com._1c.g5.v8.dt.ui.util
Methods in com._1c.g5.v8.dt.ui.util that return types with arguments of type MdObjectModifier and TypeMethodDescriptionstatic Collection<MdObject>ModelUtil.getDbObjects(Configuration configuration) Returns allBasicDbObjects from the givenConfiguration. -
Uses of MdObject in com.e1c.g5.v8.dt.gsw
Methods in com.e1c.g5.v8.dt.gsw that return MdObjectModifier and TypeMethodDescriptionFields.getBasic()Return basicObjectIGenerationBasedOnManagementService.getFirstMatchingBasis(String name, MdObject source) Gets first name-matchingMdObjectfrom the based-on collection of a provided sourceMethods in com.e1c.g5.v8.dt.gsw that return types with arguments of type MdObjectModifier and TypeMethodDescriptionIGenerationBasedOnManagementService.getBasedOn(MdObject source) Gets current content of based-on collection from a provided sourceIGenerationBasedOnManagementService.getBasedOnTargets(MdObject source) Gets allMdObject's that are applicable as based-on targets for a given object.Methods in com.e1c.g5.v8.dt.gsw with parameters of type MdObjectModifier and TypeMethodDescriptionIGenerationBasedOnManagementService.getBasedOn(MdObject source) Gets current content of based-on collection from a provided sourceIGenerationBasedOnManagementService.getBasedOnTargets(MdObject source) Gets allMdObject's that are applicable as based-on targets for a given object.IGenerationBasedOnManagementService.getFirstMatchingBasis(String name, MdObject source) Gets first name-matchingMdObjectfrom the based-on collection of a provided sourceIGenerationBasedOnManagementService.getObjectModule(MdObject source) Gets object module from a provided sourceMdObjectorg.eclipse.emf.common.util.URIIGenerationBasedOnManagementService.getObjectModuleUri(MdObject source) Gets object module URI from a provided sourceMdObjectConstructors in com.e1c.g5.v8.dt.gsw with parameters of type MdObjectModifierConstructorDescriptionConstructor FieldsModuleProcessor(MdObject creatingObject, Module module, ScriptVariant scriptVariant, int insertPosition, IGenerationBasedOnManagementService basedOnManagementService) Create module processor for creating object on baseModuleProcessor(MdObject creatingObject, Module module, ScriptVariant scriptVariant, int insertPosition, String newline, IGenerationBasedOnManagementService basedOnManagementService) Create module processor for creating object on base -
Uses of MdObject in com.e1c.g5.v8.dt.gsw.ui
Methods in com.e1c.g5.v8.dt.gsw.ui that return types with arguments of type MdObjectModifier and TypeMethodDescriptionAddBaseOnObjectDialog.getSelectedObjects()Collection of selected objects.Methods in com.e1c.g5.v8.dt.gsw.ui with parameters of type MdObjectModifier and TypeMethodDescriptionConverterItemToField.convert(GenerationSettingsConstructorTreeItem treeItem, MdObject object) Convert tree item to fieldvoidBasicObjectsSection.createBasicObjectSection(org.eclipse.swt.widgets.Composite parent, MdObject creatingObject, Configuration configuration, IBmModelManager manager, boolean canEdit, IGenerationBasedOnManagementService basedOnManagementService) Сreates a basic objects section.GenerationSettingsConstructorValidator.validateValue(GenerationSettingsConstructorTreeItem treeItem, MdObject object) Validate treeItem valueConstructors in com.e1c.g5.v8.dt.gsw.ui with parameters of type MdObjectModifierConstructorDescriptionAddBaseOnObjectDialog(org.eclipse.swt.widgets.Shell parentShell, MdObject creatingObjects, Configuration configuration, IBmModelManager bmModelManager, IGenerationBasedOnManagementService basedOnManagementService) Creates a dialog box for selecting objects for this creating objects.ConstructorDialog(org.eclipse.swt.widgets.Shell parentShell, MdObject creatingObject, List<Fields> inputFields, ModuleProcessor moduleProcessor, IBmModelManager bmModelManager, Configuration configuration, boolean canEdit, IGenerationBasedOnManagementService basedOnManagementService) Creates a dialog for this creating object.GenerationSettingsConstructorValidator(ModuleProcessor moduleProcessor, MdObject creatingObject, IGenerationBasedOnManagementService basedOnManagementService) Create generation settings contructor validatorPreviewDialog(Configuration configuration, MdObject creatingObject, org.eclipse.swt.widgets.Shell parentShell, ModuleProcessor moduleProcessor, List<Fields> filledModelFields, IGenerationBasedOnManagementService basedOnManagementService) Create preview dialog. -
Uses of MdObject in com.e1c.g5.v8.dt.gsw.ui.creating
Method parameters in com.e1c.g5.v8.dt.gsw.ui.creating with type arguments of type MdObjectModifier and TypeMethodDescriptionvoidCreatingObjectSection.addObjects(Collection<MdObject> result) Add new basic objects itemsConstructors in com.e1c.g5.v8.dt.gsw.ui.creating with parameters of type MdObjectModifierConstructorDescriptionCreatingObjectSection(org.eclipse.swt.widgets.Composite parent, MdObject creatingObject, BasicObjectsSection basicObjectsSection, ModuleProcessor moduleProcessor, boolean canEdit, IGenerationBasedOnManagementService basedOnManagementService) Сreates a creating object section.ExpressionEditingSupport(CreatingObjectSection creatingObjectSection, MdObject creatingObject, ModuleProcessor moduleProcessor, TreeViewer basicObjectsSectionViewer, IGenerationBasedOnManagementService basedOnManagementService) Create expression editing supportGenerationSettingsConstructorViewerCellEditor(org.eclipse.swt.widgets.Composite parent, ModuleProcessor moduleProcessor, MdObject creatingObject, CreatingObjectSection creatingObjectSection, TreeViewer basicObjectsSectionViewer, IGenerationBasedOnManagementService basedOnManagementService) Create cell editor -
Uses of MdObject in com.e1c.g5.v8.dt.internal.gsw
Methods in com.e1c.g5.v8.dt.internal.gsw that return MdObjectModifier and TypeMethodDescriptionGenerationBasedOnManagementService.getFirstMatchingBasis(String name, MdObject source) Methods in com.e1c.g5.v8.dt.internal.gsw that return types with arguments of type MdObjectModifier and TypeMethodDescriptionGenerationBasedOnManagementService.getBasedOn(MdObject source) GenerationBasedOnManagementService.getBasedOnTargets(MdObject source) Methods in com.e1c.g5.v8.dt.internal.gsw with parameters of type MdObjectModifier and TypeMethodDescriptionGenerationBasedOnManagementService.getBasedOn(MdObject source) GenerationBasedOnManagementService.getBasedOnTargets(MdObject source) GenerationBasedOnManagementService.getFirstMatchingBasis(String name, MdObject source) GenerationBasedOnManagementService.getObjectModule(MdObject source) org.eclipse.emf.common.util.URIGenerationBasedOnManagementService.getObjectModuleUri(MdObject source) -
Uses of MdObject in com.e1c.g5.v8.dt.internal.gsw.ui
Methods in com.e1c.g5.v8.dt.internal.gsw.ui that return types with arguments of type MdObjectModifier and TypeMethodDescriptionstatic Collection<Collection<MdObject>>GenerationBasedOnUiHelper.groupBaseObjects(Collection<MdObject> mdObjects) Groups based-on source objects according to typeMethod parameters in com.e1c.g5.v8.dt.internal.gsw.ui with type arguments of type MdObjectModifier and TypeMethodDescriptionstatic Collection<Collection<MdObject>>GenerationBasedOnUiHelper.groupBaseObjects(Collection<MdObject> mdObjects) Groups based-on source objects according to type -
Uses of MdObject in com.e1c.g5.v8.dt.internal.library.distribution
Methods in com.e1c.g5.v8.dt.internal.library.distribution with parameters of type MdObjectModifier and TypeMethodDescriptionDistributionSupportManager.getDistributionSettings(MdObject mdObject) DistributionSupportManager.getObjectConformityForUser(ParentConfigurationInfo parent, MdObject mdObject) DistributionSupportManager.getSupportModes(ParentConfigurationInfo parent, MdObject mdObject) DistributionSupportManager.getUserSupportMode(MdObject mdObject) voidDistributionSupportManager.setDistributionObjectModuleEnabled(MdObject mdObject, Boolean newObjectModuleEnabled, org.eclipse.emf.common.util.BasicEMap.Entry<UUID, Boolean> objectModule) voidDistributionSupportManager.setDistributionParentSupportMode(MdObject mdObject, ParentSupportMode newParentMode, org.eclipse.emf.common.util.BasicEMap.Entry<UUID, ParentSupportMode> distributive) voidDistributionSupportManager.setObjectSupportModeForUser(ParentConfigurationInfo parent, MdObject mdObject, UserSupportMode newUserMode) Method parameters in com.e1c.g5.v8.dt.internal.library.distribution with type arguments of type MdObjectModifier and TypeMethodDescriptionDistributionSupportManager.getChangeDistributeSettingsRequestOptions(List<MdObject> mdObjects) DistributionSupportManager.getChangeDistributionSettingsResponseOptions(List<MdObject> selectedObjects, ParentSupportMode newParentMode, Boolean newModuleDistributionResult) DistributionSupportManager.getChangeUserModeRequestOptions(List<MdObject> mdObjects, ParentConfigurationInfo parent) DistributionSupportManager.getChangeUserModeResponseOptions(List<MdObject> selectedObjects, ParentConfigurationInfo parent, UserSupportMode resultUserMode, boolean recursiveResult) -
Uses of MdObject in com.e1c.g5.v8.dt.internal.library.distribution.index
Methods in com.e1c.g5.v8.dt.internal.library.distribution.index with parameters of type MdObjectModifier and TypeMethodDescriptionDistributionSupportIndexProvider.getDistributionSettings(MdObject mdObject) voidDistributionSupportIndexProvider.setDistributionObjectModuleEnabled(MdObject mdObject, org.eclipse.emf.common.util.BasicEMap.Entry<UUID, Boolean> objectModule, DistributionSupport distributionSupport) Sets object module settings for selected objectvoidDistributionSupportIndexProvider.setDistributionParentSupportMode(MdObject mdObject, org.eclipse.emf.common.util.BasicEMap.Entry<UUID, ParentSupportMode> distributive, DistributionSupport distributionSupport) Sets distributive settings for selected object -
Uses of MdObject in com.e1c.g5.v8.dt.internal.md.distribution.support.ui
Methods in com.e1c.g5.v8.dt.internal.md.distribution.support.ui that return types with arguments of type MdObjectModifier and TypeMethodDescriptionstatic Optional<Pair<List<MdObject>,ParentConfigurationInfo>> DistributionSupportUiUtil.getFirstAndLastObjects(IStructuredSelection selection) Returns first md-object and last parent configuration info from selection and empty if its not present.DistributionSupportUiUtil.getObjects(IStructuredSelection selection) Returns the list of objects from selection -
Uses of MdObject in com.e1c.g5.v8.dt.internal.md.distribution.support.ui.aef.handlers
Methods in com.e1c.g5.v8.dt.internal.md.distribution.support.ui.aef.handlers that return types with arguments of type MdObjectModifier and TypeMethodDescriptionMdObjectsMessageDialog.getCheckedObjects()Returns checked objects.Method parameters in com.e1c.g5.v8.dt.internal.md.distribution.support.ui.aef.handlers with type arguments of type MdObjectModifier and TypeMethodDescriptionstatic MdObjectsMessageDialogMdObjectsMessageDialog.openConfirm(org.eclipse.swt.widgets.Shell parent, String message, List<MdObject> mdObjects) Convenience method to open a simple confirm (OK/Cancel) dialog.static voidMdObjectsMessageDialog.openInformation(org.eclipse.swt.widgets.Shell parent, String message, List<MdObject> mdObjects) Convenience method to open a standard information dialog.Constructor parameters in com.e1c.g5.v8.dt.internal.md.distribution.support.ui.aef.handlers with type arguments of type MdObjectModifierConstructorDescriptionMdObjectsMessageDialog(org.eclipse.swt.widgets.Shell parentShell, String dialogTitle, org.eclipse.swt.graphics.Image dialogTitleImage, String dialogMessage, int dialogImageType, int defaultIndex, String[] dialogButtonLabels, List<MdObject> mdObjects) Create a message dialog. -
Uses of MdObject in com.e1c.g5.v8.dt.internal.md.distribution.support.ui.aef.tasks
Constructor parameters in com.e1c.g5.v8.dt.internal.md.distribution.support.ui.aef.tasks with type arguments of type MdObjectModifierConstructorDescriptionChangeDistributionSettingsTask(ParentSupportMode newParentMode, Boolean newModuleDistributionEnabled, List<MdObject> mdObjects, IDistributionSupportManager distributionSupportManager) Creates new task.ChangeUserModeTask(ParentConfigurationInfo parent, UserSupportMode newUserMode, List<MdObject> mdObjects, IDistributionSupportManager distributionSupportManager) Creates new task. -
Uses of MdObject in com.e1c.g5.v8.dt.library.distribution
Methods in com.e1c.g5.v8.dt.library.distribution that return types with arguments of type MdObjectModifier and TypeMethodDescriptionIDistributionSupportManager.ChangeUserModeResponseOptions.getNormalObjs()Returns normal objects.IDistributionSupportManager.ChangeDistributionSettingsResponseOptions.getObjectsToChangeObjectModule()Returns objects to change object module enablement.IDistributionSupportManager.ChangeDistributionSettingsResponseOptions.getObjectsToChangeParentMode()Returns objects to change parent mode.IDistributionSupportManager.ChangeUserModeResponseOptions.getProtectObjs()Returns protected objects.IDistributionSupportManager.ChangeUserModeResponseOptions.getWarningObjs()Returns warning objects.Methods in com.e1c.g5.v8.dt.library.distribution with parameters of type MdObjectModifier and TypeMethodDescriptionIDistributionSupportManager.getDistributionSettings(MdObject mdObject) Returns optional distribution settings for md-object.IDistributionSupportManager.getObjectConformityForUser(ParentConfigurationInfo parent, MdObject mdObject) Получить соответствующий объект и условия поддержки для объекта пользовательской конфигурации.IDistributionSupportManager.getSupportModes(ParentConfigurationInfo parent, MdObject mdObject) Returns optional parent configuration parent and user support modes for md-object.IDistributionSupportManager.getUserSupportMode(MdObject mdObject) GetsUserSupportModeformdObject.voidIDistributionSupportManager.setDistributionObjectModuleEnabled(MdObject mdObject, Boolean newObjectModuleEnabled, org.eclipse.emf.common.util.BasicEMap.Entry<UUID, Boolean> objectModule) Sets the object module enablement flag for selected objectvoidIDistributionSupportManager.setDistributionParentSupportMode(MdObject mdObject, ParentSupportMode newParentMode, org.eclipse.emf.common.util.BasicEMap.Entry<UUID, ParentSupportMode> distributive) Sets the distribution parent support mode for selected objectvoidIDistributionSupportManager.setObjectSupportModeForUser(ParentConfigurationInfo parent, MdObject mdObject, UserSupportMode newUserMode) Установить условия поддержки для объекта пользовательской конфигурации.Method parameters in com.e1c.g5.v8.dt.library.distribution with type arguments of type MdObjectModifier and TypeMethodDescriptionIDistributionSupportManager.getChangeDistributeSettingsRequestOptions(List<MdObject> mdObjects) Returns change mode request options.IDistributionSupportManager.getChangeDistributionSettingsResponseOptions(List<MdObject> mdObjects, ParentSupportMode newParentMode, Boolean newModuleDistributionResult) Returns change distribution settings response options.IDistributionSupportManager.getChangeUserModeRequestOptions(List<MdObject> mdObjects, ParentConfigurationInfo parent) Returns change mode request options.IDistributionSupportManager.getChangeUserModeResponseOptions(List<MdObject> mdObjects, ParentConfigurationInfo parent, UserSupportMode newUserMode, boolean recursiveResult) Returns change mode response options.Constructor parameters in com.e1c.g5.v8.dt.library.distribution with type arguments of type MdObjectModifierConstructorDescriptionChangeDistributionSettingsResponseOptions(List<MdObject> objectsToChangeParentMode, List<MdObject> objectsToChangeObjectModule) Creates new normal response options.ChangeUserModeResponseOptions(List<MdObject> protectObjs, List<MdObject> warningObjs, List<MdObject> normalObjs) Creates new normal response options. -
Uses of MdObject in com.e1c.g5.v8.dt.testing.check
Methods in com.e1c.g5.v8.dt.testing.check that return MdObjectModifier and TypeMethodDescriptionprotected MdObjectCheckTestBase.getMdObjectByFqn(String fqn, IDtProject dtProject) Gets the MD object by its FQN and project