Uses of Interface
com._1c.g5.v8.dt.metadata.dbview.DbObjectDef
Packages that use DbObjectDef
Package
Description
-
Uses of DbObjectDef in com._1c.g5.v8.dt.dcs
Methods in com._1c.g5.v8.dt.dcs that return types with arguments of type DbObjectDefModifier and TypeMethodDescriptionstatic List<DbObjectDef>
DcsDataSetInfoUtil.getValueTypeTables
(TypeDescriptionSource tdp, SettingsContext settingsContext) Get list of tables for typeMethod parameters in com._1c.g5.v8.dt.dcs with type arguments of type DbObjectDefModifier and TypeMethodDescriptionprotected void
DcsDataSetInfoV8LocalBase.addAvailableFields
(List<DbObjectDef> tables, DcsDataSetInfoAvailableFieldInfoV8Local parentField, List<DbViewFieldDef> fields, Map<DcsPath, DcsDataSetInfoAvailableFieldInfoV8Local> availFields, com._1c.g5.v8.dt.dcs.DcsDataSetInfoV8LocalQuery.SettingsBehaviour behaviour) Add available fields from metadata for parent field -
Uses of DbObjectDef in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return DbObjectDefModifier and TypeMethodDescriptionstatic DbObjectDef
TestMdObjectFactory.createDbObjectDef()
Creates DbObjectDef with name -
Uses of DbObjectDef in com._1c.g5.v8.dt.metadata.dbview
Methods in com._1c.g5.v8.dt.metadata.dbview that return DbObjectDefModifier and TypeMethodDescriptionDbViewFactory.createDbObjectDef()
Returns a new object of class 'Db Object Def'.DbViewTableDef.getDbObjectDef()
Returns the value of the 'Db Object Def' containment reference.Methods in com._1c.g5.v8.dt.metadata.dbview with parameters of type DbObjectDefModifier and TypeMethodDescriptionvoid
DbViewTableDef.setDbObjectDef
(DbObjectDef value) Sets the value of the 'Db Object Def
' containment reference. -
Uses of DbObjectDef in com._1c.g5.v8.dt.metadata.dbview.impl
Classes in com._1c.g5.v8.dt.metadata.dbview.impl that implement DbObjectDefModifier and TypeClassDescriptionclass
An implementation of the model object 'Db Object Def'.Methods in com._1c.g5.v8.dt.metadata.dbview.impl that return DbObjectDefModifier and TypeMethodDescriptionDbViewFactoryImpl.createDbObjectDef()
DbViewTableDefImpl.getDbObjectDef()
Methods in com._1c.g5.v8.dt.metadata.dbview.impl with parameters of type DbObjectDefModifier and TypeMethodDescriptionvoid
DbViewTableDefImpl.setDbObjectDef
(DbObjectDef newDbObjectDef) -
Uses of DbObjectDef in com._1c.g5.v8.dt.metadata.dbview.util
Methods in com._1c.g5.v8.dt.metadata.dbview.util with parameters of type DbObjectDefModifier and TypeMethodDescriptionDbViewSwitch.caseDbObjectDef
(DbObjectDef object) Returns the result of interpreting the object as an instance of 'Db Object Def'.