Uses of Interface
com._1c.g5.v8.dt.metadata.dbview.DbViewElement
Packages that use DbViewElement
Package
Description
-
Uses of DbViewElement in com._1c.g5.v8.dt.internal.ql.dbview.impl
Methods in com._1c.g5.v8.dt.internal.ql.dbview.impl that return types with arguments of type DbViewElementModifier and TypeMethodDescriptionList<? extends DbViewElement>DbViewVirtualFieldBalanceAccountingRegProcessor.getVirtualFields(DbViewSelectDef virtualTable, List<QuerySchemaTableParameter> parameters) List<? extends DbViewElement>DbViewVirtualFieldBalanceAccumRegSlicesInfRegProcessor.getVirtualFields(DbViewSelectDef virtualTable, List<QuerySchemaTableParameter> parameters) List<? extends DbViewElement>DbViewVirtualFieldBaseDataCalcRegisterProcessor.getVirtualFields(DbViewSelectDef virtualTable, List<QuerySchemaTableParameter> parameters) List<? extends DbViewElement>DbViewVirtualFieldConstantsProcessor.getVirtualFields(DbViewSelectDef virtualTable, List<QuerySchemaTableParameter> parameters) List<? extends DbViewElement>DbViewVirtualFieldFilterCriterionProcessor.getVirtualFields(DbViewSelectDef virtualTable, List<QuerySchemaTableParameter> parameters) List<? extends DbViewElement>DbViewVirtualFieldGraphicDataAndActionPeriodCalcRegisterProcessor.getVirtualFields(DbViewSelectDef virtualTable, List<QuerySchemaTableParameter> parameters) List<? extends DbViewElement>DbViewVirtualFieldRecordsWithExtDimensionAccountingRegProcessor.getVirtualFields(DbViewSelectDef virtualTable, List<QuerySchemaTableParameter> parameters) List<? extends DbViewElement>DbViewVirtualFieldTurnoverAccountingRegisterProcessor.getVirtualFields(DbViewSelectDef virtualTable, List<QuerySchemaTableParameter> parameters) List<? extends DbViewElement>DbViewVirtualFieldTurnoverAccumulationRegisterProcessor.getVirtualFields(DbViewSelectDef virtualTable, List<QuerySchemaTableParameter> parameters) -
Uses of DbViewElement in com._1c.g5.v8.dt.metadata.dbview
Subinterfaces of DbViewElement in com._1c.g5.v8.dt.metadata.dbviewModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Def'.interfaceA representation of the model object 'Field Def'.interfaceA representation of the model object 'Field Field Def'.interfaceA representation of the model object 'Field Field Def With Period'.interfaceA representation of the model object 'Field Table Def'.interfaceA representation of the model object 'Select Def'.interfaceA representation of the model object 'Table Def'.interfaceA representation of the model object 'Virtual Field Def'.interfaceA representation of the model object 'Extended Db View Field Table Def'.interfaceA representation of the model object 'Extended Db View Table Def'. -
Uses of DbViewElement in com._1c.g5.v8.dt.metadata.dbview.impl
Classes in com._1c.g5.v8.dt.metadata.dbview.impl that implement DbViewElementModifier and TypeClassDescriptionclassAn implementation of the model object 'Def'.classAn implementation of the model object 'Element'.classAn implementation of the model object 'Field Def'.classAn implementation of the model object 'Field Field Def'.classAn implementation of the model object 'Field Field Def With Period'.classAn implementation of the model object 'Field Table Def'.classAn implementation of the model object 'Select Def'.classAn implementation of the model object 'Table Def'.classAn implementation of the model object 'Virtual Field Def'.classAn implementation of the model object 'Extended Db View Field Table Def'.classAn implementation of the model object 'Extended Db View Table Def'. -
Uses of DbViewElement in com._1c.g5.v8.dt.metadata.dbview.util
Methods in com._1c.g5.v8.dt.metadata.dbview.util with parameters of type DbViewElementModifier and TypeMethodDescriptionDbViewSwitch.caseDbViewElement(DbViewElement object) Returns the result of interpreting the object as an instance of 'Element'. -
Uses of DbViewElement in com._1c.g5.v8.dt.ql
Methods in com._1c.g5.v8.dt.ql that return DbViewElementModifier and TypeMethodDescriptionstatic 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 DbViewElementModifier and TypeMethodDescriptionstatic List<DbViewFieldDef>QlUtil.getFieldsFromOriginalDbView(DbViewElement dbViewDef, IDynamicDbViewFieldComputer dynamicDbViewComputer) Get fields fromdbViewDef, whendbViewDef.getMdObject() !org.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.scoping
Method parameters in com._1c.g5.v8.dt.ql.dcs.scoping with type arguments of type DbViewElementModifier and TypeMethodDescriptionprotected <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.model
Subinterfaces of DbViewElement in com._1c.g5.v8.dt.ql.modelModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Db View Description Temp Table'.interfaceA representation of the model object 'Db View Field Field Def From Query'.interfaceA representation of the model object 'Db View From Query'.interfaceA representation of the model object 'Db View Nested Table From Query'.interfaceA representation of the model object 'Db View Outer Param Table'.interfaceA representation of the model object 'Unresolved Db View'.Methods in com._1c.g5.v8.dt.ql.model that return DbViewElementModifier and TypeMethodDescriptionAbstractQuerySchemaTable.getComputeDbView()Returns the value of the 'Compute Db View' reference.CommonExpression.getComputeDbView()Returns the value of the 'Compute Db View' reference.CommonExpression.getItemDbView()Returns the value of the 'Item Db View' reference.FieldWithCasting.getItemDbView()Returns the value of the 'Item Db View' reference.AbstractQuerySchemaTable.getTableDbView()Returns the value of the 'Table Db View' reference.Methods in com._1c.g5.v8.dt.ql.model with parameters of type DbViewElementModifier and TypeMethodDescriptionvoidAbstractQuerySchemaTable.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.dbview
Methods in com._1c.g5.v8.dt.ql.model.dbview that return types with arguments of type DbViewElementModifier and TypeMethodDescriptionList<? 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.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement DbViewElementModifier and TypeClassDescriptionclassAn implementation of the model object 'Db View Description Temp Table'.classAn implementation of the model object 'Db View Field Field Def From Query'.classAn implementation of the model object 'Db View From Query'.classAn implementation of the model object 'Db View Nested Table From Query'.classAn implementation of the model object 'Db View Outer Param Table'.classAn implementation of the model object 'Unresolved Db View'.Methods in com._1c.g5.v8.dt.ql.model.impl that return DbViewElementModifier and TypeMethodDescriptionAbstractQuerySchemaTableImpl.getComputeDbView()CommonExpressionImpl.getComputeDbView()CommonExpressionImpl.getItemDbView()FieldWithCastingImpl.getItemDbView()AbstractQuerySchemaTableImpl.getTableDbView()Methods in com._1c.g5.v8.dt.ql.model.impl with parameters of type DbViewElementModifier and TypeMethodDescriptionvoidAbstractQuerySchemaTableImpl.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.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type DbViewElementModifier and TypeMethodDescriptionQlSwitch.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.resource
Methods in com._1c.g5.v8.dt.ql.resource that return DbViewElementModifier and TypeMethodDescriptionDynamicDbViewFieldComputer.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 DbViewElementModifier and TypeMethodDescriptionDynamicDbViewFieldComputer.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.scoping
Methods in com._1c.g5.v8.dt.ql.scoping with parameters of type DbViewElementModifier and TypeMethodDescriptionprotected 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 DbViewElementModifier and TypeMethodDescriptionprotected <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.typesystem
Methods in com._1c.g5.v8.dt.ql.typesystem that return DbViewElementModifier and TypeMethodDescriptionIDynamicDbViewFieldComputer.computeDbView(org.eclipse.emf.ecore.EObject semanticElement) GetsDbViewElementforsemanticElementDbViewElementSource.getSource()Gets the sourceDbViewElementDbViewElementSource.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 DbViewElementModifier and TypeMethodDescriptionIDynamicDbViewFieldComputer.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 DbViewElementModifier and TypeMethodDescriptionstatic DbViewElementSourceDbViewElementSource.create(DbViewElement source) Constructs an instance of theDbViewElementSource, null-safestatic DbViewElementSourceDbViewElementSource.create(DbViewElement source, boolean forceClone) Constructs an instance of theDbViewElementSource, null-safeMethod parameters in com._1c.g5.v8.dt.ql.typesystem with type arguments of type DbViewElementModifier and TypeMethodDescriptionstatic 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 DbViewElementModifierConstructorDescriptionDbViewElementSource(DbViewElement source) Constructs an instance using provided sourceDbViewElement -
Uses of DbViewElement in com._1c.g5.v8.dt.ql.validation
Methods in com._1c.g5.v8.dt.ql.validation with parameters of type DbViewElementModifier and TypeMethodDescriptionprotected booleanQlValidator.isFindSourceInParentQuery(DbViewElement dbView) -
Uses of DbViewElement in com._1c.g5.v8.dt.qw.ui.contentproviders
Methods in com._1c.g5.v8.dt.qw.ui.contentproviders that return types with arguments of type DbViewElementModifier and TypeMethodDescriptionstatic 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.dialogs
Methods in com._1c.g5.v8.dt.qw.ui.dialogs that return types with arguments of type DbViewElementConstructor parameters in com._1c.g5.v8.dt.qw.ui.dialogs with type arguments of type DbViewElementModifierConstructorDescriptionTempTableDescriptionDialog(org.eclipse.swt.widgets.Shell parentShell, QueryWizardControl queryWizard, String tableName, List<DbViewElement> fields) -
Uses of DbViewElement in com._1c.g5.v8.dt.qw.ui.editproviders
Fields in com._1c.g5.v8.dt.qw.ui.editproviders declared as DbViewElementMethods in com._1c.g5.v8.dt.qw.ui.editproviders with parameters of type DbViewElementModifier and TypeMethodDescriptionFieldsEditProvider.add(DbViewElement field, String expression) Add expression by DbViewFieldFieldsEditProvider.add(String sourceAlias, DbViewElement field) Add new expressionFieldsEditProvider.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.utils
Classes in com._1c.g5.v8.dt.qw.ui.utils that implement DbViewElementModifier and TypeClassDescriptionfinal classWrapper class forDbViewElementwhich holds the element reference and additional parent project element referenceFields in com._1c.g5.v8.dt.qw.ui.utils declared as DbViewElementMethods in com._1c.g5.v8.dt.qw.ui.utils that return DbViewElementModifier and TypeMethodDescriptionstatic DbViewElementQueryWizardServiceUtils.computeDbView(org.eclipse.emf.ecore.EObject object) ComputesDbViewElementby objectstatic DbViewElementQueryWizardServiceUtils.computeDbViewForTempTable(DbViewElement element, QueryWizardSource source) Compute DbView for temporary table.CombinedDbViewElement.getCurrent()Gets the currentDbViewElementstatic DbViewElementQueryWizardServiceUtils.getDbViewForQuery(org.eclipse.emf.ecore.EObject source) Get DbView for nested queryCombinedDbViewElement.getParent()Gets the parent (extended)DbViewElementMethods in com._1c.g5.v8.dt.qw.ui.utils that return types with arguments of type DbViewElementModifier and TypeMethodDescriptionstatic List<DbViewElement>QueryWizardServiceUtils.computeDbViewFields(org.eclipse.emf.ecore.EObject object) Compute dbView fieldsAvailableTable.getDbViews(QueryWizardSource source) static List<? extends DbViewElement>QueryWizardServiceUtils.getQuerySchemaSourceFields(Object sourceItem, QueryWizardSource queryWizardsource) Get fields for source or field from sourceQueryWizardSource.getTempTableFields(QuerySchemaSource source) Get available fields for temporary tableMethods in com._1c.g5.v8.dt.qw.ui.utils with parameters of type DbViewElementModifier and TypeMethodDescriptionvoidAvailableTable.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 tablestatic List<DbViewFieldDef>QueryWizardServiceUtils.getDbViewElementFields(DbViewElement element, QueryWizardSource source) Provides the list of fields for selectedDbViewElementstatic booleanQueryWizardServiceUtils.isObjectBelongsToCurrentProject(DbViewElement dbView, IV8Project v8Project, IV8ProjectManager v8ProjectManager) Checks whether theDbViewElementbelongs to the selectedIProjectstatic booleanQueryWizardServiceUtils.isObjectBelongsToCurrentProject(DbViewElement dbView, QueryWizardSource source) static booleanQueryWizardServiceUtils.isObjectBelongsToCurrentProject(DbViewElement dbView, org.eclipse.core.resources.IProject project, IV8ProjectManager v8ProjectManager) Checks whether theDbViewElementbelongs to the selectedIProjectMethod parameters in com._1c.g5.v8.dt.qw.ui.utils with type arguments of type DbViewElementModifier and TypeMethodDescriptionvoidAvailableTable.setDbViewsFromParentQuery(List<DbViewElement> dbViews) Constructors in com._1c.g5.v8.dt.qw.ui.utils with parameters of type DbViewElementModifierConstructorDescriptionCombinedDbViewElement(DbViewElement current, DbViewElement parent) Constructs wrapper objectExpressionPresentation(QuerySchemaExpression expression, boolean isFunction, String tableName, DbViewElement fieldDbView) -
Uses of DbViewElement in com._1c.g5.v8.dt.right.ql.resource
Methods in com._1c.g5.v8.dt.right.ql.resource that return DbViewElementModifier and TypeMethodDescriptionprotected DbViewElementRightQlEObjectAtOffsetHelper.findDbViewForTableFromSource(org.eclipse.emf.ecore.EObject obj) -
Uses of DbViewElement in com._1c.g5.v8.dt.right.ql.validation
Methods in com._1c.g5.v8.dt.right.ql.validation with parameters of type DbViewElementModifier and TypeMethodDescriptionprotected booleanRightQlValidator.isFindSourceInParentQuery(DbViewElement dbView) -
Uses of DbViewElement in com._1c.g5.v8.dt.rights.naming
Methods in com._1c.g5.v8.dt.rights.naming with parameters of type DbViewElementModifier and TypeMethodDescriptionprotected org.eclipse.xtext.naming.QualifiedNameRightsQualifiedNameProvider._qualifiedName(DbViewElement dbViewElement) -
Uses of DbViewElement in com.e1c.g5.v8.dt.internal.form.extension.adopt
Methods in com.e1c.g5.v8.dt.internal.form.extension.adopt that return types with arguments of type DbViewElementModifier and TypeMethodDescriptionDynamicListDbViewCollector.collectDbView(QuerySchema schema) Collects and returns all referenced dynamic list db views in the providedQuerySchemamodel.