Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.MdObject
-
-
Uses of MdObject in com._1c.g5.v8.dt.addin.ui
Method parameters in com._1c.g5.v8.dt.addin.ui with type arguments of type MdObject Modifier and Type Method Description void
AddInNewWizardRelatedModelsFactory. createModels(IDtNewWizardContext<MdObject> context, Set<org.eclipse.emf.ecore.EObject> createdModels)
-
Uses of MdObject in com._1c.g5.v8.dt.bp.scheme.ui.editors
Methods in com._1c.g5.v8.dt.bp.scheme.ui.editors that return MdObject Modifier and Type Method Description MdObject
BpSchemeEditor. getParent()
Returns diagram owner (Business process or template). -
Uses of MdObject in com._1c.g5.v8.dt.bsl.ui.contentassist.stringliteral
Methods in com._1c.g5.v8.dt.bsl.ui.contentassist.stringliteral that return types with arguments of type MdObject Modifier and Type Method Description protected List<MdObject>
AbstractStringLiteralProposalProvider. getAllChildMdObjects(org.eclipse.xtext.resource.IEObjectDescription parentMdObject, org.eclipse.emf.ecore.resource.Resource resource, org.eclipse.emf.ecore.EStructuralFeature feature)
Gets concrete child md object fromparentMdObject
This method should be override by children class for getting needed children objects -
Uses of MdObject in com._1c.g5.v8.dt.cmi.model.deriveddata
Subinterfaces of MdObject in com._1c.g5.v8.dt.cmi.model.deriveddata Modifier and Type Interface Description interface
UnresolvedSubsystem
A representation of the model object 'Unresolved Subsystem'.Methods in com._1c.g5.v8.dt.cmi.model.deriveddata that return types with arguments of type MdObject Modifier and Type Method Description org.eclipse.emf.common.util.EList<MdObject>
SubsystemCommandInterface. getCommandSources()
Returns the value of the 'Command Sources' reference list. -
Uses of MdObject in com._1c.g5.v8.dt.cmi.model.deriveddata.impl
Classes in com._1c.g5.v8.dt.cmi.model.deriveddata.impl that implement MdObject Modifier and Type Class Description class
UnresolvedSubsystemImpl
An implementation of the model object 'Unresolved Subsystem'.Methods in com._1c.g5.v8.dt.cmi.model.deriveddata.impl that return types with arguments of type MdObject Modifier and Type Method Description org.eclipse.emf.common.util.EList<MdObject>
SubsystemCommandInterfaceImpl. getCommandSources()
-
Uses of MdObject in com._1c.g5.v8.dt.cmi.model.deriveddata.util
Methods in com._1c.g5.v8.dt.cmi.model.deriveddata.util with parameters of type MdObject Modifier and Type Method Description T
CmiDerivedDataSwitch. caseMdObject(MdObject object)
Returns the result of interpreting the object as an instance of 'Md Object'. -
Uses of MdObject in com._1c.g5.v8.dt.cmi.model.util
Methods in com._1c.g5.v8.dt.cmi.model.util that return MdObject Modifier and Type Method Description static MdObject
CommandInterfaceUtil. getMdObjectByInterfaceItem(org.eclipse.emf.ecore.EObject interfaceItem)
Gets md-object by command interface item.static MdObject
CommandInterfaceUtil. getSubsystemOwner(MdObject mdObject, Subsystem subsystem)
Gets subsystem ownerMethods in com._1c.g5.v8.dt.cmi.model.util with parameters of type MdObject Modifier and Type Method Description static org.eclipse.xtext.naming.QualifiedName
CommandInterfaceUtil. getFullyQualifiedName(MdObject mdObject)
Gets md-object fully qualified name.static String
CommandInterfaceUtil. getMdObjectRepresentation(MdObject mdObject, String languageCode, boolean isObject)
Gets md-object representation.static MdObject
CommandInterfaceUtil. getSubsystemOwner(MdObject mdObject, Subsystem subsystem)
Gets subsystem ownerstatic List<Subsystem>
CommandInterfaceUtil. getSubsystems(MdObject mdObject)
Gets subsystem container subsystems.static boolean
CommandInterfaceUtil. isCorrectNewOwner(MdObject newOwner, Subsystem subsystem)
Is correct new owner for moved subsystem.static boolean
CommandInterfaceUtil. isNewSubsystemOwnerNotEqualsCurrent(MdObject newOwner, Subsystem subsystem)
Is new owner for moved subsystem not equal old owner.static boolean
CommandInterfaceUtil. isSubsystemOwnerNotConsistsSubsystemWithSameName(MdObject newOwner, Subsystem subsystem)
Cheks if new subsystem owner do not consists subsystem with same name. -
Uses of MdObject in com._1c.g5.v8.dt.core.platform
Methods in com._1c.g5.v8.dt.core.platform with type parameters of type MdObject Modifier and Type Method Description <T extends MdObject>
Collection<T>IMdObjectByTypeProvider. getEffectiveObjects(Class<T> type, IDtProject project)
Get effective (project relation aware) collection of top object by specified type and project<T extends MdObject>
Collection<T>IMdObjectByTypeProvider. getEffectiveObjects(Class<T> type, org.eclipse.emf.ecore.EObject object)
Get effective (project relation aware) collection of top object by specified type and EObject<T extends MdObject>
Collection<T>IExternalObjectProject. getExternalObjects(Class<T> externalObjectType)
Returns external objects of the provided type contained in this external objects project.Methods in com._1c.g5.v8.dt.core.platform that return MdObject Modifier and Type Method Description MdObject
IExternalObjectProject. getExternalObject(String name, org.eclipse.emf.ecore.EClass type)
Returns external object with the provided name and type contained in this external objects project.Methods in com._1c.g5.v8.dt.core.platform that return types with arguments of type MdObject Modifier and Type Method Description Collection<MdObject>
IExternalObjectProject. getExternalObjects()
Returns all external objects contained in this external objects project.Collection<MdObject>
IExternalObjectProject. getExternalObjects(Predicate<MdObject> filter)
Returns external objects contained in this external objects project, filtered by the providedfilter
.Methods in com._1c.g5.v8.dt.core.platform with parameters of type MdObject Modifier and Type Method Description org.eclipse.core.resources.IProject
IExternalObjectProjectManager. 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.IProject
IExternalObjectProjectManager. create(String projectName, Path projectPath, Version version, MdObject externalObject, org.eclipse.core.resources.IProject parent, org.eclipse.core.runtime.IProgressMonitor monitor)
Creates V8 external object project: Creates actual workspace project with the given name in given path.Method parameters in com._1c.g5.v8.dt.core.platform with type arguments of type MdObject Modifier and Type Method Description Collection<MdObject>
IExternalObjectProject. getExternalObjects(Predicate<MdObject> filter)
Returns external objects contained in this external objects project, filtered by the providedfilter
. -
Uses of MdObject in com._1c.g5.v8.dt.dcs.ui.valueeditors
Methods in com._1c.g5.v8.dt.dcs.ui.valueeditors with parameters of type MdObject Modifier and Type Method Description static DesignTimeValueValue
DesignTimeValueEditor. createValue(org.eclipse.emf.ecore.EObject value, MdObject mdObject, IV8Project v8project)
Create DesignTimeValueConstructors in com._1c.g5.v8.dt.dcs.ui.valueeditors with parameters of type MdObject Constructor Description DesignTimeValueDialog(org.eclipse.swt.widgets.Shell shell, IV8Project v8project, MdObject parentObject, DesignTimeValueValue currentValue)
-
Uses of MdObject in com._1c.g5.v8.dt.erd.core
Methods in com._1c.g5.v8.dt.erd.core that return types with arguments of type MdObject Modifier and Type Method Description Collection<MdObject>
ErdDiagramController. addItems(Collection<MdObject> objects)
Collection<MdObject>
ErdDiagramController. addItems(Collection<MdObject> objects, com._1c.g5.v8.dt.diagram.framework.model.Point location)
Collection<MdObject>
ErdDiagramController. deleteItems(Collection<MdObject> objects)
com._1c.g5.v8.dt.diagram.framework.core.IConvertersService<MdObject>
ErdDiagramController. getConvertersService()
Returns converters service.Collection<MdObject>
ErdDiagramController. refreshItems(Collection<MdObject> objects)
Method parameters in com._1c.g5.v8.dt.erd.core with type arguments of type MdObject Modifier and Type Method Description Collection<MdObject>
ErdDiagramController. addItems(Collection<MdObject> objects)
Collection<MdObject>
ErdDiagramController. addItems(Collection<MdObject> objects, com._1c.g5.v8.dt.diagram.framework.model.Point location)
Collection<MdObject>
ErdDiagramController. deleteItems(Collection<MdObject> objects)
void
ErdDiagramController. initialize(Collection<MdObject> objects)
Collection<MdObject>
ErdDiagramController. refreshItems(Collection<MdObject> objects)
void
ErdDiagramController. setConvertersService(com._1c.g5.v8.dt.diagram.framework.core.IConvertersService<MdObject> convertersService)
Sets converters service.Constructor parameters in com._1c.g5.v8.dt.erd.core with type arguments of type MdObject Constructor Description ErdDiagramCoreController(org.eclipse.core.runtime.IProgressMonitor progressMonitor, com._1c.g5.v8.dt.diagram.framework.core.IConvertersService<MdObject> convertersService, IErdDiagramController parent, com._1c.g5.v8.dt.diagram.framework.layout.IDiagramLayoutAlgorithm layoutAlgorithm, com._1c.g5.v8.dt.diagram.framework.layout.IDiagramLayoutAlgorithm routeAlgorithm)
Constructor. -
Uses of MdObject in com._1c.g5.v8.dt.erd.core.dataconverter
Methods in com._1c.g5.v8.dt.erd.core.dataconverter that return types with arguments of type MdObject Modifier and Type Method Description Collection<com._1c.g5.v8.dt.diagram.framework.core.IConverter<MdObject>>
ErdConvertersService. getConverters(MdObject mdObject)
Methods in com._1c.g5.v8.dt.erd.core.dataconverter with parameters of type MdObject Modifier and Type Method Description Collection<com._1c.g5.v8.dt.diagram.framework.core.IConverter<MdObject>>
ErdConvertersService. getConverters(MdObject mdObject)
boolean
ErdConvertersService. isConvertable(MdObject mdObject)
Method parameters in com._1c.g5.v8.dt.erd.core.dataconverter with type arguments of type MdObject Modifier and Type Method Description Collection<IErdEntity>
ErdDiagramConverter. convert(Collection<MdObject> objects)
Constructor parameters in com._1c.g5.v8.dt.erd.core.dataconverter with type arguments of type MdObject Constructor Description ErdDiagramConverter(com._1c.g5.v8.dt.diagram.framework.core.IConvertersService<MdObject> convertersService, IV8ProjectManager projectManager)
Constructor. -
Uses of MdObject in com._1c.g5.v8.dt.erd.core.dataconverter.extensions
Methods in com._1c.g5.v8.dt.erd.core.dataconverter.extensions with parameters of type MdObject Modifier and Type Method Description Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>
AccountingRegisterConverter. getData(MdObject mdObject)
Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>
AccumulationRegisterConverter. getData(MdObject mdObject)
Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>
BusinessProcessConverter. getData(MdObject mdObject)
Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>
CalculationRegisterConverter. getData(MdObject mdObject)
Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>
CatalogConverter. getData(MdObject mdObject)
Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>
ChartOfAccountsConverter. getData(MdObject mdObject)
Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>
ChartOfCalculationTypesConverter. getData(MdObject mdObject)
Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>
ChartOfCharacteristicTypesConverter. getData(MdObject mdObject)
Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>
ConstantConverter. getData(MdObject mdObject)
Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>
CubeConverter. getData(MdObject mdObject)
Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>
DataProcessorConverter. getData(MdObject mdObject)
Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>
DefinedTypeConverter. getData(MdObject mdObject)
Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>
DimensionTableConverter. getData(MdObject mdObject)
Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>
DocumentConverter. getData(MdObject mdObject)
Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>
DocumentJournalConverter. getData(MdObject mdObject)
Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>
EnumConverter. getData(MdObject mdObject)
Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>
ExchangePlanConverter. getData(MdObject mdObject)
Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>
ExternalDataProcessorConverter. getData(MdObject mdObject)
Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>
ExternalReportConverter. getData(MdObject mdObject)
Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>
FilterCriterionConverter. getData(MdObject mdObject)
Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>
InformationRegisterConverter. getData(MdObject mdObject)
Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>
ReportConverter. getData(MdObject mdObject)
Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>
ScheduledJobConverter. getData(MdObject mdObject)
Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>
SettingsStorageConverter. getData(MdObject mdObject)
Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>
SubsystemConverter. getData(MdObject mdObject)
Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>
TableConverter. getData(MdObject mdObject)
Collection<com._1c.g5.v8.dt.diagram.framework.model.Data>
TaskConverter. getData(MdObject mdObject)
protected String
AbstractConverter. getMdObjectName(MdObject mdObject)
Returns mdObject's name. -
Uses of MdObject in com._1c.g5.v8.dt.erd.service
Methods in com._1c.g5.v8.dt.erd.service that return MdObject Modifier and Type Method Description static MdObject
ErdUtil. createProxy(IErdEntity entity)
Creates proxy for given entity.Methods in com._1c.g5.v8.dt.erd.service that return types with arguments of type MdObject Modifier and Type Method Description static Collection<MdObject>
ErdUtil. getAssociatedMdObjects(Collection<IErdEntity> entities)
Returns associated with given entities mdObjects proxies.Methods in com._1c.g5.v8.dt.erd.service with parameters of type MdObject Modifier and Type Method Description static org.eclipse.xtext.naming.QualifiedName
ErdQualifiedNameProvider. getLocalizedFullyQualifiedName(MdObject mdObject, ScriptVariant scriptVariant)
Returns localized fully qualified name for given md object.Method parameters in com._1c.g5.v8.dt.erd.service with type arguments of type MdObject Modifier and Type Method Description static Collection<IErdEntity>
ErdUtil. getAssociatedEntities(IErdDiagramCore diagramCore, Collection<MdObject> mdObjects)
Returns associated with given mdObjects entities.static Collection<IErdEntity>
ErdUtil. getAssociatedEntitiesExtended(IErdDiagramCore diagramCore, Collection<MdObject> mdObjects)
Returns associated with given mdObjects entities. -
Uses of MdObject in com._1c.g5.v8.dt.erd.ui.editors.granularPages
Classes in com._1c.g5.v8.dt.erd.ui.editors.granularPages with type parameters of type MdObject Modifier and Type Class Description class
ErdEmbeddedEditorPage<M extends MdObject>
Instance of this class represents "Diagram editor" page. -
Uses of MdObject in com._1c.g5.v8.dt.erd.ui.editors.operations
Constructor parameters in com._1c.g5.v8.dt.erd.ui.editors.operations with type arguments of type MdObject Constructor Description TabRefreshEntitiesOperation(Collection<MdObject> objectsToRefresh, DiagramTabItem tab, boolean isExecuted)
Constructor. -
Uses of MdObject in com._1c.g5.v8.dt.erd.ui.handlers
Fields in com._1c.g5.v8.dt.erd.ui.handlers with type parameters of type MdObject Modifier and Type Field Description protected com._1c.g5.v8.dt.diagram.framework.core.IConvertersService<MdObject>
AbstractDiagramHandler. convertersService
Converters service that converts md objects.Methods in com._1c.g5.v8.dt.erd.ui.handlers that return types with arguments of type MdObject Modifier and Type Method Description protected Collection<MdObject>
AbstractDiagramHandler. convertToMdObjects(Collection<? extends IErdEntity> entities)
Converts given entities to mdObjects.protected Collection<MdObject>
AbstractDiagramHandler. getConfigurationObjects(Configuration configuration)
Returns configuration subsystems if there any.protected Collection<MdObject>
AbstractDiagramHandler. getConfigurationSubsystems(Configuration configuration)
Returns subsystems from givenconfiguration
.protected List<MdObject>
AbstractDiagramHandler. lookForMdObjects(IStructuredSelection selection)
Looks for MdObjects in given selection.Methods in com._1c.g5.v8.dt.erd.ui.handlers with parameters of type MdObject Modifier and Type Method Description void
GranularPageContentBuilder. buildPageContent(ErdEditor editor, DiagramTabItem tab, MdObject mdObject, com._1c.g5.v8.dt.diagram.framework.IEntity entity)
Builds initial page content.void
FindOnDiagramHandler. find(DiagramTabItem tab, MdObject mdObject, boolean showNotFoundMessage)
Finds given mdObject on diagram.void
FindOnDiagramHandler. show(DiagramTabItem tab, MdObject mdObject)
Moves viewport's view location to given associated with given mdObject entity location.Method parameters in com._1c.g5.v8.dt.erd.ui.handlers with type arguments of type MdObject Modifier and Type Method Description void
AddEntitiesHandler. addMdObjects(List<MdObject> mdObjects, com._1c.g5.v8.dt.diagram.framework.model.Point location, DiagramTabItem tab)
Adds given objects to active tab.void
BuildDiagramHandler. build(Collection<MdObject> mdObjects, ErdEditor editor)
Builds givenmbObjects
in 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 void
AbstractDiagramHandler. processMdObjects(Collection<MdObject> mdObjects, ErdEditor editor)
Processes given md objects.protected void
AddEntitiesHandler. processMdObjects(Collection<MdObject> mdObjects, ErdEditor editor)
protected void
AddToGroupHandler. processMdObjects(Collection<MdObject> mdObjects, ErdEditor editor)
protected void
BuildConnectedHandler. processMdObjects(Collection<MdObject> mdObjects, ErdEditor editor)
protected void
BuildDiagramHandler. processMdObjects(Collection<MdObject> mdObjects, ErdEditor editor)
protected void
DeleteEntitiesHandler. processMdObjects(Collection<MdObject> mdObjects, ErdEditor editor)
protected void
DropEntitiesHandler. processMdObjects(Collection<MdObject> mdObjects, ErdEditor editor)
protected void
FindOnDiagramHandler. processMdObjects(Collection<MdObject> mdObjects, ErdEditor editor)
protected void
GranularPageContentBuilder. processMdObjects(Collection<MdObject> mdObjects, ErdEditor editor)
protected void
GroupEntitiesHandler. processMdObjects(Collection<MdObject> mdObjects, ErdEditor editor)
protected void
ShowConnectedHandler. processMdObjects(Collection<MdObject> mdObjects, ErdEditor editor)
protected void
UngroupEntitiesHandler. processMdObjects(Collection<MdObject> mdObjects, ErdEditor editor)
-
Uses of MdObject in com._1c.g5.v8.dt.erd.ui.handlers.support
Methods in com._1c.g5.v8.dt.erd.ui.handlers.support that return types with arguments of type MdObject Modifier and Type Method Description Collection<MdObject>
DiagramConfigurationExtractor. extractConfiguration(Configuration configuration)
Opens configuration and returns configuration objects.Collection<MdObject>
DiagramConfigurationExtractor. extractConfiguration(String projectName)
Opens configuration and returns configuration objects.Collection<MdObject>
DiagramConfigurationExtractor. extractConfiguration(org.eclipse.core.resources.IProject project)
Opens configuration and returns configuration objects.Method parameters in com._1c.g5.v8.dt.erd.ui.handlers.support with type arguments of type MdObject Modifier and Type Method Description void
DiagramPropertyTester. setConvertersService(com._1c.g5.v8.dt.diagram.framework.core.IConvertersService<MdObject> convertersService)
Sets converters service. -
Uses of MdObject in com._1c.g5.v8.dt.erd.ui.support
Methods in com._1c.g5.v8.dt.erd.ui.support that return MdObject Modifier and Type Method Description static MdObject
ErdUiUtil. getAssociatedMdObject(IErdEntity entity, IBmModelManager bmModelManager, IV8ProjectManager projectManager, IResourceLookup resourceLookup)
Returns associated to given entity md object.Methods in com._1c.g5.v8.dt.erd.ui.support with parameters of type MdObject Modifier and Type Method Description static Configuration
ErdUiUtil. getConfiguration(MdObject mdObject, IV8ProjectManager projectManager, IResourceLookup resourceLookup)
Returns given mdObject's configuration.static org.eclipse.core.resources.IProject
ErdUiUtil. getProject(MdObject mdObject, IResourceLookup resourceLookup)
Returns given mdObject's project.static IV8Project
ErdUiUtil. getV8Project(MdObject mdObject, IV8ProjectManager projectManager, IResourceLookup resourceLookup)
Returns given mdObject's v8project.static boolean
ErdUiUtil. isSameConfiguration(IErdEntity entity, MdObject mdObject, IV8ProjectManager projectManager, IResourceLookup resourceLookup)
Returnstrue
if givenentity
andmdObject
from one configuration. -
Uses of MdObject in com._1c.g5.v8.dt.eventhandlers.services
Methods in com._1c.g5.v8.dt.eventhandlers.services with parameters of type MdObject Modifier and Type Method Description static org.eclipse.xtext.naming.QualifiedName
NameProvider. getLocalizedFullyQualifiedName(MdObject mdObject)
Returns localized fully qualified name for given md object. -
Uses of MdObject in com._1c.g5.v8.dt.eventhandlers.ui.handlers
Methods in com._1c.g5.v8.dt.eventhandlers.ui.handlers with parameters of type MdObject Modifier and Type Method Description protected abstract Collection<TypeItem>
AbstractFindEventHandlersHandler. getMdObjectProducedType(MdObject mdObject)
Returns given md object produced types.protected Collection<TypeItem>
FindAllEventHandlersHandler. getMdObjectProducedType(MdObject mdObject)
protected Collection<TypeItem>
FindManagerModuleEventHandlersHandler. getMdObjectProducedType(MdObject mdObject)
protected Collection<TypeItem>
FindObjectModuleEventHandlersHandler. getMdObjectProducedType(MdObject mdObject)
protected Collection<TypeItem>
FindRecordSetEventHandlersHandler. getMdObjectProducedType(MdObject mdObject)
protected TypeSet
AbstractFindEventHandlersHandler. getParentTypeSet(MdObject context, TypeItem typeItem)
Returns type set contatining given type item. -
Uses of MdObject in com._1c.g5.v8.dt.eventhandlers.ui.service
Methods in com._1c.g5.v8.dt.eventhandlers.ui.service with parameters of type MdObject Modifier and Type Method Description static TypeItem
ProdusedTypesUtil. getManagerModuleType(MdObject mdObject)
Returns manager module type for given md object.static TypeItem
ProdusedTypesUtil. getObjectModuleType(MdObject mdObject)
Returns object module type for given md object.static TypeItem
ProdusedTypesUtil. getRecordSetModuleType(MdObject mdObject)
Returns record set module type for given md object. -
Uses of MdObject in com._1c.g5.v8.dt.export.xml
Methods in com._1c.g5.v8.dt.export.xml with parameters of type MdObject Modifier and Type Method Description protected Path
BaseXmlExportFileSystemSupport. getMdObjectTargetDirectory(MdObject mdObject)
Path to common target folder for specified metadata object -
Uses of MdObject in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md with parameters of type MdObject Modifier and Type Method Description static void
TestMdObjectFactory. setNameSynonymComment(MdObject object, String name)
Set object values: name, synonym and comment -
Uses of MdObject in com._1c.g5.v8.dt.form.generator
Methods in com._1c.g5.v8.dt.form.generator with parameters of type MdObject Modifier and Type Method Description Form
IFormGenerator. generateForm(MdObject mdObject, BasicForm basicForm, FormType formType, ScriptVariant scriptVariant, String languageCode, Version version, FormFieldInfo rootField, Integer columnCount)
Generate form by typeFormFieldInfo
IFormFieldGenerator. getFormGeneratorFields(MdObject mdObject, FormType formType, ScriptVariant scriptVariant, Version version)
Tree of form field to select in second form wizard page -
Uses of MdObject in com._1c.g5.v8.dt.form.layout.common
Methods in com._1c.g5.v8.dt.form.layout.common with parameters of type MdObject Modifier and Type Method Description TypeDescription
ILogFormEditHelperExt. checkDataPath(FormItem pElement, boolean checkRights, MdObject container, Form m_pLogForm, String currentLanguage, int alias)
boolean
ILogFormEditHelperExt. getPropertyInfoExt(AbstractDataPath path, PropertyInfoExtension propInfoExt, MdObject container, Form m_pLogForm, String currentLanguage, int alias)
static TypeDescription
CommonLayUtils. getTypeDomain(MdObject container, TypeDescription typeDomain)
-
Uses of MdObject in com._1c.g5.v8.dt.form.layout.data.datainfo
Methods in com._1c.g5.v8.dt.form.layout.data.datainfo with parameters of type MdObject Modifier and Type Method Description IDataProviderInfo
IDataProviderInfoService. getDataProviderInfo(IDataProviderInfoEx pDPIEx, AbstractDataPath prop, PropertyInfo field, MdObject container)
Gets the specific data info provider.IDataProviderInfo
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 MdObject Modifier and Type Method Description protected org.eclipse.xtext.naming.QualifiedName
FormRuQualifiedNameProvider. _qualifiedName(MdObject mdObject)
-
Uses of MdObject in com._1c.g5.v8.dt.launching.core.launchconfigurations
Methods in com._1c.g5.v8.dt.launching.core.launchconfigurations that return MdObject Modifier and Type Method Description static MdObject
ExternalObjectHelper. getExternalObject(IExternalObjectProject project, String externalObjectName, String externalObjectType)
Returns the external object in the given project with the given name.Methods in com._1c.g5.v8.dt.launching.core.launchconfigurations with parameters of type MdObject Modifier and Type Method Description static String
ExternalObjectHelper. getClassName(MdObject externalObject)
Returns the external object class name for the given external object to use for launch configurations attribute class storing. -
Uses of MdObject in com._1c.g5.v8.dt.md
Methods in com._1c.g5.v8.dt.md that return types with arguments of type MdObject Modifier and Type Method Description protected Map<org.eclipse.emf.ecore.EClass,com.google.inject.Provider<? extends IMdObjectInitializer<? extends MdObject>>>
MdRuntimeModule. getMdObjectInitializer(com.google.inject.Binder binder)
Methods in com._1c.g5.v8.dt.md with parameters of type MdObject Modifier and Type Method Description static Collection<TypeItem>
MdUtil. getAllProducingTypes(MdObject mdObject)
Gets collection of producing type ofmdObject
List<Pair<String,String>>
FieldsSourceUtil. getDataPathFields(MdObject characteristicTypes)
Gets possible values for data path field ofCharacteristicsDescription
String
FieldsSourceUtil. getDefaultDataPathField(MdObject characteristicTypes)
Gets default value for data pathCharacteristicsDescription
fieldField
FieldsSourceUtil. getDefaultKeyField(MdObject characteristicTypes)
Returns characteristic description key field default value.Field
FieldsSourceUtil. getDefaultObjectField(MdObject characteristicValues, MdObject mdObject)
Returns characteristic description object field default value for selected md-object.Field
FieldsSourceUtil. getDefaultTypeField(MdObject characteristicValues, Field field)
Returns characteristic description type field default value for selected field types.static org.eclipse.xtext.naming.QualifiedName
MdUtil. getFullyQualifiedName(MdObject mdObject)
Returns the fully qualified name of an MdObject, ornull
if the name cannot be determined.static org.eclipse.xtext.naming.QualifiedName
MdUtil. getFullyQualifiedNameRu(MdObject mdObject)
Returns the fully qualified nameRu of an MdObject, ornull
if the name cannot be determined.List<Field>
FieldsSourceUtil. getKeyFields(MdObject characteristicTypes)
Returns characteristic description key field availaible values.List<Field>
FieldsSourceUtil. getObjectFields(MdObject characteristicValues, MdObject mdObject)
Returns characteristic description object field availaible values for selected md-object.static org.eclipse.xtext.naming.QualifiedName
MdUtil. getProxySupportsFullQualifiedName(MdObject mdObject)
Returns md-object qualified name.List<Field>
FieldsSourceUtil. getTypeFields(MdObject characteristicValues, Field field)
Returns characteristic description type field availaible values for selected field types.List<Field>
FieldsSourceUtil. getTypesFilterFields(MdObject characteristicTypes)
Returns characteristic description types filter field availaible values.List<Field>
FieldsSourceUtil. getUseMultipleValuesFields(MdObject characteristicTypes)
Returns characteristic description use multiple values field availaible values.List<Field>
FieldsSourceUtil. getValueFields(MdObject characteristicValues)
Returns characteristic description value field availaible values.static boolean
MdUtil. hasRealDatabasePresentation(MdObject object)
Checks thatobject
has real association with databaseboolean
FieldsSourceUtil. isFieldContainsMdObjectRefType(MdObject mdObject, Field field)
Checks, if field availables for md-object. -
Uses of MdObject in com._1c.g5.v8.dt.md.api
Classes in com._1c.g5.v8.dt.md.api with type parameters of type MdObject Modifier and Type Class Description class
AbstractMdObjectCollectionTask<P1 extends MdObject,P2 extends MdObject>
class
AbstractMdObjectCollectionTask<P1 extends MdObject,P2 extends MdObject>
Methods in com._1c.g5.v8.dt.md.api with parameters of type MdObject Modifier and Type Method Description org.eclipse.core.runtime.IStatus
ChangeMdPictureTask. execute(MdObject model, org.eclipse.core.runtime.IProgressMonitor monitor)
org.eclipse.core.runtime.IStatus
FilterCriterionContentChangeTask. execute(FilterCriterion filterCriterion, MdObject object, org.eclipse.core.runtime.IProgressMonitor monitor)
org.eclipse.core.runtime.IStatus
FunctionalOptionContentChangeTask. execute(FunctionalOption functionalOption, MdObject object, org.eclipse.core.runtime.IProgressMonitor monitor)
org.eclipse.core.runtime.IStatus
FunctionalOptionsParameterUseChangeTask. execute(FunctionalOptionsParameter functionalOptionsParameter, MdObject mdObject, org.eclipse.core.runtime.IProgressMonitor monitor)
Adds/removeMdObject
toFunctionalOptionsParameter
org.eclipse.core.runtime.IStatus
SubsystemContentChangeTask. execute(Subsystem subsystem, MdObject mdObject, org.eclipse.core.runtime.IProgressMonitor monitor)
protected static String
AbstractMdObjectCollectionTask. getName(MdObject object, Collection<? extends MdObject> objects, String messageTemplate)
Returns the name of the task.Method parameters in com._1c.g5.v8.dt.md.api with type arguments of type MdObject Modifier and Type Method Description protected static String
AbstractMdObjectCollectionTask. getName(MdObject object, Collection<? extends MdObject> objects, String messageTemplate)
Returns the name of the task. -
Uses of MdObject in com._1c.g5.v8.dt.md.compare
Constructors in com._1c.g5.v8.dt.md.compare with parameters of type MdObject Constructor Description ComparedMdObjects(MdObject mainMdObject, MdObject otherMdObject, MdObject ancestorMdObject)
Constructs a provider with the specified MD objects. -
Uses of MdObject in com._1c.g5.v8.dt.md.compare.matching
Methods in com._1c.g5.v8.dt.md.compare.matching with parameters of type MdObject Modifier and Type Method Description protected MdObjectComparisonNode
ChildMdObjectMatcher. createNode(MdObject main, MdObject other, MdObject ancestor)
protected String
ChildMdObjectMatcher. getName(MdObject object)
protected String
ChildMdObjectMatcher. getSymlink(MdObject object)
protected UUID
ChildMdObjectMatcher. getUuid(MdObject object)
Constructor parameters in com._1c.g5.v8.dt.md.compare.matching with type arguments of type MdObject Constructor Description ChildMdObjectMatcher(IComparisonSession session, ChildMdCollectionComparisonNode parentCollectionNode, List<MdObject> mainObjects, List<MdObject> otherObjects, List<MdObject> ancestorObjects, com._1c.g5.v8.dt.internal.md.compare.MdObjectResource mainResource, com._1c.g5.v8.dt.internal.md.compare.MdObjectResource otherResource, com._1c.g5.v8.dt.internal.md.compare.MdObjectResource ancestorResource, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, com._1c.g5.v8.dt.internal.md.compare.MdComparisonNodeFactory nodeFactory)
Constructs a matcher. -
Uses of MdObject in com._1c.g5.v8.dt.md.copy
Methods in com._1c.g5.v8.dt.md.copy with type parameters of type MdObject Modifier and Type Method Description <T extends MdObject>
List<T>IModelObjectCopySupport. copyAndAttach(List<T> topObjects, org.eclipse.core.resources.IProject target, org.eclipse.core.runtime.IProgressMonitor monitor)
Copies the provided top object and attaches it to the target project.<T extends MdObject>
TIModelObjectCopySupport. copyAndAttach(T topObject, org.eclipse.core.resources.IProject target, org.eclipse.core.runtime.IProgressMonitor monitor)
Copies the provided top objects and attaches to the target project.Methods in com._1c.g5.v8.dt.md.copy with parameters of type MdObject Modifier and Type Method Description protected String
AttachingModelObjectCopier. generateMdCopyName(MdObject sourceObject, MdObject targetObject, org.eclipse.emf.ecore.EObject targetParent, org.eclipse.emf.ecore.EReference reference, ModelObjectCopier.CopyContext copyContext)
protected String
ModelObjectCopier. generateMdCopyName(MdObject sourceObject, MdObject targetObject, org.eclipse.emf.ecore.EObject targetParent, org.eclipse.emf.ecore.EReference reference, ModelObjectCopier.CopyContext copyContext)
Generate copied model metadata object name. -
Uses of MdObject in com._1c.g5.v8.dt.md.distribution.support
Methods in com._1c.g5.v8.dt.md.distribution.support with parameters of type MdObject Modifier and Type Method Description UserSupportMode
IDistributionSupportTypeProvider. getUserSupportMode(MdObject mdObject)
GetsUserSupportMode
formdObject
-
Uses of MdObject in com._1c.g5.v8.dt.md.export.xml.impl
Methods in com._1c.g5.v8.dt.md.export.xml.impl with parameters of type MdObject Modifier and Type Method Description protected org.eclipse.core.runtime.IStatus
MetadataXmlExporter. export(MdObject mdObject, Path path, IExportContext exportContext, IExportArtifactBuilder artifactBuilder)
protected void
MetadataXmlExporter. write(MdObject mdObject, IExportContext exportContext, MetadataDocumentWriter writer)
-
Uses of MdObject in com._1c.g5.v8.dt.md.export.xml.writer
Methods in com._1c.g5.v8.dt.md.export.xml.writer with parameters of type MdObject Modifier and Type Method Description protected List<org.eclipse.emf.ecore.EStructuralFeature>
MetadataObjectWriter. getChildrenFeatureList(MdObject mdObject, Version version)
Returns ordered children feature list of specified metadata objectprotected List<org.eclipse.emf.ecore.EStructuralFeature>
MetadataObjectWriter. getInnerInfoFeatureList(MdObject mdObject, Version version)
Returns ordered inner infos feature list of specified metadata objectprotected List<org.eclipse.emf.ecore.EStructuralFeature>
MetadataObjectWriter. getPropertiesFeatureList(MdObject mdObject, Version version)
Returns ordered properties feature list of specified metadata objectprotected void
MetadataObjectWriter. writeMdObjectChildObject(ExportXmlStreamWriter writer, Version version, MdObject mdObject, org.eclipse.emf.ecore.EStructuralFeature feature)
Write metadata object child object feature to the XML writer.protected void
MetadataObjectWriter. writeMdObjectInternalInfo(ExportXmlStreamWriter writer, Version version, MdObject mdObject, org.eclipse.emf.ecore.EStructuralFeature feature)
Write metadata object internal info feature to the XML writer.protected void
MetadataObjectWriter. writeMdObjectProperty(ExportXmlStreamWriter writer, Version version, MdObject mdObject, org.eclipse.emf.ecore.EStructuralFeature feature)
Write metadata object property feature to the XML writer.protected void
MetadataObjectWriter. writeMdObjectSmartFeature(ExportXmlStreamWriter writer, Version version, MdObject mdObject, org.eclipse.emf.ecore.EStructuralFeature feature)
Write metadata object feature to the XML writer using smart feature writer.protected void
MetadataObjectWriter. writeUnsupportedObjectsRefs(ExportXmlStreamWriter writer, Version version, MdObject mdObject)
Write metadata object unsupported object references to the XML writer. -
Uses of MdObject in com._1c.g5.v8.dt.md.extension
Methods in com._1c.g5.v8.dt.md.extension with parameters of type MdObject Modifier and Type Method Description static org.eclipse.emf.ecore.EStructuralFeature
MdExtensionTypeUtil. getTypeDescriptionFeature(MdObject mdObject)
GetsTypeDescription
contains feature which can be replaced byTypeDescriptionExtension
object by givenMdObject
-
Uses of MdObject in com._1c.g5.v8.dt.md.extension.adopt.support
Methods in com._1c.g5.v8.dt.md.extension.adopt.support with parameters of type MdObject Modifier and Type Method Description TypeDescriptionExtension
ITypeDescriptionAdoptSupport. adoptMultiStateType(MdObject nativeObject, TypeDescription nativeObjectType, Version version, IAdopterContext context)
Adopt the given multi state type with respect to its type content.TypeDescriptionExtension
ITypeDescriptionAdoptSupport. adoptMultiStateType(MdObject nativeObject, TypeDescription nativeObjectType, Version version, IAdopterContext context, boolean multiRefAsAnyRef)
Adopt the given multi state type with respect to its type content.TypeDescription
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 MdObject Modifier and Type Method Description static MdObject
MdHelpUtil. findEObjectByUuid(String uuid, org.eclipse.emf.ecore.EObject context)
FindMdObject
from index with uuid -
Uses of MdObject in com._1c.g5.v8.dt.md.import_.xml.reader
Methods in com._1c.g5.v8.dt.md.import_.xml.reader with parameters of type MdObject Modifier and Type Method Description protected void
AbstractMdXmlFileReader. readMdObject(IXmlNode node, MdObject mdObject, Version version, XmlReaderResult xrr)
Read node to target metadata basic form objectvoid
BasicMdXmlReaderHelper. readMdObject(IXmlNode node, MdObject mdObject, Version version, IXmlReadErrorCollector errorCollector)
Read node to target metadata object -
Uses of MdObject in com._1c.g5.v8.dt.md.import_.xml.reader.part
Methods in com._1c.g5.v8.dt.md.import_.xml.reader.part with parameters of type MdObject Modifier and Type Method Description protected void
AbstractMdXmlPartReader. readMdObject(IXmlNode node, MdObject mdObject, Version version, IXmlReadErrorCollector errorCollector)
Read node to target metadata object -
Uses of MdObject in com._1c.g5.v8.dt.md.model
Classes in com._1c.g5.v8.dt.md.model with type parameters of type MdObject Modifier and Type Class Description class
BasicMdObjectInitializer<M extends MdObject>
BasicIMdObjectInitializer
implementationinterface
IMdObjectInitializer<T extends MdObject>
Metadata object initializer.static interface
IMdObjectInitializer.IReferenceUpdater<T extends MdObject>
Reference updater -
Uses of MdObject in com._1c.g5.v8.dt.md.naming
Methods in com._1c.g5.v8.dt.md.naming with parameters of type MdObject Modifier and Type Method Description protected org.eclipse.xtext.naming.QualifiedName
MdRuQualifiedNameProvider. _computeFqn(MdObject md)
-
Uses of MdObject in com._1c.g5.v8.dt.md.refactoring.core
Methods in com._1c.g5.v8.dt.md.refactoring.core with parameters of type MdObject Modifier and Type Method Description Collection<IRefactoring>
IMdRefactoringService. createMdObjectRenameRefactoring(MdObject object, String newName)
Creates refactoring instance for MD object renaming.IRefactoring
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 MdObject Modifier and Type Method Description IRefactoring
IMdRefactoringService. createMdObjectDeleteRefactoring(Collection<? extends MdObject> objects)
Creates refactoring instance for MD objects deletion. -
Uses of MdObject in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource that return MdObject Modifier and Type Method Description static MdObject
MdTypeUtil. getTypeProducer(TypeItem typeItem)
ReturnMdObject
that produced given type item.Methods in com._1c.g5.v8.dt.md.resource with parameters of type MdObject Modifier and Type Method Description protected boolean
MdImplicitRefInferrer. _infer(MdObject object)
List<CommonAttribute>
DerivedStateComputerUtil. getEffectiveCommonAttributes(MdObject target, com.google.common.base.Predicate<org.eclipse.xtext.resource.IEObjectDescription> filter)
Returns the effective common attributes for the given target.boolean
DerivedStateComputerUtil. isInExchangePlan(MdObject mdObject)
Checks if given md object is in content of any exchange plan objectTypeDescription
MdTypeUtil. newNodeTypeDescription(MdObject mdObject)
Returns a new type description for theNode
field of the Changes table of given md object. -
Uses of MdObject in com._1c.g5.v8.dt.md.ui.aef.components
Methods in com._1c.g5.v8.dt.md.ui.aef.components that return types with arguments of type MdObject Modifier and Type Method Description protected List<MdObject>
NavigatorTreeDialogActionBarComponent. getSelectedMdObjects()
Returns selectedMdObject
s.Methods in com._1c.g5.v8.dt.md.ui.aef.components with parameters of type MdObject Modifier and Type Method Description protected Optional<CommonAttributeContentItem>
CommonAttributeContentTreeComponent. getContentItem(MdObject mdObject)
Gets the content item which corresponds the given MD object, if any.protected void
CommonAttributeContentTreeComponent.CommonAttributeContentMapper. initItem(CommonAttributeContentItemViewModel viewItem, MdObject mdObject, CommonAttribute commonAttribute, CommonAttributeContentItem contentItem)
Inits the common attribute content item modelMethod parameters in com._1c.g5.v8.dt.md.ui.aef.components with type arguments of type MdObject Modifier and Type Method Description protected String
NavigatorTreeDialogActionBarComponent. transformModelToString(INavigatorTreeDialogActionBarModel<? extends MdObject> model)
-
Uses of MdObject in com._1c.g5.v8.dt.md.ui.aef.components.value
Methods in com._1c.g5.v8.dt.md.ui.aef.components.value that return MdObject Modifier and Type Method Description protected MdObject
AbstractReferenceValueComponentPart. getContainer(IValueModel model)
Returns theMdObject
for the givenIValue.get()
value.protected MdObject
AbstractReferenceValueComponentPart. getContainer(EmptyRef value)
Methods in com._1c.g5.v8.dt.md.ui.aef.components.value with parameters of type MdObject Modifier and Type Method Description protected boolean
AbstractReferenceValueComponentPart. isSuitableContainer(MdObject mdObject)
Returnstrue
if the given object is suitable for component part.protected boolean
PredefinedValueComponentPart. isSuitableContainer(MdObject mdObject)
-
Uses of MdObject in com._1c.g5.v8.dt.md.ui.aef.models
Methods in com._1c.g5.v8.dt.md.ui.aef.models that return MdObject Modifier and Type Method Description MdObject
ExtendedConfigurationObjectSelectionModel. getMdObjectByUuid(UUID uuid)
Gets object byUUID
MdObject
BmCharacteristicsDescriptionDataPathModel. getParent()
MdObject
BmCharacteristicsDescriptionFieldModel. getParent()
MdObject
EmfCharacteristicsDescriptionDataPathModel. getParent()
MdObject
EmfCharacteristicsDescriptionFieldModel. getParent()
MdObject
ICharacteristicsDescriptionDataPathModel. getParent()
Returns characteristics parent md-object.MdObject
ICharacteristicsDescriptionFieldModel. getParent()
Returns characteristics parent md-object.Methods in com._1c.g5.v8.dt.md.ui.aef.models with parameters of type MdObject Modifier and Type Method Description NavigatorTreeDialogModel
NavigatorTreeDialogModelFactory. createCharacteristicsDescriptionCharacteristicTypesCheckedModel(CharacteristicsDescription actualObject, MdObject container, IV8Project v8project)
CreatesCharacteristicsDescription
dialog model for new context object and his v8 project with showing checked objects.NavigatorTreeDialogModel
NavigatorTreeDialogModelFactory. createCharacteristicsDescriptionCharacteristicValuesCheckedModel(CharacteristicsDescription context, MdObject container, IV8Project v8project)
CreatesCharacteristicsDescription
values dialog model for new context object, his container and v8 project with showing checked objects.NavigatorTreeDialogModel
NavigatorTreeDialogModelFactory. createMdObjectFunctionalOptionsAbsentModel(MdObject context)
CreatesMdObject
functional options dialog model for context object without showing checked objects.NavigatorTreeDialogModel
NavigatorTreeDialogModelFactory. createMdObjectSubsystemsAbsentModel(MdObject context)
CreatesMdObject
subsystems dialog model for context object without showing checked objects.NavigatorTreeDialogModel
NavigatorTreeDialogModelFactory. createReportFormCheckedModel(MdObject context, org.eclipse.emf.ecore.EStructuralFeature formFeature)
CreatesReport
form feature dialog model for context object without showing checked objects.String
NavigatorTreeDialogModel. getPresentationValue(MdObject mdObject, boolean qualifiedNamePresentation)
Returns md-object presentation.protected void
BmCharacteristicsDescriptionSelectionModel. setObjectValue(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, MdObject newValue)
Constructors in com._1c.g5.v8.dt.md.ui.aef.models with parameters of type MdObject Constructor Description EmfCharacteristicsDescriptionDataPathModel(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, IV8Project v8project, MdObject parent)
Instantiates a new EMF value.EmfCharacteristicsDescriptionFieldModel(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, IV8Project v8project, MdObject parent)
Instantiates a new EMF value.EmfCharacteristicsDescriptionSelectionModel(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, MdObject parent, Supplier<NavigatorTreeDialogModel> dialogModelSupplier, IV8Project v8Project)
Creates a new model.MdPictureModel(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature, IModelObjectFactory modelFactory, IRuntimeVersionSupport runtimeVersionSupport)
Instantiates a new picture model. -
Uses of MdObject in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.commonattribute
Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.commonattribute with parameters of type MdObject Modifier and Type Method Description Optional<CommonAttributeContentItem>
CommonAttributeContentModel. findContentItem(MdObject mdObject)
Finds the content item for the provided metadata object in common attribute content. -
Uses of MdObject in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration
Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration that return MdObject Modifier and Type Method Description protected MdObject
ConfigurationStandaloneContentExchangeSettingsDialogModel. getExchangePlan()
Returns exchange plan.Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration with parameters of type MdObject Modifier and Type Method Description protected void
ConfigurationStandaloneContentModel. editExchangePlanContent(MdObject mdObject, AutoRegistrationChanges changes)
Sets auto registration changes.protected void
ConfigurationStandaloneContentModel. 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 boolean
ConfigurationStandaloneContentModel. findNoCodeCorrections(MdObject mdObject)
Checks if metadata object content item present in the exchange plan content.protected void
ConfigurationStandaloneContentModel. setAutoCorrectCode(MdObject mdObject, Boolean correct)
Sets auto correct code.protected void
ConfigurationStandaloneContentModel. setPriority(MdObject mdObject, StandaloneContentItemPriority newPriority)
Sets content item priority. -
Uses of MdObject in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange
Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange that return MdObject Modifier and Type Method Description protected MdObject
DataExchangeModel. getMdObject()
Returns exchange data md-object.Constructors in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange with parameters of type MdObject Constructor Description DataExchangeModel(MdObject mdObject, Configuration configuration, IModelEditingSupport modelEditingSupport)
Creates a new instance. -
Uses of MdObject in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan
Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan with parameters of type MdObject Modifier and Type Method Description Optional<ExchangePlanContentItem>
ExchangePlanContentModel. findContentItem(MdObject mdObject)
Finds the content item for the provided metadata object in exchange plan content.Optional<AutoRegistrationChanges>
ExchangePlanContentModel. getContentItemAutoRecord(MdObject mdObject)
Returns the current auto registration for the provided metadata object in exchange plan content.void
ExchangePlanContentModel. setContentItemAutoRecord(MdObject mdObject, AutoRegistrationChanges changes)
Sets the auto registration for the provided metadata object in exchange plan content. -
Uses of MdObject in com._1c.g5.v8.dt.md.ui.extension.aef.rules
Methods in com._1c.g5.v8.dt.md.ui.extension.aef.rules with parameters of type MdObject Modifier and Type Method Description protected boolean
AdoptedBasicFormRule. alwaysShown(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature)
protected boolean
AdoptedBasicTemplateRule. alwaysShown(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature)
protected boolean
AdoptedCalculationRegisterRule. alwaysShown(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature)
protected boolean
AdoptedConfigurationRule. alwaysShown(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature)
protected boolean
AdoptedCubeRule. alwaysShown(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature)
protected boolean
AdoptedDimensionTableRule. alwaysShown(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature)
protected boolean
AdoptedExternalDataSourceRule. alwaysShown(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature)
protected boolean
AdoptedMdObjectRule. alwaysShown(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature)
Returns whether the provided feature is always shown for adopted model object.protected boolean
AdoptedSubsystemRule. alwaysShown(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature)
protected boolean
AdoptedTableRule. alwaysShown(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature)
protected boolean
AdoptedXdtoPackageRule. alwaysShown(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature)
protected boolean
AdoptedCalculationRegisterRule. isEnabled(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature, Collection<MdPropertyType> types, Version version)
protected boolean
AdoptedConfigurationRule. isEnabled(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature, Collection<MdPropertyType> types, Version version)
protected boolean
AdoptedCubeRule. isEnabled(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature, Collection<MdPropertyType> types, Version version)
protected boolean
AdoptedDimensionTableRule. isEnabled(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature, Collection<MdPropertyType> types, Version version)
protected boolean
AdoptedExternalDataSourceRule. isEnabled(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature, Collection<MdPropertyType> types, Version version)
protected boolean
AdoptedMdObjectRule. 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 boolean
AdoptedSubsystemRule. isEnabled(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature, Collection<MdPropertyType> types, Version version)
protected boolean
AdoptedTableRule. isEnabled(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature, Collection<MdPropertyType> types, Version version)
protected boolean
AdoptedXdtoPackageRule. isEnabled(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature, Collection<MdPropertyType> types, Version version)
protected boolean
AdoptedBasicTemplateRule. isShown(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature, Collection<MdPropertyType> types, Version version)
protected boolean
AdoptedMdObjectRule. isShown(MdObject object, org.eclipse.emf.ecore.EStructuralFeature feature, Collection<MdPropertyType> types, Version version)
Returns whether the provided feature is shown for adopted model object. -
Uses of MdObject in com._1c.g5.v8.dt.md.ui.filters
Classes in com._1c.g5.v8.dt.md.ui.filters with type parameters of type MdObject Modifier and Type Class Description static class
ContainmentTreeFilter.Absent<M extends MdObject>
static class
ContainmentTreeFilter.Present<M extends MdObject>
-
Uses of MdObject in com._1c.g5.v8.dt.md.ui.navigator.adapters
Classes in com._1c.g5.v8.dt.md.ui.navigator.adapters with type parameters of type MdObject Modifier and Type Class Description class
MdModelNavigatorAdapterBase<M extends MdObject>
Base adapter for MD model node.class
MdTopObjectNavigatorAdapterBase<M extends MdObject>
Implementation ofMdModelNavigatorAdapterBase
for top objects -
Uses of MdObject in com._1c.g5.v8.dt.md.ui.wizards
Classes in com._1c.g5.v8.dt.md.ui.wizards with type parameters of type MdObject Modifier and Type Class Description class
AbstractDependentProjectWizard<M extends MdObject>
Abstract wizard of dependent projects or their root objects.static class
AbstractDependentProjectWizard.DependentWizardModel<M extends MdObject>
Dependent wizard model instance.class
AbstractProjectWizard<M extends MdObject,T extends AbstractProjectWizard.WizardModel<M>>
Abstract wizard of dt projects or their root objects.static class
AbstractProjectWizard.WizardModel<M extends MdObject>
Dependent wizard model instance.class
RootObjectPage<T extends AbstractProjectWizard.WizardModel<M>,M extends MdObject>
Root object wizard page. -
Uses of MdObject in com._1c.g5.v8.dt.md.ui.wizards.aef.models
Classes in com._1c.g5.v8.dt.md.ui.wizards.aef.models with type parameters of type MdObject Modifier and Type Class Description class
MdObjectModel<M extends MdObject>
TheIMdObjectModel
implementation that operates withIDtNewWizardContext
.class
MdTypedObjectModel<M extends MdObject>
The model for AEF wizard pages which allows to select the type of creating object, e.g.Methods in com._1c.g5.v8.dt.md.ui.wizards.aef.models that return MdObject Modifier and Type Method Description MdObject
CharacteristicsDescriptionModel. getParent()
MdObject
ICharacteristicsDescriptionModel. getParent()
Methods in com._1c.g5.v8.dt.md.ui.wizards.aef.models that return types with arguments of type MdObject Modifier and Type Method Description INavigatorTreeDialogActionBarModel<? extends MdObject>
CharacteristicsDescriptionModel. getCharacteristicTypes()
INavigatorTreeDialogActionBarModel<? extends MdObject>
ICharacteristicsDescriptionModel. getCharacteristicTypes()
INavigatorTreeDialogActionBarModel<? extends MdObject>
CharacteristicsDescriptionModel. getCharacteristicValues()
INavigatorTreeDialogActionBarModel<? extends MdObject>
ICharacteristicsDescriptionModel. getCharacteristicValues()
-
Uses of MdObject in com._1c.g5.v8.dt.md.ui.wizards.base.aef
Classes in com._1c.g5.v8.dt.md.ui.wizards.base.aef with type parameters of type MdObject Modifier and Type Class Description class
DtAefMdNewWizard<M extends MdObject>
DtAefNewWizard
implementation that is used forMdObject
s creation.class
DtAefMdWithTypeNewWizard<M extends MdObject>
DtAefNewWizard
implementation that is used for creation objects with type. -
Uses of MdObject in com._1c.g5.v8.dt.md.validation
Methods in com._1c.g5.v8.dt.md.validation with parameters of type MdObject Modifier and Type Method Description void
MdValidator. checkMissingAssignments(MdObject mdObject)
Deprecated.void
MdValidator. checkUniqueMdObjectName(MdObject parentMdObject)
Deprecated. -
Uses of MdObject in com._1c.g5.v8.dt.metadata.dbview.util
Methods in com._1c.g5.v8.dt.metadata.dbview.util with parameters of type MdObject Modifier and Type Method Description static BasicDbViewDefs
DbViewUtil. getBasicDbViewDefs(MdObject mdObject)
static DbViewDef
DbViewUtil. getMainTable(MdObject mdObject)
Get Main table forMdObject
-
Uses of MdObject in com._1c.g5.v8.dt.metadata.mdclass
Subinterfaces of MdObject in com._1c.g5.v8.dt.metadata.mdclass Modifier and Type Interface Description interface
AccountingFlag
A representation of the model object 'Accounting Flag'.interface
AccountingRegister
A representation of the model object 'Accounting Register'.interface
AccountingRegisterAttribute
A representation of the model object 'Accounting Register Attribute'.interface
AccountingRegisterCommand
A representation of the model object 'Accounting Register Command'.interface
AccountingRegisterDimension
A representation of the model object 'Accounting Register Dimension'.interface
AccountingRegisterForm
A representation of the model object 'Accounting Register Form'.interface
AccountingRegisterResource
A representation of the model object 'Accounting Register Resource'.interface
AccumulationRegister
A representation of the model object 'Accumulation Register'.interface
AccumulationRegisterAttribute
A representation of the model object 'Accumulation Register Attribute'.interface
AccumulationRegisterCommand
A representation of the model object 'Accumulation Register Command'.interface
AccumulationRegisterDimension
A representation of the model object 'Accumulation Register Dimension'.interface
AccumulationRegisterForm
A representation of the model object 'Accumulation Register Form'.interface
AccumulationRegisterResource
A representation of the model object 'Accumulation Register Resource'.interface
AddressingAttribute
A representation of the model object 'Addressing Attribute'.interface
BasicCommand
A representation of the model object 'Basic Command'.interface
BasicDbObject
A representation of the model object 'Basic Db Object'.interface
BasicFeature
A representation of the model object 'Basic Feature'.interface
BasicForm
A representation of the model object 'Basic Form'.interface
BasicRegister
A representation of the model object 'Basic Register'.interface
BasicTabularSection
A representation of the model object 'Basic Tabular Section'.interface
BasicTemplate
A representation of the model object 'Basic Template'.interface
Bot
A representation of the model object 'Bot'.interface
BusinessProcess
A representation of the model object 'Business Process'.interface
BusinessProcessAttribute
A representation of the model object 'Business Process Attribute'.interface
BusinessProcessCommand
A representation of the model object 'Business Process Command'.interface
BusinessProcessForm
A representation of the model object 'Business Process Form'.interface
BusinessProcessTabularSection
A representation of the model object 'Business Process Tabular Section'.interface
CalculationRegister
A representation of the model object 'Calculation Register'.interface
CalculationRegisterAttribute
A representation of the model object 'Calculation Register Attribute'.interface
CalculationRegisterCommand
A representation of the model object 'Calculation Register Command'.interface
CalculationRegisterDimension
A representation of the model object 'Calculation Register Dimension'.interface
CalculationRegisterForm
A representation of the model object 'Calculation Register Form'.interface
CalculationRegisterResource
A representation of the model object 'Calculation Register Resource'.interface
Catalog
A representation of the model object 'Catalog'.interface
CatalogAttribute
A representation of the model object 'Catalog Attribute'.interface
CatalogCommand
A representation of the model object 'Catalog Command'.interface
CatalogForm
A representation of the model object 'Catalog Form'.interface
CatalogOwner
A representation of the model object 'Catalog Owner'.interface
CatalogTabularSection
A representation of the model object 'Catalog Tabular Section'.interface
ChartOfAccounts
A representation of the model object 'Chart Of Accounts'.interface
ChartOfAccountsAttribute
A representation of the model object 'Chart Of Accounts Attribute'.interface
ChartOfAccountsCommand
A representation of the model object 'Chart Of Accounts Command'.interface
ChartOfAccountsForm
A representation of the model object 'Chart Of Accounts Form'.interface
ChartOfAccountsTabularSection
A representation of the model object 'Chart Of Accounts Tabular Section'.interface
ChartOfCalculationTypes
A representation of the model object 'Chart Of Calculation Types'.interface
ChartOfCalculationTypesAttribute
A representation of the model object 'Chart Of Calculation Types Attribute'.interface
ChartOfCalculationTypesCommand
A representation of the model object 'Chart Of Calculation Types Command'.interface
ChartOfCalculationTypesForm
A representation of the model object 'Chart Of Calculation Types Form'.interface
ChartOfCalculationTypesTabularSection
A representation of the model object 'Chart Of Calculation Types Tabular Section'.interface
ChartOfCharacteristicTypes
A representation of the model object 'Chart Of Characteristic Types'.interface
ChartOfCharacteristicTypesAttribute
A representation of the model object 'Chart Of Characteristic Types Attribute'.interface
ChartOfCharacteristicTypesCommand
A representation of the model object 'Chart Of Characteristic Types Command'.interface
ChartOfCharacteristicTypesForm
A representation of the model object 'Chart Of Characteristic Types Form'.interface
ChartOfCharacteristicTypesTabularSection
A representation of the model object 'Chart Of Characteristic Types Tabular Section'.interface
Column
A representation of the model object 'Column'.interface
CommandGroup
A representation of the model object 'Command Group'.interface
CommonAttribute
A representation of the model object 'Common Attribute'.interface
CommonCommand
A representation of the model object 'Common Command'.interface
CommonForm
A representation of the model object 'Common Form'.interface
CommonModule
A representation of the model object 'Common Module'.interface
CommonPicture
A representation of the model object 'Common Picture'.interface
CommonTemplate
A representation of the model object 'Common Template'.interface
Configuration
A representation of the model object 'Configuration'.interface
Constant
A representation of the model object 'Constant'.interface
Cube
A representation of the model object 'Cube'.interface
CubeCommand
A representation of the model object 'Cube Command'.interface
CubeForm
A representation of the model object 'Cube Form'.interface
DataProcessor
A representation of the model object 'Data Processor'.interface
DataProcessorAttribute
A representation of the model object 'Data Processor Attribute'.interface
DataProcessorCommand
A representation of the model object 'Data Processor Command'.interface
DataProcessorForm
A representation of the model object 'Data Processor Form'.interface
DataProcessorTabularSection
A representation of the model object 'Data Processor Tabular Section'.interface
DataProcessorTabularSectionAttribute
A representation of the model object 'Data Processor Tabular Section Attribute'.interface
DbObjectAttribute
A representation of the model object 'Db Object Attribute'.interface
DbObjectTabularSection
A representation of the model object 'Db Object Tabular Section'.interface
DefinedType
A representation of the model object 'Defined Type'.interface
Dimension
A representation of the model object 'Dimension'.interface
DimensionTable
A representation of the model object 'Dimension Table'.interface
DimensionTableCommand
A representation of the model object 'Dimension Table Command'.interface
DimensionTableForm
A representation of the model object 'Dimension Table Form'.interface
Document
A representation of the model object 'Document'.interface
DocumentAttribute
A representation of the model object 'Document Attribute'.interface
DocumentCommand
A representation of the model object 'Document Command'.interface
DocumentForm
A representation of the model object 'Document Form'.interface
DocumentJournal
A representation of the model object 'Document Journal'.interface
DocumentJournalCommand
A representation of the model object 'Document Journal Command'.interface
DocumentJournalForm
A representation of the model object 'Document Journal Form'.interface
DocumentNumerator
A representation of the model object 'Document Numerator'.interface
DocumentTabularSection
A representation of the model object 'Document Tabular Section'.interface
Enum
A representation of the model object 'Enum'.interface
EnumCommand
A representation of the model object 'Enum Command'.interface
EnumForm
A representation of the model object 'Enum Form'.interface
EnumValue
A representation of the model object 'Enum Value'.interface
EventSubscription
A representation of the model object 'Event Subscription'.interface
ExchangePlan
A representation of the model object 'Exchange Plan'.interface
ExchangePlanAttribute
A representation of the model object 'Exchange Plan Attribute'.interface
ExchangePlanCommand
A representation of the model object 'Exchange Plan Command'.interface
ExchangePlanForm
A representation of the model object 'Exchange Plan Form'.interface
ExchangePlanTabularSection
A representation of the model object 'Exchange Plan Tabular Section'.interface
ExtDimensionAccountingFlag
A representation of the model object 'Ext Dimension Accounting Flag'.interface
ExternalDataProcessor
A representation of the model object 'External Data Processor'.interface
ExternalDataSource
A representation of the model object 'External Data Source'.interface
ExternalReport
A representation of the model object 'External Report'.interface
Field
A representation of the model object 'Field'.interface
FilterCriterion
A representation of the model object 'Filter Criterion'.interface
FilterCriterionCommand
A representation of the model object 'Filter Criterion Command'.interface
FilterCriterionForm
A representation of the model object 'Filter Criterion Form'.interface
FullTextSearchDictionarySource
A representation of the model object 'Full Text Search Dictionary Source'.interface
Function
A representation of the model object 'Function'.interface
FunctionalOption
A representation of the model object 'Functional Option'.interface
FunctionalOptionsParameter
A representation of the model object 'Functional Options Parameter'.interface
HierarchicalDbObjectAttribute
A representation of the model object 'Hierarchical Db Object Attribute'.interface
HierarchicalDbObjectTabularSection
A representation of the model object 'Hierarchical Db Object Tabular Section'.interface
HTTPService
A representation of the model object 'HTTP Service'.interface
InformationRegister
A representation of the model object 'Information Register'.interface
InformationRegisterAttribute
A representation of the model object 'Information Register Attribute'.interface
InformationRegisterCommand
A representation of the model object 'Information Register Command'.interface
InformationRegisterDimension
A representation of the model object 'Information Register Dimension'.interface
InformationRegisterForm
A representation of the model object 'Information Register Form'.interface
InformationRegisterResource
A representation of the model object 'Information Register Resource'.interface
IntegrationService
A representation of the model object 'Integration Service'.interface
IntegrationServiceChannel
A representation of the model object 'Integration Service Channel'.interface
Interface
A representation of the model object 'Interface'.interface
Language
A representation of the model object 'Language'.interface
Method
A representation of the model object 'Method'.interface
Operation
A representation of the model object 'Operation'.interface
Parameter
A representation of the model object 'Parameter'.interface
Recalculation
A representation of the model object 'Recalculation'.interface
RecalculationDimension
A representation of the model object 'Recalculation Dimension'.interface
RegisterAttribute
A representation of the model object 'Register Attribute'.interface
RegisterDimension
A representation of the model object 'Register Dimension'.interface
RegisterResource
A representation of the model object 'Register Resource'.interface
Report
A representation of the model object 'Report'.interface
ReportAttribute
A representation of the model object 'Report Attribute'.interface
ReportCommand
A representation of the model object 'Report Command'.interface
ReportForm
A representation of the model object 'Report Form'.interface
ReportTabularSection
A representation of the model object 'Report Tabular Section'.interface
ReportTabularSectionAttribute
A representation of the model object 'Report Tabular Section Attribute'.interface
Resource
A representation of the model object 'Resource'.interface
Role
A representation of the model object 'Role'.interface
ScheduledJob
A representation of the model object 'Scheduled Job'.interface
Sequence
A representation of the model object 'Sequence'.interface
SequenceDimension
A representation of the model object 'Sequence Dimension'.interface
SessionParameter
A representation of the model object 'Session Parameter'.interface
SettingsStorage
A representation of the model object 'Settings Storage'.interface
SettingsStorageForm
A representation of the model object 'Settings Storage Form'.interface
Style
A representation of the model object 'Style'.interface
StyleItem
A representation of the model object 'Style Item'.interface
Subsystem
A representation of the model object 'Subsystem'.interface
Table
A representation of the model object 'Table'.interface
TableCommand
A representation of the model object 'Table Command'.interface
TableForm
A representation of the model object 'Table Form'.interface
TabularSectionAttribute
A representation of the model object 'Tabular Section Attribute'.interface
Task
A representation of the model object 'Task'.interface
TaskAttribute
A representation of the model object 'Task Attribute'.interface
TaskCommand
A representation of the model object 'Task Command'.interface
TaskForm
A representation of the model object 'Task Form'.interface
TaskTabularSection
A representation of the model object 'Task Tabular Section'.interface
Template
A representation of the model object 'Template'.interface
URLTemplate
A representation of the model object 'URL Template'.interface
WebService
A representation of the model object 'Web Service'.interface
WSReference
A representation of the model object 'WS Reference'.interface
XDTOPackage
A representation of the model object 'XDTO Package'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return MdObject Modifier and Type Method Description MdObject
CharacteristicsDescription. getCharacteristicTypes()
Returns the value of the 'Characteristic Types' reference.MdObject
CharacteristicsDescription. getCharacteristicValues()
Returns the value of the 'Characteristic Values' reference.MdObject
CommonAttribute. getConditionalSeparation()
Returns the value of the 'Conditional Separation' reference.MdObject
CommonAttributeContentItem. getConditionalSeparation()
Returns the value of the 'Conditional Separation' reference.MdObject
Table. getDataVersionField()
Returns the value of the 'Data Version Field' reference.MdObject
FunctionalOption. getLocation()
Returns the value of the 'Location' reference.MdObject
ExchangePlanContentItem. getMdObject()
Returns the value of the 'Md Object' reference.MdObject
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 MdObject Modifier and Type Method Description org.eclipse.emf.common.util.EList<MdObject>
Configuration. getContent()
Returns the value of the 'Content' reference list.org.eclipse.emf.common.util.EList<MdObject>
FilterCriterion. getContent()
Returns the value of the 'Content' reference list.org.eclipse.emf.common.util.EList<MdObject>
FunctionalOption. getContent()
Returns the value of the 'Content' reference list.org.eclipse.emf.common.util.EList<MdObject>
Subsystem. getContent()
Returns the value of the 'Content' reference list.org.eclipse.emf.common.util.EList<MdObject>
FunctionalOptionsParameter. getUse()
Returns the value of the 'Use' reference list.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type MdObject Modifier and Type Method Description void
CharacteristicsDescription. setCharacteristicTypes(MdObject value)
Sets the value of the 'Characteristic Types
' reference.void
CharacteristicsDescription. setCharacteristicValues(MdObject value)
Sets the value of the 'Characteristic Values
' reference.void
CommonAttribute. setConditionalSeparation(MdObject value)
Sets the value of the 'Conditional Separation
' reference.void
CommonAttributeContentItem. setConditionalSeparation(MdObject value)
Sets the value of the 'Conditional Separation
' reference.void
Table. setDataVersionField(MdObject value)
Sets the value of the 'Data Version Field
' reference.void
FunctionalOption. setLocation(MdObject value)
Sets the value of the 'Location
' reference.void
ExchangePlanContentItem. setMdObject(MdObject value)
Sets the value of the 'Md Object
' reference.void
CommonAttributeContentItem. setMetadata(MdObject value)
Sets the value of the 'Metadata
' reference. -
Uses of MdObject in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement MdObject Modifier and Type Class Description class
AccountingFlagImpl
An implementation of the model object 'Accounting Flag'.class
AccountingRegisterAttributeImpl
An implementation of the model object 'Accounting Register Attribute'.class
AccountingRegisterCommandImpl
An implementation of the model object 'Accounting Register Command'.class
AccountingRegisterDimensionImpl
An implementation of the model object 'Accounting Register Dimension'.class
AccountingRegisterFormImpl
An implementation of the model object 'Accounting Register Form'.class
AccountingRegisterImpl
An implementation of the model object 'Accounting Register'.class
AccountingRegisterResourceImpl
An implementation of the model object 'Accounting Register Resource'.class
AccumulationRegisterAttributeImpl
An implementation of the model object 'Accumulation Register Attribute'.class
AccumulationRegisterCommandImpl
An implementation of the model object 'Accumulation Register Command'.class
AccumulationRegisterDimensionImpl
An implementation of the model object 'Accumulation Register Dimension'.class
AccumulationRegisterFormImpl
An implementation of the model object 'Accumulation Register Form'.class
AccumulationRegisterImpl
An implementation of the model object 'Accumulation Register'.class
AccumulationRegisterResourceImpl
An implementation of the model object 'Accumulation Register Resource'.class
AddressingAttributeImpl
An implementation of the model object 'Addressing Attribute'.class
BasicCommandImpl
An implementation of the model object 'Basic Command'.class
BasicDbObjectImpl
An implementation of the model object 'Basic Db Object'.class
BasicFeatureImpl
An implementation of the model object 'Basic Feature'.class
BasicFormImpl
An implementation of the model object 'Basic Form'.class
BasicRegisterImpl
An implementation of the model object 'Basic Register'.class
BasicTabularSectionImpl
An implementation of the model object 'Basic Tabular Section'.class
BasicTemplateImpl
An implementation of the model object 'Basic Template'.class
BotImpl
An implementation of the model object 'Bot'.class
BusinessProcessAttributeImpl
An implementation of the model object 'Business Process Attribute'.class
BusinessProcessCommandImpl
An implementation of the model object 'Business Process Command'.class
BusinessProcessFormImpl
An implementation of the model object 'Business Process Form'.class
BusinessProcessImpl
An implementation of the model object 'Business Process'.class
BusinessProcessTabularSectionImpl
An implementation of the model object 'Business Process Tabular Section'.class
CalculationRegisterAttributeImpl
An implementation of the model object 'Calculation Register Attribute'.class
CalculationRegisterCommandImpl
An implementation of the model object 'Calculation Register Command'.class
CalculationRegisterDimensionImpl
An implementation of the model object 'Calculation Register Dimension'.class
CalculationRegisterFormImpl
An implementation of the model object 'Calculation Register Form'.class
CalculationRegisterImpl
An implementation of the model object 'Calculation Register'.class
CalculationRegisterResourceImpl
An implementation of the model object 'Calculation Register Resource'.class
CatalogAttributeImpl
An implementation of the model object 'Catalog Attribute'.class
CatalogCommandImpl
An implementation of the model object 'Catalog Command'.class
CatalogFormImpl
An implementation of the model object 'Catalog Form'.class
CatalogImpl
An implementation of the model object 'Catalog'.class
CatalogTabularSectionImpl
An implementation of the model object 'Catalog Tabular Section'.class
ChartOfAccountsAttributeImpl
An implementation of the model object 'Chart Of Accounts Attribute'.class
ChartOfAccountsCommandImpl
An implementation of the model object 'Chart Of Accounts Command'.class
ChartOfAccountsFormImpl
An implementation of the model object 'Chart Of Accounts Form'.class
ChartOfAccountsImpl
An implementation of the model object 'Chart Of Accounts'.class
ChartOfAccountsTabularSectionImpl
An implementation of the model object 'Chart Of Accounts Tabular Section'.class
ChartOfCalculationTypesAttributeImpl
An implementation of the model object 'Chart Of Calculation Types Attribute'.class
ChartOfCalculationTypesCommandImpl
An implementation of the model object 'Chart Of Calculation Types Command'.class
ChartOfCalculationTypesFormImpl
An implementation of the model object 'Chart Of Calculation Types Form'.class
ChartOfCalculationTypesImpl
An implementation of the model object 'Chart Of Calculation Types'.class
ChartOfCalculationTypesTabularSectionImpl
An implementation of the model object 'Chart Of Calculation Types Tabular Section'.class
ChartOfCharacteristicTypesAttributeImpl
An implementation of the model object 'Chart Of Characteristic Types Attribute'.class
ChartOfCharacteristicTypesCommandImpl
An implementation of the model object 'Chart Of Characteristic Types Command'.class
ChartOfCharacteristicTypesFormImpl
An implementation of the model object 'Chart Of Characteristic Types Form'.class
ChartOfCharacteristicTypesImpl
An implementation of the model object 'Chart Of Characteristic Types'.class
ChartOfCharacteristicTypesTabularSectionImpl
An implementation of the model object 'Chart Of Characteristic Types Tabular Section'.class
ColumnImpl
An implementation of the model object 'Column'.class
CommandGroupImpl
An implementation of the model object 'Command Group'.class
CommonAttributeImpl
An implementation of the model object 'Common Attribute'.class
CommonCommandImpl
An implementation of the model object 'Common Command'.class
CommonFormImpl
An implementation of the model object 'Common Form'.class
CommonModuleImpl
An implementation of the model object 'Common Module'.class
CommonPictureImpl
An implementation of the model object 'Common Picture'.class
CommonTemplateImpl
An implementation of the model object 'Common Template'.class
ConfigurationImpl
An implementation of the model object 'Configuration'.class
ConstantImpl
An implementation of the model object 'Constant'.class
CubeCommandImpl
An implementation of the model object 'Cube Command'.class
CubeFormImpl
An implementation of the model object 'Cube Form'.class
CubeImpl
An implementation of the model object 'Cube'.class
DataProcessorAttributeImpl
An implementation of the model object 'Data Processor Attribute'.class
DataProcessorCommandImpl
An implementation of the model object 'Data Processor Command'.class
DataProcessorFormImpl
An implementation of the model object 'Data Processor Form'.class
DataProcessorImpl
An implementation of the model object 'Data Processor'.class
DataProcessorTabularSectionAttributeImpl
An implementation of the model object 'Data Processor Tabular Section Attribute'.class
DataProcessorTabularSectionImpl
An implementation of the model object 'Data Processor Tabular Section'.class
DbObjectAttributeImpl
An implementation of the model object 'Db Object Attribute'.class
DbObjectTabularSectionImpl
An implementation of the model object 'Db Object Tabular Section'.class
DefinedTypeImpl
An implementation of the model object 'Defined Type'.class
DimensionImpl
An implementation of the model object 'Dimension'.class
DimensionTableCommandImpl
An implementation of the model object 'Dimension Table Command'.class
DimensionTableFormImpl
An implementation of the model object 'Dimension Table Form'.class
DimensionTableImpl
An implementation of the model object 'Dimension Table'.class
DocumentAttributeImpl
An implementation of the model object 'Document Attribute'.class
DocumentCommandImpl
An implementation of the model object 'Document Command'.class
DocumentFormImpl
An implementation of the model object 'Document Form'.class
DocumentImpl
An implementation of the model object 'Document'.class
DocumentJournalCommandImpl
An implementation of the model object 'Document Journal Command'.class
DocumentJournalFormImpl
An implementation of the model object 'Document Journal Form'.class
DocumentJournalImpl
An implementation of the model object 'Document Journal'.class
DocumentNumeratorImpl
An implementation of the model object 'Document Numerator'.class
DocumentTabularSectionImpl
An implementation of the model object 'Document Tabular Section'.class
EnumCommandImpl
An implementation of the model object 'Enum Command'.class
EnumFormImpl
An implementation of the model object 'Enum Form'.class
EnumImpl
An implementation of the model object 'Enum'.class
EnumValueImpl
An implementation of the model object 'Enum Value'.class
EventSubscriptionImpl
An implementation of the model object 'Event Subscription'.class
ExchangePlanAttributeImpl
An implementation of the model object 'Exchange Plan Attribute'.class
ExchangePlanCommandImpl
An implementation of the model object 'Exchange Plan Command'.class
ExchangePlanFormImpl
An implementation of the model object 'Exchange Plan Form'.class
ExchangePlanImpl
An implementation of the model object 'Exchange Plan'.class
ExchangePlanTabularSectionImpl
An implementation of the model object 'Exchange Plan Tabular Section'.class
ExtDimensionAccountingFlagImpl
An implementation of the model object 'Ext Dimension Accounting Flag'.class
ExternalDataProcessorImpl
An implementation of the model object 'External Data Processor'.class
ExternalDataSourceImpl
An implementation of the model object 'External Data Source'.class
ExternalReportImpl
An implementation of the model object 'External Report'.class
FieldImpl
An implementation of the model object 'Field'.class
FilterCriterionCommandImpl
An implementation of the model object 'Filter Criterion Command'.class
FilterCriterionFormImpl
An implementation of the model object 'Filter Criterion Form'.class
FilterCriterionImpl
An implementation of the model object 'Filter Criterion'.class
FunctionalOptionImpl
An implementation of the model object 'Functional Option'.class
FunctionalOptionsParameterImpl
An implementation of the model object 'Functional Options Parameter'.class
FunctionImpl
An implementation of the model object 'Function'.class
HierarchicalDbObjectAttributeImpl
An implementation of the model object 'Hierarchical Db Object Attribute'.class
HierarchicalDbObjectTabularSectionImpl
An implementation of the model object 'Hierarchical Db Object Tabular Section'.class
HTTPServiceImpl
An implementation of the model object 'HTTP Service'.class
InformationRegisterAttributeImpl
An implementation of the model object 'Information Register Attribute'.class
InformationRegisterCommandImpl
An implementation of the model object 'Information Register Command'.class
InformationRegisterDimensionImpl
An implementation of the model object 'Information Register Dimension'.class
InformationRegisterFormImpl
An implementation of the model object 'Information Register Form'.class
InformationRegisterImpl
An implementation of the model object 'Information Register'.class
InformationRegisterResourceImpl
An implementation of the model object 'Information Register Resource'.class
IntegrationServiceChannelImpl
An implementation of the model object 'Integration Service Channel'.class
IntegrationServiceImpl
An implementation of the model object 'Integration Service'.class
InterfaceImpl
An implementation of the model object 'Interface'.class
LanguageImpl
An implementation of the model object 'Language'.class
MdObjectImpl
An implementation of the model object 'Md Object'.class
MethodImpl
An implementation of the model object 'Method'.class
OperationImpl
An implementation of the model object 'Operation'.class
ParameterImpl
An implementation of the model object 'Parameter'.class
RecalculationDimensionImpl
An implementation of the model object 'Recalculation Dimension'.class
RecalculationImpl
An implementation of the model object 'Recalculation'.class
RegisterAttributeImpl
An implementation of the model object 'Register Attribute'.class
RegisterDimensionImpl
An implementation of the model object 'Register Dimension'.class
RegisterResourceImpl
An implementation of the model object 'Register Resource'.class
ReportAttributeImpl
An implementation of the model object 'Report Attribute'.class
ReportCommandImpl
An implementation of the model object 'Report Command'.class
ReportFormImpl
An implementation of the model object 'Report Form'.class
ReportImpl
An implementation of the model object 'Report'.class
ReportTabularSectionAttributeImpl
An implementation of the model object 'Report Tabular Section Attribute'.class
ReportTabularSectionImpl
An implementation of the model object 'Report Tabular Section'.class
ResourceImpl
An implementation of the model object 'Resource'.class
RoleImpl
An implementation of the model object 'Role'.class
ScheduledJobImpl
An implementation of the model object 'Scheduled Job'.class
SequenceDimensionImpl
An implementation of the model object 'Sequence Dimension'.class
SequenceImpl
An implementation of the model object 'Sequence'.class
SessionParameterImpl
An implementation of the model object 'Session Parameter'.class
SettingsStorageFormImpl
An implementation of the model object 'Settings Storage Form'.class
SettingsStorageImpl
An implementation of the model object 'Settings Storage'.class
StyleImpl
An implementation of the model object 'Style'.class
StyleItemImpl
An implementation of the model object 'Style Item'.class
SubsystemImpl
An implementation of the model object 'Subsystem'.class
TableCommandImpl
An implementation of the model object 'Table Command'.class
TableFormImpl
An implementation of the model object 'Table Form'.class
TableImpl
An implementation of the model object 'Table'.class
TabularSectionAttributeImpl
An implementation of the model object 'Tabular Section Attribute'.class
TaskAttributeImpl
An implementation of the model object 'Task Attribute'.class
TaskCommandImpl
An implementation of the model object 'Task Command'.class
TaskFormImpl
An implementation of the model object 'Task Form'.class
TaskImpl
An implementation of the model object 'Task'.class
TaskTabularSectionImpl
An implementation of the model object 'Task Tabular Section'.class
TemplateImpl
An implementation of the model object 'Template'.class
URLTemplateImpl
An implementation of the model object 'URL Template'.class
WebServiceImpl
An implementation of the model object 'Web Service'.class
WSReferenceImpl
An implementation of the model object 'WS Reference'.class
XDTOPackageImpl
An implementation of the model object 'XDTO Package'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return MdObject Modifier and Type Method Description MdObject
CharacteristicsDescriptionImpl. getCharacteristicTypes()
MdObject
CharacteristicsDescriptionImpl. getCharacteristicValues()
MdObject
CommonAttributeContentItemImpl. getConditionalSeparation()
MdObject
CommonAttributeImpl. getConditionalSeparation()
MdObject
TableImpl. getDataVersionField()
MdObject
FunctionalOptionImpl. getLocation()
MdObject
ExchangePlanContentItemImpl. getMdObject()
static MdObject
ValidationUtil. getMdObjectByType(TypeItem type)
Gets md-object of type.MdObject
CommonAttributeContentItemImpl. getMetadata()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type MdObject Modifier and Type Method Description static List<MdObject>
ValidationUtil. filterDuplicateNameMdObjects(List<?> firsts, List<?> seconds)
Filters md-objects with duplicate name.org.eclipse.emf.common.util.EList<MdObject>
ConfigurationImpl. getContent()
org.eclipse.emf.common.util.EList<MdObject>
FilterCriterionImpl. getContent()
org.eclipse.emf.common.util.EList<MdObject>
FunctionalOptionImpl. getContent()
org.eclipse.emf.common.util.EList<MdObject>
SubsystemImpl. getContent()
org.eclipse.emf.common.util.EList<MdObject>
FunctionalOptionsParameterImpl. getUse()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type MdObject Modifier and Type Method Description static List<? extends BasicFeature>
ValidationUtil. getAttributes(MdObject mdObject)
Gets md-object attributes.static org.eclipse.emf.ecore.EReference
ValidationUtil. getAttributesFeature(MdObject mdObject)
Gets md-object attributes feature.static List<?>
ValidationUtil. getDimensions(MdObject mdObject)
Gets md-object dimensions.static org.eclipse.emf.ecore.EReference
ValidationUtil. getDimensionsFeature(MdObject mdObject)
Gets md-object dimensions feature.Set<FixedFieldDescriptor>
FixedFieldDescriptorProvider. getFixedFields(MdObject mdObject, CompatibilityMode compatibilityMode)
Gets md-object compatibility mode fixed fields.static List<CommonAttribute>
ValidationUtil. getMdObjectDataSeparators(MdObject mdObject, Configuration configuration)
Gets md-object data separators.static String
ValidationUtil. getName(MdObject mdObject)
Gets md-object name as last segment of canonical name.static List<?>
ValidationUtil. getResources(MdObject mdObject)
Gets md-object resources.static org.eclipse.emf.ecore.EReference
ValidationUtil. getResourcesFeature(MdObject mdObject)
Gets md-object resources feature.static List<?>
ValidationUtil. getTabularSections(MdObject mdObject)
Gets md-object tabular sections.static org.eclipse.emf.ecore.EReference
ValidationUtil. getTabularSectionsFeature(MdObject mdObject)
Gets md-object tabular sections feature.void
CharacteristicsDescriptionImpl. setCharacteristicTypes(MdObject newCharacteristicTypes)
void
CharacteristicsDescriptionImpl. setCharacteristicValues(MdObject newCharacteristicValues)
void
CommonAttributeContentItemImpl. setConditionalSeparation(MdObject newConditionalSeparation)
void
CommonAttributeImpl. setConditionalSeparation(MdObject newConditionalSeparation)
void
TableImpl. setDataVersionField(MdObject newDataVersionField)
void
FunctionalOptionImpl. setLocation(MdObject newLocation)
void
ExchangePlanContentItemImpl. setMdObject(MdObject newMdObject)
void
CommonAttributeContentItemImpl. setMetadata(MdObject newMetadata)
-
Uses of MdObject in com._1c.g5.v8.dt.metadata.mdclass.util
Fields in com._1c.g5.v8.dt.metadata.mdclass.util with type parameters of type MdObject Modifier and Type Field Description static com.google.common.base.Function<MdObject,String>
MdClassUtil. GET_NAME
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type MdObject Modifier and Type Method Description T
MdClassSwitch. caseMdObject(MdObject object)
Returns the result of interpreting the object as an instance of 'Md Object'.static BasicCommand
MdClassUtil. findCommandByName(MdObject object, String commandName)
Searches for command (by name) in md objectstatic BasicForm
MdClassUtil. findFormByName(MdObject object, String formName)
Searches for forms (by name) in md objectstatic BasicTemplate
MdClassUtil. 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 ofCommonAttribute
that contains in mdObject and filter categoriesstatic org.eclipse.emf.ecore.EStructuralFeature
MdClassUtil. getConfigurationFeature(MdObject mdObject)
Gets configuration feature by md-object.static BasicForm
MdClassUtil. getDefaultForm(MdObject object, String defaultFormType)
Searches for default form in Md object If such type of form is not presented in current object, assertion error will be thrownstatic Optional<List<Dimension>>
MdClassUtil. getDimensions(MdObject owner)
Searches for dimension, that are contained in owner objectstatic List<BasicForm>
MdClassUtil. getForms(MdObject owner)
Searches for forms, that are contained in owner objectstatic TypeItem
MdProducedTypesUtil. getProducedType(MdObject mdObject, org.eclipse.emf.ecore.EClass mdTypeEClass)
Method returns produced type item of MdObject by MdType eClassstatic MdTypes
MdClassUtil. getProducedTypes(MdObject mdObject)
Produced types of specifiedMdObject
static Optional<List<Resource>>
MdClassUtil. getResources(MdObject owner)
Searches for resources, that are contained in owner objectstatic Optional<List<BasicTabularSection>>
MdClassUtil. getTabularSections(MdObject owner)
Searches for tabular section, that are contained in owner objectstatic List<BasicTemplate>
MdClassUtil. getTemplates(MdObject owner)
Searches for templates, that are contained in owner objectboolean
MdClassValidator. validateMdObject(MdObject mdObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
Constructors in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type MdObject Constructor Description CommonAttributeInclusionFilter(MdObject mdObject)
Construct filter -
Uses of MdObject in com._1c.g5.v8.dt.navigator
Methods in com._1c.g5.v8.dt.navigator that return MdObject Modifier and Type Method Description MdObject
IRootObjectProvider. getRootParent(org.eclipse.emf.ecore.EObject eObject)
Returns the root parent of a given object.Methods in com._1c.g5.v8.dt.navigator that return types with arguments of type MdObject Modifier and Type Method Description Collection<MdObject>
IRootObjectProvider. getRootObjects(IDtProject project)
Return collection of root objects by the given projectCollection<MdObject>
IRootObjectProvider. getRootObjects(org.eclipse.core.resources.IProject project)
Return collection of root objects by the given projectCollection<MdObject>
IRootObjectProvider. getRootObjects(org.eclipse.emf.common.util.URI uri)
Return collection of root objects by the given uriCollection<MdObject>
IRootObjectProvider. getRootObjects(org.eclipse.emf.ecore.EObject eObject)
Return collection of root objects by the given eObject -
Uses of MdObject in com._1c.g5.v8.dt.platform.services.core
Methods in com._1c.g5.v8.dt.platform.services.core that return MdObject Modifier and Type Method Description MdObject
ExternalObjectExtractor. getExternalObject(org.eclipse.emf.ecore.EObject object)
Returns the external object by the given contextEObject
. -
Uses of MdObject in com._1c.g5.v8.dt.ql.refactoring
Methods in com._1c.g5.v8.dt.ql.refactoring with parameters of type MdObject Modifier and Type Method Description protected Collection<TextSearchModelMatch>
AbstractTextSearchRefactoringSupplierForQlSemanticLanguage. filterSearchResultForTopObject(MdObject context, Map<IBmObject,Collection<TextSearchModelMatch>> groupsByObject, String oldName)
Filters results not match for renamed top object -
Uses of MdObject in com._1c.g5.v8.dt.qw.ui.utils
Methods in com._1c.g5.v8.dt.qw.ui.utils with parameters of type MdObject Modifier and Type Method Description static String
QueryTextResultProcessing. getMdObjectFullName(MdObject mdObject, ScriptVariant scriptVariant)
Get full name of MdObject -
Uses of MdObject in com._1c.g5.v8.dt.rights.ui.editors.rights
Methods in com._1c.g5.v8.dt.rights.ui.editors.rights that return MdObject Modifier and Type Method Description protected MdObject
RightsEditorRestrictionTemplatesPage. getModelMdObject()
Gets the model object being edited.protected MdObject
RightsEditorRightsPage. getModelMdObject()
Gets model md-object. -
Uses of MdObject in com._1c.g5.v8.dt.scc
Methods in com._1c.g5.v8.dt.scc that return types with arguments of type MdObject Modifier and Type Method Description static List<MdObject>
ConfigurationStandaloneContentUtil. getAllowedChildren(MdObject mdObject)
Gets allowed children metadata objects that's actually for the specified metadata object.Methods in com._1c.g5.v8.dt.scc with parameters of type MdObject Modifier and Type Method Description static boolean
ConfigurationStandaloneContentUtil. canSetPriority(MdObject mdObject)
Gets a value that indicates whether the priority can be set for the specifiedmdObject
metadata object.static BmBasicTask1<Configuration>
ConfigurationStandaloneContentTasks. createForAdd(Configuration configuration, MdObject mdObject, ITopObjectFqnGenerator topObjectFqnGenerator)
Creates a task for add metadata object into configuration standalone content.static BmBasicTask1<Configuration>
ConfigurationStandaloneContentTasks. createForChange(Configuration configuration, MdObject mdObject, StandaloneContentItemPriority newPriority)
Creates a task for change metadata object in configuration standalone content.static BmBasicTask1<Configuration>
ConfigurationStandaloneContentTasks. createForRemove(Configuration configuration, MdObject mdObject)
Creates a task for remove metadata object from configuration standalone content.static List<MdObject>
ConfigurationStandaloneContentUtil. getAllowedChildren(MdObject mdObject)
Gets allowed children metadata objects that's actually for the specified metadata object.static boolean
ConfigurationStandaloneContentUtil. isCorrectCodeSupport(MdObject mdObject)
Checks is correct md-object code supports.static boolean
ConfigurationStandaloneContentUtil. isSupportDataExchange(MdObject mdObject)
Checks if md-object supports data exchange. -
Uses of MdObject in com._1c.g5.v8.dt.scc.model
Methods in com._1c.g5.v8.dt.scc.model that return MdObject Modifier and Type Method Description MdObject
StandaloneContentDataExchangeSettings. getExchangePlan()
Returns the value of the 'Exchange Plan' reference.MdObject
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 MdObject Modifier and Type Method Description org.eclipse.emf.common.util.EList<MdObject>
StandaloneContentDataExchangeSettings. getNoCodeCorrections()
Returns the value of the 'No Code Corrections' reference list.Methods in com._1c.g5.v8.dt.scc.model with parameters of type MdObject Modifier and Type Method Description void
StandaloneContentDataExchangeSettings. setExchangePlan(MdObject value)
Sets the value of the 'Exchange Plan
' reference.void
StandaloneContentMdObjectAware. setMetadata(MdObject value)
Sets the value of the 'Metadata
' reference. -
Uses of MdObject in com._1c.g5.v8.dt.scc.model.impl
Methods in com._1c.g5.v8.dt.scc.model.impl that return MdObject Modifier and Type Method Description MdObject
StandaloneContentDataExchangeSettingsImpl. getExchangePlan()
MdObject
StandaloneContentPriorityItemImpl. getMetadata()
MdObject
StandaloneContentUnusedItemImpl. getMetadata()
MdObject
StandaloneContentUsedItemImpl. getMetadata()
Methods in com._1c.g5.v8.dt.scc.model.impl that return types with arguments of type MdObject Modifier and Type Method Description org.eclipse.emf.common.util.EList<MdObject>
StandaloneContentDataExchangeSettingsImpl. getNoCodeCorrections()
Methods in com._1c.g5.v8.dt.scc.model.impl with parameters of type MdObject Modifier and Type Method Description void
StandaloneContentDataExchangeSettingsImpl. setExchangePlan(MdObject newExchangePlan)
void
StandaloneContentPriorityItemImpl. setMetadata(MdObject newMetadata)
void
StandaloneContentUnusedItemImpl. setMetadata(MdObject newMetadata)
void
StandaloneContentUsedItemImpl. setMetadata(MdObject newMetadata)
-