Uses of Interface
com._1c.g5.v8.dt.metadata.dbview.DbViewElement
- 
- 
Uses of DbViewElement in com._1c.g5.v8.dt.metadata.dbviewSubinterfaces of DbViewElement in com._1c.g5.v8.dt.metadata.dbview Modifier and Type Interface Description interfaceDbViewDefA representation of the model object 'Def'.interfaceDbViewFieldDefA representation of the model object 'Field Def'.interfaceDbViewFieldFieldDefA representation of the model object 'Field Field Def'.interfaceDbViewFieldFieldDefWithPeriodA representation of the model object 'Field Field Def With Period'.interfaceDbViewFieldTableDefA representation of the model object 'Field Table Def'.interfaceDbViewSelectDefA representation of the model object 'Select Def'.interfaceDbViewTableDefA representation of the model object 'Table Def'.interfaceDbViewVirtualFieldDefA representation of the model object 'Virtual Field Def'.
- 
Uses of DbViewElement in com._1c.g5.v8.dt.metadata.dbview.implClasses in com._1c.g5.v8.dt.metadata.dbview.impl that implement DbViewElement Modifier and Type Class Description classDbViewDefImplAn implementation of the model object 'Def'.classDbViewElementImplAn implementation of the model object 'Element'.classDbViewFieldDefImplAn implementation of the model object 'Field Def'.classDbViewFieldFieldDefImplAn implementation of the model object 'Field Field Def'.classDbViewFieldFieldDefWithPeriodImplAn implementation of the model object 'Field Field Def With Period'.classDbViewFieldTableDefImplAn implementation of the model object 'Field Table Def'.classDbViewSelectDefImplAn implementation of the model object 'Select Def'.classDbViewTableDefImplAn implementation of the model object 'Table Def'.classDbViewVirtualFieldDefImplAn implementation of the model object 'Virtual Field Def'.
- 
Uses of DbViewElement in com._1c.g5.v8.dt.metadata.dbview.utilMethods in com._1c.g5.v8.dt.metadata.dbview.util with parameters of type DbViewElement Modifier and Type Method Description TDbViewSwitch. caseDbViewElement(DbViewElement object)Returns the result of interpreting the object as an instance of 'Element'.
- 
Uses of DbViewElement in com._1c.g5.v8.dt.qlMethods in com._1c.g5.v8.dt.ql that return DbViewElement Modifier and Type Method Description static DbViewElementQlUtil. getDbView(org.eclipse.emf.ecore.EObject object, IDynamicDbViewFieldComputer dynamicDbViewComputer)Try found refer toDbViewElementinobjectMethods in com._1c.g5.v8.dt.ql with parameters of type DbViewElement Modifier and Type Method Description static List<DbViewFieldDef>QlUtil. getFieldsFromOriginalDbView(DbViewElement dbViewDef, IDynamicDbViewFieldComputer dynamicDbViewComputer)Get fields fromdbViewDef, whendbViewDef.getMdObject() != nullanddbViewDef.getMdObject()was linked with another DbVieworg.eclipse.xtext.util.Pair<TypeDescription,IExpressionTypeChecker.CheckResult>DerivedTypeComputerForDbViewQuery. getFieldType(DbViewElement field)Compute field type for dbView.static booleanQlUtil. isNestedTable(DbViewElement dbView)Checks thatdbViewis nested table
- 
Uses of DbViewElement in com._1c.g5.v8.dt.ql.dcs.scopingMethod parameters in com._1c.g5.v8.dt.ql.dcs.scoping with type arguments of type DbViewElement Modifier and Type Method Description protected <T> Collection<T>DcsInnerFieldsFromSourceSectionFinder. collectItems(QuerySchemaSource source, com.google.common.base.Function<DbViewElement,T> func)
- 
Uses of DbViewElement in com._1c.g5.v8.dt.ql.modelSubinterfaces of DbViewElement in com._1c.g5.v8.dt.ql.model Modifier and Type Interface Description interfaceDbViewDescriptionTempTableA representation of the model object 'Db View Description Temp Table'.interfaceDbViewFieldFieldDefFromQueryA representation of the model object 'Db View Field Field Def From Query'.interfaceDbViewFromQueryA representation of the model object 'Db View From Query'.interfaceDbViewNestedTableFromQueryA representation of the model object 'Db View Nested Table From Query'.interfaceDbViewOuterParamTableA representation of the model object 'Db View Outer Param Table'.interfaceUnresolvedDbViewA representation of the model object 'Unresolved Db View'.Methods in com._1c.g5.v8.dt.ql.model that return DbViewElement Modifier and Type Method Description DbViewElementAbstractQuerySchemaTable. getComputeDbView()Returns the value of the 'Compute Db View' reference.DbViewElementCommonExpression. getComputeDbView()Returns the value of the 'Compute Db View' reference.DbViewElementCommonExpression. getItemDbView()Returns the value of the 'Item Db View' reference.DbViewElementFieldWithCasting. getItemDbView()Returns the value of the 'Item Db View' reference.DbViewElementAbstractQuerySchemaTable. getTableDbView()Returns the value of the 'Table Db View' reference.Methods in com._1c.g5.v8.dt.ql.model with parameters of type DbViewElement Modifier and Type Method Description voidAbstractQuerySchemaTable. setComputeDbView(DbViewElement value)Sets the value of the 'Compute Db View' reference.voidCommonExpression. setComputeDbView(DbViewElement value)Sets the value of the 'Compute Db View' reference.voidCommonExpression. setItemDbView(DbViewElement value)Sets the value of the 'Item Db View' reference.voidFieldWithCasting. setItemDbView(DbViewElement value)Sets the value of the 'Item Db View' reference.voidAbstractQuerySchemaTable. setTableDbView(DbViewElement value)Sets the value of the 'Table Db View' reference.
- 
Uses of DbViewElement in com._1c.g5.v8.dt.ql.model.dbviewMethods in com._1c.g5.v8.dt.ql.model.dbview that return types with arguments of type DbViewElement Modifier and Type Method Description List<? extends DbViewElement>IDbViewVirtualFieldComputer. getVirtualFields(DbViewSelectDef virtualTable, List<QuerySchemaTableParameter> parameters)Computes fields for virtual table by list of parametersQuerySchemaTableParameter
- 
Uses of DbViewElement in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement DbViewElement Modifier and Type Class Description classDbViewDescriptionTempTableImplAn implementation of the model object 'Db View Description Temp Table'.classDbViewFieldFieldDefFromQueryImplAn implementation of the model object 'Db View Field Field Def From Query'.classDbViewFromQueryImplAn implementation of the model object 'Db View From Query'.classDbViewNestedTableFromQueryImplAn implementation of the model object 'Db View Nested Table From Query'.classDbViewOuterParamTableImplAn implementation of the model object 'Db View Outer Param Table'.classUnresolvedDbViewImplAn implementation of the model object 'Unresolved Db View'.Methods in com._1c.g5.v8.dt.ql.model.impl that return DbViewElement Modifier and Type Method Description DbViewElementAbstractQuerySchemaTableImpl. getComputeDbView()DbViewElementCommonExpressionImpl. getComputeDbView()DbViewElementCommonExpressionImpl. getItemDbView()DbViewElementFieldWithCastingImpl. getItemDbView()DbViewElementAbstractQuerySchemaTableImpl. getTableDbView()Methods in com._1c.g5.v8.dt.ql.model.impl with parameters of type DbViewElement Modifier and Type Method Description voidAbstractQuerySchemaTableImpl. setComputeDbView(DbViewElement newComputeDbView)voidCommonExpressionImpl. setComputeDbView(DbViewElement newComputeDbView)voidCommonExpressionImpl. setItemDbView(DbViewElement newItemDbView)voidFieldWithCastingImpl. setItemDbView(DbViewElement newItemDbView)voidAbstractQuerySchemaTableImpl. setTableDbView(DbViewElement newTableDbView)
- 
Uses of DbViewElement in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type DbViewElement Modifier and Type Method Description TQlSwitch. caseDbViewElement(DbViewElement object)Returns the result of interpreting the object as an instance of 'Element'.static CommonExpressionQlUtil. createCommonExpression(DbViewElement dbView, char delimiter, boolean byRuName)CreatesCommonExpressionby dbViewstatic CommonExpressionQlUtil. createCommonExpression(DbViewElement dbView, String delimiter, boolean byRuName)CreatesCommonExpressionby dbViewstatic AbstractQuerySchemaTableQlUtil. createQuerySchemaTable(DbViewElement dbView, char delimiter, boolean byRuName)CreatesAbstractQuerySchemaTableby dbViewstatic AbstractQuerySchemaTableQlUtil. createQuerySchemaTable(DbViewElement dbView, String delimiter, boolean byRuName)CreatesAbstractQuerySchemaTableby dbViewstatic TypeQlUtil. getRefTypeByDbView(DbViewElement dbView)Gets reference type byDbViewElement
- 
Uses of DbViewElement in com._1c.g5.v8.dt.ql.resourceMethods in com._1c.g5.v8.dt.ql.resource that return DbViewElement Modifier and Type Method Description DbViewElementDynamicDbViewFieldComputer. computeDbView(org.eclipse.emf.ecore.EObject semanticElement)protected DbViewElementQlEObjectAtOffsetHelper. findDbViewForTableFromSource(org.eclipse.emf.ecore.EObject obj)Gets actualDbViewElementfor table from sourcesMethods in com._1c.g5.v8.dt.ql.resource that return types with arguments of type DbViewElement Modifier and Type Method Description List<DbViewElement>DynamicDbViewFieldComputer. computeFieldsBySemanticObject(org.eclipse.emf.ecore.EObject semanticElement)List<? extends DbViewElement>DbViewVirtualFieldProcessor. getVirtualFields(DbViewSelectDef virtualTable, List<QuerySchemaTableParameter> parameters)Computes fields for virtual table by list of parametersQuerySchemaTableParameter
- 
Uses of DbViewElement in com._1c.g5.v8.dt.ql.scopingMethods in com._1c.g5.v8.dt.ql.scoping with parameters of type DbViewElement Modifier and Type Method Description protected org.eclipse.xtext.resource.IEObjectDescriptionInnerFieldsFromSourceSectionFinder. createEObjectDescriptionByField(DbViewElement field)Creates index item byDbViewElementbooleanIInnerFieldsFromSourceSectionFinder. isAmbiguousField(QuerySchemaOperator operator, DbViewElement field)Checks that source section of theoperatorhas another (not equals tofield) field with the same namebooleanInnerFieldsFromSourceSectionFinder. isAmbiguousField(QuerySchemaOperator operator, DbViewElement field)booleanIInnerFieldsFromSourceSectionFinder. isInnerField(QuerySchemaOperator operator, DbViewElement field)Checks that source section of theoperatorhas inner field equals tofieldbooleanInnerFieldsFromSourceSectionFinder. isInnerField(QuerySchemaOperator operator, DbViewElement field)Method parameters in com._1c.g5.v8.dt.ql.scoping with type arguments of type DbViewElement Modifier and Type Method Description protected <T> Collection<T>InnerFieldsFromSourceSectionFinder. collectItems(QuerySchemaSource source, com.google.common.base.Function<DbViewElement,T> func)Collects items fromQuerySchemaSourceand transform it to typeT
- 
Uses of DbViewElement in com._1c.g5.v8.dt.ql.typesystemMethods in com._1c.g5.v8.dt.ql.typesystem that return DbViewElement Modifier and Type Method Description DbViewElementIDynamicDbViewFieldComputer. computeDbView(org.eclipse.emf.ecore.EObject semanticElement)GetsDbViewElementforsemanticElementDbViewElementDbViewElementSource. getSource()Gets the sourceDbViewElementDbViewElementDbViewElementSource. toDbViewElement()Converts the source to the targetDbViewElement.static DbViewElementDbViewElementSource. toDbViewElement(DbViewElementSource source)Converts back to theDbViewElementMethods in com._1c.g5.v8.dt.ql.typesystem that return types with arguments of type DbViewElement Modifier and Type Method Description List<DbViewElement>IDynamicDbViewFieldComputer. computeFieldsBySemanticObject(org.eclipse.emf.ecore.EObject semanticElement)Gets fields contained in DbView ofsemanticObjectstatic List<DbViewElement>DbViewElementSource. toDbViewElements(Collection<? extends DbViewElementSource> sources)Converts the collection ofDbViewElementSource's to the correspondingDbViewElement'sMethods in com._1c.g5.v8.dt.ql.typesystem with parameters of type DbViewElement Modifier and Type Method Description static DbViewElementSourceDbViewElementSource. create(DbViewElement source)Constructs an instance of theDbViewElementSource, null-safeMethod parameters in com._1c.g5.v8.dt.ql.typesystem with type arguments of type DbViewElement Modifier and Type Method Description static List<? extends DbViewElementSource>DbViewElementSource. toSources(List<? extends DbViewElement> fields)Converts the collection ofDbViewElement's to the corresponding list ofDbViewElementSource'sConstructors in com._1c.g5.v8.dt.ql.typesystem with parameters of type DbViewElement Constructor Description DbViewElementSource(DbViewElement source)Constructs an instance using provided sourceDbViewElement
- 
Uses of DbViewElement in com._1c.g5.v8.dt.qw.ui.contentprovidersMethods in com._1c.g5.v8.dt.qw.ui.contentproviders that return types with arguments of type DbViewElement Modifier and Type Method Description static List<? extends DbViewElement>SourcesContentProvider. getSourceRealFields(Object sourceItem, QueryWizardSource queryWizardSource)Get real fields for source or field from source
- 
Uses of DbViewElement in com._1c.g5.v8.dt.qw.ui.dialogsMethods in com._1c.g5.v8.dt.qw.ui.dialogs that return types with arguments of type DbViewElement Modifier and Type Method Description List<DbViewElement>TempTableDescriptionDialog. getTableFields()Get table fieldsConstructor parameters in com._1c.g5.v8.dt.qw.ui.dialogs with type arguments of type DbViewElement Constructor Description TempTableDescriptionDialog(org.eclipse.swt.widgets.Shell parentShell, QueryWizardControl queryWizard, String tableName, List<DbViewElement> fields)
- 
Uses of DbViewElement in com._1c.g5.v8.dt.qw.ui.editprovidersFields in com._1c.g5.v8.dt.qw.ui.editproviders declared as DbViewElement Modifier and Type Field Description DbViewElementFieldsEditProvider.ExpressionParts. nestedTableMethods in com._1c.g5.v8.dt.qw.ui.editproviders with parameters of type DbViewElement Modifier and Type Method Description QuerySchemaExpressionFieldsEditProvider. add(DbViewElement field, String expression)Add expression by DbViewFieldQuerySchemaExpressionFieldsEditProvider. add(String sourceAlias, DbViewElement field)Add new expressionQuerySchemaExpressionFieldsEditProvider. findAndAddNestedTable(DbViewElement nestedTableView, String expression)Find nested table, if not found added new nested table
- 
Uses of DbViewElement in com._1c.g5.v8.dt.qw.ui.utilsFields in com._1c.g5.v8.dt.qw.ui.utils declared as DbViewElement Modifier and Type Field Description DbViewElementQueryTextResultProcessing.ExpressionPresentation. fieldDbViewMethods in com._1c.g5.v8.dt.qw.ui.utils that return DbViewElement Modifier and Type Method Description static DbViewElementQueryWizardServiceUtils. computeDbView(org.eclipse.emf.ecore.EObject object)ComputesDbViewElementby objectstatic DbViewElementQueryWizardServiceUtils. computeDbViewForTempTable(DbViewElement element, QueryWizardSource source)Compute DbView for temporary table.static DbViewElementQueryWizardServiceUtils. getDbViewForQuery(org.eclipse.emf.ecore.EObject source)Get DbView for nested queryMethods in com._1c.g5.v8.dt.qw.ui.utils that return types with arguments of type DbViewElement Modifier and Type Method Description static List<DbViewElement>QueryWizardServiceUtils. computeDbViewFields(org.eclipse.emf.ecore.EObject object)Compute dbView fieldsList<DbViewElement>AvailableTable. getDbViews(QueryWizardSource source)static List<? extends DbViewElement>QueryWizardServiceUtils. getQuerySchemaSourceFields(Object sourceItem, QueryWizardSource queryWizardsource)Get fields for source or field from sourceList<DbViewElement>QueryWizardSource. getTempTableFields(QuerySchemaSource source)Get available fields for temporary tableMethods in com._1c.g5.v8.dt.qw.ui.utils with parameters of type DbViewElement Modifier and Type Method Description voidAvailableTable. addRealDbView(DbViewElement dbView)static DbViewElementQueryWizardServiceUtils. computeDbViewForTempTable(DbViewElement element, QueryWizardSource source)Compute DbView for temporary table.static org.eclipse.swt.graphics.ImageImagesProvider. getAvailableTableImage(DbViewElement element, QueryWizardSource source)Get image for available tables and fields from available tableMethod parameters in com._1c.g5.v8.dt.qw.ui.utils with type arguments of type DbViewElement Modifier and Type Method Description voidAvailableTable. setDbViewsFromParentQuery(List<DbViewElement> dbViews)Constructors in com._1c.g5.v8.dt.qw.ui.utils with parameters of type DbViewElement Constructor Description ExpressionPresentation(QuerySchemaExpression expression, boolean isFunction, String tableName, DbViewElement fieldDbView)
- 
Uses of DbViewElement in com._1c.g5.v8.dt.right.ql.resourceMethods in com._1c.g5.v8.dt.right.ql.resource that return DbViewElement Modifier and Type Method Description protected DbViewElementRightQlEObjectAtOffsetHelper. findDbViewForTableFromSource(org.eclipse.emf.ecore.EObject obj)
- 
Uses of DbViewElement in com._1c.g5.v8.dt.rights.namingMethods in com._1c.g5.v8.dt.rights.naming with parameters of type DbViewElement Modifier and Type Method Description protected org.eclipse.xtext.naming.QualifiedNameRightsQualifiedNameProvider. _qualifiedName(DbViewElement dbViewElement)
 
-