Uses of Interface
com._1c.g5.v8.dt.metadata.dbview.DbObjectDef
-
-
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 DbObjectDef Modifier and Type Method Description static 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 DbObjectDef Modifier and Type Method Description protected 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 DbObjectDef Modifier and Type Method Description static 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 DbObjectDef Modifier and Type Method Description DbObjectDef
DbViewFactory. createDbObjectDef()
Returns a new object of class 'Db Object Def'.DbObjectDef
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 DbObjectDef Modifier and Type Method Description void
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 DbObjectDef Modifier and Type Class Description class
DbObjectDefImpl
An implementation of the model object 'Db Object Def'.Methods in com._1c.g5.v8.dt.metadata.dbview.impl that return DbObjectDef Modifier and Type Method Description DbObjectDef
DbViewFactoryImpl. createDbObjectDef()
DbObjectDef
DbViewTableDefImpl. getDbObjectDef()
Methods in com._1c.g5.v8.dt.metadata.dbview.impl with parameters of type DbObjectDef Modifier and Type Method Description void
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 DbObjectDef Modifier and Type Method Description T
DbViewSwitch. caseDbObjectDef(DbObjectDef object)
Returns the result of interpreting the object as an instance of 'Db Object Def'.
-