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 TypeInterfaceDescriptioninterface
A representation of the model object 'Def'.interface
A representation of the model object 'Field Def'.interface
A representation of the model object 'Field Field Def'.interface
A representation of the model object 'Field Field Def With Period'.interface
A representation of the model object 'Field Table Def'.interface
A representation of the model object 'Select Def'.interface
A representation of the model object 'Table Def'.interface
A representation of the model object 'Virtual Field Def'.interface
A representation of the model object 'Extended Db View Field Table Def'.interface
A 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 TypeClassDescriptionclass
An implementation of the model object 'Def'.class
An implementation of the model object 'Element'.class
An implementation of the model object 'Field Def'.class
An implementation of the model object 'Field Field Def'.class
An implementation of the model object 'Field Field Def With Period'.class
An implementation of the model object 'Field Table Def'.class
An implementation of the model object 'Select Def'.class
An implementation of the model object 'Table Def'.class
An implementation of the model object 'Virtual Field Def'.class
An implementation of the model object 'Extended Db View Field Table Def'.class
An 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 DbViewElement
QlUtil.getDbView
(org.eclipse.emf.ecore.EObject object, IDynamicDbViewFieldComputer dynamicDbViewComputer) Try found refer toDbViewElement
inobject
Methods 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 boolean
QlUtil.isNestedTable
(DbViewElement dbView) Checks thatdbView
is 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 TypeInterfaceDescriptioninterface
A representation of the model object 'Db View Description Temp Table'.interface
A representation of the model object 'Db View Field Field Def From Query'.interface
A representation of the model object 'Db View From Query'.interface
A representation of the model object 'Db View Nested Table From Query'.interface
A representation of the model object 'Db View Outer Param Table'.interface
A 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 TypeMethodDescriptionvoid
AbstractQuerySchemaTable.setComputeDbView
(DbViewElement value) Sets the value of the 'Compute Db View
' reference.void
CommonExpression.setComputeDbView
(DbViewElement value) Sets the value of the 'Compute Db View
' reference.void
CommonExpression.setItemDbView
(DbViewElement value) Sets the value of the 'Item Db View
' reference.void
FieldWithCasting.setItemDbView
(DbViewElement value) Sets the value of the 'Item Db View
' reference.void
AbstractQuerySchemaTable.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 TypeClassDescriptionclass
An implementation of the model object 'Db View Description Temp Table'.class
An implementation of the model object 'Db View Field Field Def From Query'.class
An implementation of the model object 'Db View From Query'.class
An implementation of the model object 'Db View Nested Table From Query'.class
An implementation of the model object 'Db View Outer Param Table'.class
An 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 TypeMethodDescriptionvoid
AbstractQuerySchemaTableImpl.setComputeDbView
(DbViewElement newComputeDbView) void
CommonExpressionImpl.setComputeDbView
(DbViewElement newComputeDbView) void
CommonExpressionImpl.setItemDbView
(DbViewElement newItemDbView) void
FieldWithCastingImpl.setItemDbView
(DbViewElement newItemDbView) void
AbstractQuerySchemaTableImpl.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 CommonExpression
QlUtil.createCommonExpression
(DbViewElement dbView, char delimiter, boolean byRuName) CreatesCommonExpression
by dbViewstatic CommonExpression
QlUtil.createCommonExpression
(DbViewElement dbView, String delimiter, boolean byRuName) CreatesCommonExpression
by dbViewstatic AbstractQuerySchemaTable
QlUtil.createQuerySchemaTable
(DbViewElement dbView, char delimiter, boolean byRuName) CreatesAbstractQuerySchemaTable
by dbViewstatic AbstractQuerySchemaTable
QlUtil.createQuerySchemaTable
(DbViewElement dbView, String delimiter, boolean byRuName) CreatesAbstractQuerySchemaTable
by dbViewstatic Type
QlUtil.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 DbViewElement
QlEObjectAtOffsetHelper.findDbViewForTableFromSource
(org.eclipse.emf.ecore.EObject obj) Gets actualDbViewElement
for 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.IEObjectDescription
InnerFieldsFromSourceSectionFinder.createEObjectDescriptionByField
(DbViewElement field) Creates index item byDbViewElement
boolean
IInnerFieldsFromSourceSectionFinder.isAmbiguousField
(QuerySchemaOperator operator, DbViewElement field) Checks that source section of theoperator
has another (not equals tofield
) field with the same nameboolean
InnerFieldsFromSourceSectionFinder.isAmbiguousField
(QuerySchemaOperator operator, DbViewElement field) boolean
IInnerFieldsFromSourceSectionFinder.isInnerField
(QuerySchemaOperator operator, DbViewElement field) Checks that source section of theoperator
has inner field equals tofield
boolean
InnerFieldsFromSourceSectionFinder.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 fromQuerySchemaSource
and 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) GetsDbViewElement
forsemanticElement
DbViewElementSource.getSource()
Gets the sourceDbViewElement
DbViewElementSource.toDbViewElement()
Converts the source to the targetDbViewElement
.static DbViewElement
DbViewElementSource.toDbViewElement
(DbViewElementSource source) Converts back to theDbViewElement
Methods 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 ofsemanticObject
static 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 DbViewElementSource
DbViewElementSource.create
(DbViewElement source) Constructs an instance of theDbViewElementSource
, null-safestatic DbViewElementSource
DbViewElementSource.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 boolean
QlValidator.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 class
Wrapper class forDbViewElement
which 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 DbViewElement
QueryWizardServiceUtils.computeDbView
(org.eclipse.emf.ecore.EObject object) ComputesDbViewElement
by objectstatic DbViewElement
QueryWizardServiceUtils.computeDbViewForTempTable
(DbViewElement element, QueryWizardSource source) Compute DbView for temporary table.CombinedDbViewElement.getCurrent()
Gets the currentDbViewElement
static DbViewElement
QueryWizardServiceUtils.getDbViewForQuery
(org.eclipse.emf.ecore.EObject source) Get DbView for nested queryCombinedDbViewElement.getParent()
Gets the parent (extended)DbViewElement
Methods 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 TypeMethodDescriptionvoid
AvailableTable.addRealDbView
(DbViewElement dbView) static DbViewElement
QueryWizardServiceUtils.computeDbViewForTempTable
(DbViewElement element, QueryWizardSource source) Compute DbView for temporary table.static org.eclipse.swt.graphics.Image
ImagesProvider.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 selectedDbViewElement
static boolean
QueryWizardServiceUtils.isObjectBelongsToCurrentProject
(DbViewElement dbView, IV8Project v8Project, IV8ProjectManager v8ProjectManager) Checks whether theDbViewElement
belongs to the selectedIProject
static boolean
QueryWizardServiceUtils.isObjectBelongsToCurrentProject
(DbViewElement dbView, QueryWizardSource source) static boolean
QueryWizardServiceUtils.isObjectBelongsToCurrentProject
(DbViewElement dbView, org.eclipse.core.resources.IProject project, IV8ProjectManager v8ProjectManager) Checks whether theDbViewElement
belongs to the selectedIProject
Method parameters in com._1c.g5.v8.dt.qw.ui.utils with type arguments of type DbViewElementModifier and TypeMethodDescriptionvoid
AvailableTable.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 DbViewElement
RightQlEObjectAtOffsetHelper.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 boolean
RightQlValidator.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.QualifiedName
RightsQualifiedNameProvider._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 providedQuerySchema
model.