Uses of Interface
com._1c.g5.v8.dt.ql.model.QuerySchemaExpression
- 
- 
Uses of QuerySchemaExpression in com._1c.g5.v8.dt.pw.uiFields in com._1c.g5.v8.dt.pw.ui declared as QuerySchemaExpression Modifier and Type Field Description QuerySchemaExpressionAttributesPage.SelectedField. expressionMethods in com._1c.g5.v8.dt.pw.ui that return types with arguments of type QuerySchemaExpression Modifier and Type Method Description Set<QuerySchemaExpression>AttributesPage. getAllFields()Get all available fieldsMethod parameters in com._1c.g5.v8.dt.pw.ui with type arguments of type QuerySchemaExpression Modifier and Type Method Description voidAttributesPage. refreshAllFields(List<QuerySchemaExpression> availableFields)Refresh available fields on page.
- 
Uses of QuerySchemaExpression in com._1c.g5.v8.dt.pw.ui.providersMethods in com._1c.g5.v8.dt.pw.ui.providers with parameters of type QuerySchemaExpression Modifier and Type Method Description static org.eclipse.swt.graphics.ImageLabelProvider. getImage(QuerySchemaExpression item)Get image for expression
- 
Uses of QuerySchemaExpression in com._1c.g5.v8.dt.qlMethods in com._1c.g5.v8.dt.ql with parameters of type QuerySchemaExpression Modifier and Type Method Description static booleanQlUtil. isQSExprNestedTable(QuerySchemaExpression qsExpr, IDynamicDbViewFieldComputer dbViewComputer)Checks that expression contains link to nested tablestatic intQlUtil. numberOfFields(QuerySchemaExpression qsExpr, IDynamicDbViewFieldComputer dynamicDbViewComputer)determine number of fields forqsExpr
- 
Uses of QuerySchemaExpression in com._1c.g5.v8.dt.ql.dcs.modelMethods in com._1c.g5.v8.dt.ql.dcs.model that return QuerySchemaExpression Modifier and Type Method Description QuerySchemaExpressionCharacteristicCompositionDataQuerySchema. getKeyField()Returns the value of the 'Key Field' containment reference.QuerySchemaExpressionCharacteristicCompositionDataQuerySchema. getNameField()Returns the value of the 'Name Field' containment reference.QuerySchemaExpressionCharacteristicCompositionDataQuerySchema. getObjectField()Returns the value of the 'Object Field' containment reference.QuerySchemaExpressionCharacteristicCompositionDataQuerySchema. getTypeField()Returns the value of the 'Type Field' containment reference.QuerySchemaExpressionCharacteristicCompositionDataQuerySchema. getValueField()Returns the value of the 'Value Field' containment reference.QuerySchemaExpressionCharacteristicCompositionDataQuerySchema. getValueTypeField()Returns the value of the 'Value Type Field' containment reference.Methods in com._1c.g5.v8.dt.ql.dcs.model that return types with arguments of type QuerySchemaExpression Modifier and Type Method Description org.eclipse.emf.common.util.EList<QuerySchemaExpression>FilterCompositionDataQuerySchema. getExpressions()Returns the value of the 'Expressions' containment reference list.org.eclipse.emf.common.util.EList<QuerySchemaExpression>SelectFieldsCompositionDataQuerySchema. getExpressions()Returns the value of the 'Expressions' containment reference list.Methods in com._1c.g5.v8.dt.ql.dcs.model with parameters of type QuerySchemaExpression Modifier and Type Method Description voidCharacteristicCompositionDataQuerySchema. setKeyField(QuerySchemaExpression value)Sets the value of the 'Key Field' containment reference.voidCharacteristicCompositionDataQuerySchema. setNameField(QuerySchemaExpression value)Sets the value of the 'Name Field' containment reference.voidCharacteristicCompositionDataQuerySchema. setObjectField(QuerySchemaExpression value)Sets the value of the 'Object Field' containment reference.voidCharacteristicCompositionDataQuerySchema. setTypeField(QuerySchemaExpression value)Sets the value of the 'Type Field' containment reference.voidCharacteristicCompositionDataQuerySchema. setValueField(QuerySchemaExpression value)Sets the value of the 'Value Field' containment reference.voidCharacteristicCompositionDataQuerySchema. setValueTypeField(QuerySchemaExpression value)Sets the value of the 'Value Type Field' containment reference.
- 
Uses of QuerySchemaExpression in com._1c.g5.v8.dt.ql.dcs.model.implMethods in com._1c.g5.v8.dt.ql.dcs.model.impl that return QuerySchemaExpression Modifier and Type Method Description QuerySchemaExpressionCharacteristicCompositionDataQuerySchemaImpl. getKeyField()QuerySchemaExpressionCharacteristicCompositionDataQuerySchemaImpl. getNameField()QuerySchemaExpressionCharacteristicCompositionDataQuerySchemaImpl. getObjectField()QuerySchemaExpressionCharacteristicCompositionDataQuerySchemaImpl. getTypeField()QuerySchemaExpressionCharacteristicCompositionDataQuerySchemaImpl. getValueField()QuerySchemaExpressionCharacteristicCompositionDataQuerySchemaImpl. getValueTypeField()Methods in com._1c.g5.v8.dt.ql.dcs.model.impl that return types with arguments of type QuerySchemaExpression Modifier and Type Method Description org.eclipse.emf.common.util.EList<QuerySchemaExpression>FilterCompositionDataQuerySchemaImpl. getExpressions()org.eclipse.emf.common.util.EList<QuerySchemaExpression>SelectFieldsCompositionDataQuerySchemaImpl. getExpressions()Methods in com._1c.g5.v8.dt.ql.dcs.model.impl with parameters of type QuerySchemaExpression Modifier and Type Method Description voidCharacteristicCompositionDataQuerySchemaImpl. setKeyField(QuerySchemaExpression newKeyField)voidCharacteristicCompositionDataQuerySchemaImpl. setNameField(QuerySchemaExpression newNameField)voidCharacteristicCompositionDataQuerySchemaImpl. setObjectField(QuerySchemaExpression newObjectField)voidCharacteristicCompositionDataQuerySchemaImpl. setTypeField(QuerySchemaExpression newTypeField)voidCharacteristicCompositionDataQuerySchemaImpl. setValueField(QuerySchemaExpression newValueField)voidCharacteristicCompositionDataQuerySchemaImpl. setValueTypeField(QuerySchemaExpression newValueTypeField)
- 
Uses of QuerySchemaExpression in com._1c.g5.v8.dt.ql.dcs.scopingMethods in com._1c.g5.v8.dt.ql.dcs.scoping with parameters of type QuerySchemaExpression Modifier and Type Method Description protected QlScopeProvider.AllowedDbViewType[]QlDcsScopeProvider. defineAllowedDbViewForExpressionInSelectOperator(org.eclipse.emf.ecore.EObject context, QuerySchemaExpression expr)protected QlScopeProvider.AllowedDbViewType[]QlDcsScopeProvider. defineAllowedDbViewForExpressionInSelectQuery(org.eclipse.emf.ecore.EObject context, QuerySchemaExpression expr)
- 
Uses of QuerySchemaExpression in com._1c.g5.v8.dt.ql.dcs.validationMethods in com._1c.g5.v8.dt.ql.dcs.validation with parameters of type QuerySchemaExpression Modifier and Type Method Description voidQlDcsValidator. checkExpressionWithStarByAlias(QuerySchemaExpression expression)voidQlDcsValidator. checkQSExpression(QuerySchemaExpression qsExpr)voidQlDcsValidator. checkQuerySchemaAnythingExpressionDcs(QuerySchemaExpression expression)protected intQlDcsValidator. exprInAliasSelectFields(QuerySchemaExpression expr, QuerySchemaSelectQuery query)
- 
Uses of QuerySchemaExpression in com._1c.g5.v8.dt.ql.modelMethods in com._1c.g5.v8.dt.ql.model that return QuerySchemaExpression Modifier and Type Method Description QuerySchemaExpressionQlFactory. createQuerySchemaExpression()Returns a new object of class 'Query Schema Expression'.QuerySchemaExpressionQuerySchemaQuerySourceJoin. getCondition()Returns the value of the 'Condition' containment reference.QuerySchemaExpressionQuerySchemaTableParameter. getExpression()Returns the value of the 'Expression' containment reference.QuerySchemaExpressionQuerySchemaTotalControlPoint. getExpression()Returns the value of the 'Expression' containment reference.QuerySchemaExpressionQuerySchemaOperator. getFilters()Returns the value of the 'Filters' containment reference.QuerySchemaExpressionQuerySchemaOperator. getHavingExpression()Returns the value of the 'Having Expression' containment reference.QuerySchemaExpressionQuerySchemaOrderExpression. getItem()Returns the value of the 'Item' containment reference.QuerySchemaExpressionQuerySchemaTotalControlPoint. getPeriodAdditionBegin()Returns the value of the 'Period Addition Begin' containment reference.QuerySchemaExpressionQuerySchemaTotalControlPoint. getPeriodAdditionEnd()Returns the value of the 'Period Addition End' containment reference.Methods in com._1c.g5.v8.dt.ql.model that return types with arguments of type QuerySchemaExpression Modifier and Type Method Description org.eclipse.emf.common.util.EList<QuerySchemaExpression>QuerySchemaTableParameter. getExpressionDcs()Returns the value of the 'Expression Dcs' containment reference list.org.eclipse.emf.common.util.EList<QuerySchemaExpression>NestedTableExpression. getFieldsName()Returns the value of the 'Fields Name' containment reference list.org.eclipse.emf.common.util.EList<QuerySchemaExpression>QuerySchemaGroupingSets. getGrouping()Returns the value of the 'Grouping' containment reference list.org.eclipse.emf.common.util.EList<QuerySchemaExpression>QuerySchemaOperator. getGrouping()Returns the value of the 'Grouping' containment reference list.org.eclipse.emf.common.util.EList<QuerySchemaExpression>QuerySchemaSelectQuery. getIndexes()Returns the value of the 'Indexes' containment reference list.org.eclipse.emf.common.util.EList<QuerySchemaExpression>QuerySchemaOperator. getSelectFields()Returns the value of the 'Select Fields' containment reference list.org.eclipse.emf.common.util.EList<QuerySchemaExpression>QuerySchemaSelectQuery. getTotalExpressions()Returns the value of the 'Total Expressions' containment reference list.Methods in com._1c.g5.v8.dt.ql.model with parameters of type QuerySchemaExpression Modifier and Type Method Description voidQuerySchemaQuerySourceJoin. setCondition(QuerySchemaExpression value)Sets the value of the 'Condition' containment reference.voidQuerySchemaTableParameter. setExpression(QuerySchemaExpression value)Sets the value of the 'Expression' containment reference.voidQuerySchemaTotalControlPoint. setExpression(QuerySchemaExpression value)Sets the value of the 'Expression' containment reference.voidQuerySchemaOperator. setFilters(QuerySchemaExpression value)Sets the value of the 'Filters' containment reference.voidQuerySchemaOperator. setHavingExpression(QuerySchemaExpression value)Sets the value of the 'Having Expression' containment reference.voidQuerySchemaOrderExpression. setItem(QuerySchemaExpression value)Sets the value of the 'Item' containment reference.voidQuerySchemaTotalControlPoint. setPeriodAdditionBegin(QuerySchemaExpression value)Sets the value of the 'Period Addition Begin' containment reference.voidQuerySchemaTotalControlPoint. setPeriodAdditionEnd(QuerySchemaExpression value)Sets the value of the 'Period Addition End' containment reference.
- 
Uses of QuerySchemaExpression in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement QuerySchemaExpression Modifier and Type Class Description classQuerySchemaExpressionImplAn implementation of the model object 'Query Schema Expression'.Methods in com._1c.g5.v8.dt.ql.model.impl that return QuerySchemaExpression Modifier and Type Method Description QuerySchemaExpressionQlFactoryImpl. createQuerySchemaExpression()QuerySchemaExpressionQuerySchemaQuerySourceJoinImpl. getCondition()QuerySchemaExpressionQuerySchemaTableParameterImpl. getExpression()QuerySchemaExpressionQuerySchemaTotalControlPointImpl. getExpression()QuerySchemaExpressionQuerySchemaOperatorImpl. getFilters()QuerySchemaExpressionQuerySchemaOperatorImpl. getHavingExpression()QuerySchemaExpressionQuerySchemaOrderExpressionImpl. getItem()QuerySchemaExpressionQuerySchemaTotalControlPointImpl. getPeriodAdditionBegin()QuerySchemaExpressionQuerySchemaTotalControlPointImpl. getPeriodAdditionEnd()Methods in com._1c.g5.v8.dt.ql.model.impl that return types with arguments of type QuerySchemaExpression Modifier and Type Method Description org.eclipse.emf.common.util.EList<QuerySchemaExpression>QuerySchemaTableParameterImpl. getExpressionDcs()org.eclipse.emf.common.util.EList<QuerySchemaExpression>NestedTableExpressionImpl. getFieldsName()org.eclipse.emf.common.util.EList<QuerySchemaExpression>QuerySchemaGroupingSetsImpl. getGrouping()org.eclipse.emf.common.util.EList<QuerySchemaExpression>QuerySchemaOperatorImpl. getGrouping()org.eclipse.emf.common.util.EList<QuerySchemaExpression>QuerySchemaSelectQueryImpl. getIndexes()org.eclipse.emf.common.util.EList<QuerySchemaExpression>QuerySchemaOperatorImpl. getSelectFields()org.eclipse.emf.common.util.EList<QuerySchemaExpression>QuerySchemaSelectQueryImpl. getTotalExpressions()Methods in com._1c.g5.v8.dt.ql.model.impl with parameters of type QuerySchemaExpression Modifier and Type Method Description voidQuerySchemaQuerySourceJoinImpl. setCondition(QuerySchemaExpression newCondition)voidQuerySchemaTableParameterImpl. setExpression(QuerySchemaExpression newExpression)voidQuerySchemaTotalControlPointImpl. setExpression(QuerySchemaExpression newExpression)voidQuerySchemaOperatorImpl. setFilters(QuerySchemaExpression newFilters)voidQuerySchemaOperatorImpl. setHavingExpression(QuerySchemaExpression newHavingExpression)voidQuerySchemaOrderExpressionImpl. setItem(QuerySchemaExpression newItem)voidQuerySchemaTotalControlPointImpl. setPeriodAdditionBegin(QuerySchemaExpression newPeriodAdditionBegin)voidQuerySchemaTotalControlPointImpl. setPeriodAdditionEnd(QuerySchemaExpression newPeriodAdditionEnd)
- 
Uses of QuerySchemaExpression in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util that return types with arguments of type QuerySchemaExpression Modifier and Type Method Description static List<QuerySchemaExpression>QlUtil. allGroupingExpressions(QuerySchemaOperator operator)Gets all grouping expressions fromQuerySchemaOperator: expression from each group inQuerySchemaOperator.getGroupingSets()or expression fromQuerySchemaOperator.getGrouping()Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type QuerySchemaExpression Modifier and Type Method Description TQlSwitch. caseQuerySchemaExpression(QuerySchemaExpression object)Returns the result of interpreting the object as an instance of 'Query Schema Expression'.
- 
Uses of QuerySchemaExpression in com._1c.g5.v8.dt.ql.resourceMethods in com._1c.g5.v8.dt.ql.resource with parameters of type QuerySchemaExpression Modifier and Type Method Description AliasComputer.PairAliasIsExprAliasComputer. getQSExpressionName(QuerySchemaExpression expression, IDynamicDbViewFieldComputer dynamicDbViewComputer, boolean isRussian)Gets name field by it expressionMethod parameters in com._1c.g5.v8.dt.ql.resource with type arguments of type QuerySchemaExpression Modifier and Type Method Description Set<CaseInsensitiveString>AliasComputer. fillAliasForSelectFields(List<QuerySchemaExpression> allFields, List<QuerySchemaSource> allSources, IDynamicDbViewFieldComputer dynamicDbViewComputer, boolean isRussian)Fills alias for select fields, if they don't have it
- 
Uses of QuerySchemaExpression in com._1c.g5.v8.dt.ql.scopingMethods in com._1c.g5.v8.dt.ql.scoping with parameters of type QuerySchemaExpression Modifier and Type Method Description protected QlScopeProvider.AllowedDbViewType[]QlScopeProvider. defineAllowedDbViewForExpressionInSelectOperator(org.eclipse.emf.ecore.EObject context, QuerySchemaExpression expr)protected QlScopeProvider.AllowedDbViewType[]QlScopeProvider. defineAllowedDbViewForExpressionInSelectQuery(org.eclipse.emf.ecore.EObject context, QuerySchemaExpression expr)
- 
Uses of QuerySchemaExpression in com._1c.g5.v8.dt.ql.validationMethods in com._1c.g5.v8.dt.ql.validation with parameters of type QuerySchemaExpression Modifier and Type Method Description voidQlValidator. checkExpressionWithStarByAlias(QuerySchemaExpression expression)voidQlValidator. checkLogicalExpression(QuerySchemaExpression expression)voidQlValidator. checkQSExpression(QuerySchemaExpression qsExpr)protected intQlValidator. exprInAliasSelectFields(QuerySchemaExpression expr, QuerySchemaSelectQuery query)
- 
Uses of QuerySchemaExpression in com._1c.g5.v8.dt.qw.ui.editingsupportMethods in com._1c.g5.v8.dt.qw.ui.editingsupport with parameters of type QuerySchemaExpression Modifier and Type Method Description static booleanTotalsControlsPointsEditingSupport. isDateType(QueryWizardSource source, QuerySchemaExpression expression)Is field have type date
- 
Uses of QuerySchemaExpression in com._1c.g5.v8.dt.qw.ui.editprovidersMethods in com._1c.g5.v8.dt.qw.ui.editproviders that return QuerySchemaExpression Modifier and Type Method Description QuerySchemaExpressionFieldsEditProvider. add(DbViewElement field, String expression)Add expression by DbViewFieldQuerySchemaExpressionFieldsEditProvider. add(NestedTableExpression nestedTable, String expression)Add nested tableQuerySchemaExpressionFieldsEditProvider. add(QuerySchemaExpression expression)Add expressionQuerySchemaExpressionFieldsEditProvider. add(QuerySchemaExpression expression, NestedTableExpression nestedTable)Add expressionQuerySchemaExpressionFieldsEditProvider. add(Object value)Adding new fields.QuerySchemaExpressionFieldsEditProvider. add(String sourceAlias, DbViewElement field)Add new expressionstatic QuerySchemaExpressionJoinsEditProvider. createSourcesAutoLink(QuerySchemaSource src, QuerySchemaSource dest, QueryWizardSource queryWizardsource, boolean isCreateDefaultLink)Generate join condition for sourcesQuerySchemaExpressionFieldsEditProvider. findAndAddNestedTable(DbViewElement nestedTableView, String expression)Find nested table, if not found added new nested tableQuerySchemaExpressionDcsConditionsEditProvider. findOrAddNestedTable(String nestedTableExpressionText)Find nested table in dcs conditions, or add new of not foundQuerySchemaExpressionDcsFieldsEditProvider. findOrAddNestedTable(NestedTableExpression nestedTable)Find exist nested table in dcs field or add newstatic QuerySchemaExpressionGroupingsEditProvider. isCollectionContainExpression(QuerySchemaExpression expression, org.eclipse.emf.common.util.EList<QuerySchemaExpression> groupings, QueryWizardSource source)Is grouping contain expressionQuerySchemaExpressionAggregatesEditProvider. removeAggregate(Object value)Methods in com._1c.g5.v8.dt.qw.ui.editproviders that return types with arguments of type QuerySchemaExpression Modifier and Type Method Description List<QuerySchemaExpression>DcsConditionsEditProvider. getDcsConditions(org.eclipse.emf.ecore.EObject parent)Get select fields for dcsList<QuerySchemaExpression>DcsFieldsEditProvider. getDcsSelectFields(org.eclipse.emf.ecore.EObject parent)Get select fields for dcsMethods in com._1c.g5.v8.dt.qw.ui.editproviders with parameters of type QuerySchemaExpression Modifier and Type Method Description QuerySchemaExpressionFieldsEditProvider. add(QuerySchemaExpression expression)Add expressionQuerySchemaExpressionFieldsEditProvider. add(QuerySchemaExpression expression, NestedTableExpression nestedTable)Add expressionstatic QuerySchemaExpressionGroupingsEditProvider. isCollectionContainExpression(QuerySchemaExpression expression, org.eclipse.emf.common.util.EList<QuerySchemaExpression> groupings, QueryWizardSource source)Is grouping contain expressionstatic booleanDcsConditionsEditProvider. isFieldLink(QueryWizardSource source, QuerySchemaExpression field)Is expression linkbooleanFieldsEditProvider. remove(QuerySchemaExpression field)Method parameters in com._1c.g5.v8.dt.qw.ui.editproviders with type arguments of type QuerySchemaExpression Modifier and Type Method Description static QuerySchemaExpressionGroupingsEditProvider. isCollectionContainExpression(QuerySchemaExpression expression, org.eclipse.emf.common.util.EList<QuerySchemaExpression> groupings, QueryWizardSource source)Is grouping contain expression
- 
Uses of QuerySchemaExpression in com._1c.g5.v8.dt.qw.ui.labelprovidersMethods in com._1c.g5.v8.dt.qw.ui.labelproviders with parameters of type QuerySchemaExpression Modifier and Type Method Description static org.eclipse.emf.ecore.EObjectAliasesLabelProvider. getFieldDbView(QuerySchemaExpression expression, QueryWizardSource source)Get dbview for expression
- 
Uses of QuerySchemaExpression in com._1c.g5.v8.dt.qw.ui.tabsMethods in com._1c.g5.v8.dt.qw.ui.tabs with parameters of type QuerySchemaExpression Modifier and Type Method Description static voidTablesAndFieldsTab. changeExpression(QuerySchemaExpression querySchemaExpression, QueryWizardControl queryWizard, org.eclipse.core.resources.IProject project)Change expression in dialogstatic voidDataCompositionTab. changeExpressionInDialog(QueryWizardControl queryWizard, QuerySchemaExpression editedExpression)Change dcs condition in dialog
- 
Uses of QuerySchemaExpression in com._1c.g5.v8.dt.qw.ui.utilsFields in com._1c.g5.v8.dt.qw.ui.utils declared as QuerySchemaExpression Modifier and Type Field Description QuerySchemaExpressionQueryTextResultProcessing.ExpressionPresentation. expressionMethods in com._1c.g5.v8.dt.qw.ui.utils that return QuerySchemaExpression Modifier and Type Method Description static QuerySchemaExpressionQueryWizardServiceUtils. copyExpression(QuerySchemaExpression expression)Get expression copystatic QuerySchemaExpressionQueryWizardServiceUtils. copyExpression(QuerySchemaExpression expression, NestedTableExpression parentNestedTable)Make copy of query schema expression.static QuerySchemaExpressionFieldsEditor. createEmptyNestedTable()Create empty nested tablestatic QuerySchemaExpressionFieldsEditor. createNullExpression()Create NULL expressionstatic QuerySchemaExpressionFieldsEditor. createNullExpression(boolean emptyField)Create NULL expressionstatic QuerySchemaExpressionQueryTextResultProcessing. findPresentation(QuerySchemaExpression field, List<QueryTextResultProcessing.ExpressionPresentation> allPresentations)Find field presentationstatic QuerySchemaExpressionQueryTextResultProcessing. getExpressionPresentation(QuerySchemaExpression field, List<QuerySchemaExpression> fields, List<QueryTextResultProcessing.ExpressionPresentation> allPresentations)Get expression presentationQuerySchemaExpressionFieldsMapping. getField(int column)Getting field from columnQuerySchemaExpressionFieldsMapping. getFirstNotNullField()static QuerySchemaExpressionFieldsEditor. getMatchedFieldInOperator(QuerySchemaExpression firstField, int operatorIndex, QueryWizardSource source)Get matched field in operatorstatic QuerySchemaExpressionQueryWizardServiceUtils. getPresentationForRefExpression(QueryWizardSource source, QuerySchemaExpression field)Get presentation for ref expressionstatic QuerySchemaExpressionQuerySchemaExpressionEditableTextBuilder. replaceAggregate(QuerySchemaExpression aggregateExpression, FunctionExpression newAggregateFunction, boolean distinct)Set new aggregate function for expressionQuerySchemaExpressionFieldsMapping. setField(int column, QuerySchemaExpression newField)Setting new field in columnMethods in com._1c.g5.v8.dt.qw.ui.utils that return types with arguments of type QuerySchemaExpression Modifier and Type Method Description static List<QuerySchemaExpression>QueryWizardServiceUtils. getAllNestedTables(org.eclipse.emf.common.util.EList<QuerySchemaExpression> fields)Get all nested tablesstatic org.eclipse.emf.common.util.EList<QuerySchemaExpression>FieldsEditor. getFieldContainerFields(QuerySchemaExpression field)Get field containerstatic List<QuerySchemaExpression>QuerySchemaExpressionEditableTextBuilder. getValidVariantsForAggrerate(QuerySchemaExpression expression, QueryWizardSource source, boolean getOneVariant)Get available aggregate variants for expression.static List<QuerySchemaExpression>QuerySchemaExpressionEditableTextBuilder. getValidVariantsForTotalsExpressions(QuerySchemaExpression expression, QueryWizardSource source, boolean getOneVariant)Get available aggregate variants for totals expression.Methods in com._1c.g5.v8.dt.qw.ui.utils with parameters of type QuerySchemaExpression Modifier and Type Method Description static voidFieldsEditor. addField(QueryWizardSource source, QuerySchemaExpression newField, NestedTableExpression parentNestedTable)Adds a new expressionstatic voidFieldsEditor. addField(QueryWizardSource source, QuerySchemaExpression newField, NestedTableExpression parentNestedTable, int mappingPos)Adds a new expressionstatic voidFieldsEditor. addField(QueryWizardSource source, QuerySchemaExpression newField, NestedTableExpression parentNestedTable, int mappingPos, String alias)Adds a new expressionstatic voidFieldsEditor. addField(QueryWizardSource source, QuerySchemaExpression newField, NestedTableExpression parentNestedTable, String alias)Adds a new expressionstatic QuerySchemaExpressionQueryWizardServiceUtils. copyExpression(QuerySchemaExpression expression)Get expression copystatic QuerySchemaExpressionQueryWizardServiceUtils. copyExpression(QuerySchemaExpression expression, NestedTableExpression parentNestedTable)Make copy of query schema expression.static voidFieldsMapping. createNestedFieldMapping(QueryWizardSource source, int unionPos, QuerySchemaExpression field, FieldsMapping parentMapping)Create nested field mappingstatic QuerySchemaExpressionQueryTextResultProcessing. findPresentation(QuerySchemaExpression field, List<QueryTextResultProcessing.ExpressionPresentation> allPresentations)Find field presentationstatic StringQueryWizardServiceUtils. getExpressionAlias(QueryWizardSource source, QuerySchemaExpression expression)Get alias for expressionstatic QuerySchemaExpressionQueryTextResultProcessing. getExpressionPresentation(QuerySchemaExpression field, List<QuerySchemaExpression> fields, List<QueryTextResultProcessing.ExpressionPresentation> allPresentations)Get expression presentationstatic org.eclipse.emf.common.util.EList<QuerySchemaExpression>FieldsEditor. getFieldContainerFields(QuerySchemaExpression field)Get field containerstatic FieldsMappingFieldsMapping. getFieldMappingForField(QuerySchemaExpression field, FieldsMapping parentMapping)Looking for fields matching for given fieldstatic QuerySchemaExpressionFieldsEditor. getMatchedFieldInOperator(QuerySchemaExpression firstField, int operatorIndex, QueryWizardSource source)Get matched field in operatorstatic QuerySchemaExpressionQueryWizardServiceUtils. getPresentationForRefExpression(QueryWizardSource source, QuerySchemaExpression field)Get presentation for ref expressionstatic List<QuerySchemaExpression>QuerySchemaExpressionEditableTextBuilder. getValidVariantsForAggrerate(QuerySchemaExpression expression, QueryWizardSource source, boolean getOneVariant)Get available aggregate variants for expression.static List<QuerySchemaExpression>QuerySchemaExpressionEditableTextBuilder. getValidVariantsForTotalsExpressions(QuerySchemaExpression expression, QueryWizardSource source, boolean getOneVariant)Get available aggregate variants for totals expression.static booleanQueryWizardServiceUtils. isNumberExpression(QueryWizardSource source, QuerySchemaExpression expression)Returns whether expression have number typestatic booleanQueryWizardServiceUtils. isPresentationAlias(QuerySchemaExpression expression, QueryWizardSource source)Is expressions from alias contain PRESENTATION functionstatic voidFieldsEditor. removeField(QueryWizardSource source, QuerySchemaExpression field)Removes fieldsstatic QuerySchemaExpressionQuerySchemaExpressionEditableTextBuilder. replaceAggregate(QuerySchemaExpression aggregateExpression, FunctionExpression newAggregateFunction, boolean distinct)Set new aggregate function for expressionQuerySchemaExpressionFieldsMapping. setField(int column, QuerySchemaExpression newField)Setting new field in columnConstructors in com._1c.g5.v8.dt.qw.ui.utils with parameters of type QuerySchemaExpression Constructor Description ExpressionPresentation(QuerySchemaExpression expression, boolean isFunction, String tableName, DbViewElement fieldDbView)FieldsMapping(QueryWizardSource source, QuerySchemaExpression field, FieldsMapping parent)
- 
Uses of QuerySchemaExpression in com._1c.g5.v8.dt.right.ql.modelMethods in com._1c.g5.v8.dt.right.ql.model that return QuerySchemaExpression Modifier and Type Method Description QuerySchemaExpressionQlRestriction. getFilters()Returns the value of the 'Filters' containment reference.Methods in com._1c.g5.v8.dt.right.ql.model with parameters of type QuerySchemaExpression Modifier and Type Method Description voidQlRestriction. setFilters(QuerySchemaExpression value)Sets the value of the 'Filters' containment reference.
- 
Uses of QuerySchemaExpression in com._1c.g5.v8.dt.right.ql.model.implFields in com._1c.g5.v8.dt.right.ql.model.impl declared as QuerySchemaExpression Modifier and Type Field Description protected QuerySchemaExpressionQlRestrictionImpl. filtersThe cached value of the 'Filters' containment reference.Methods in com._1c.g5.v8.dt.right.ql.model.impl that return QuerySchemaExpression Modifier and Type Method Description QuerySchemaExpressionQlRestrictionImpl. getFilters()Methods in com._1c.g5.v8.dt.right.ql.model.impl with parameters of type QuerySchemaExpression Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainQlRestrictionImpl. basicSetFilters(QuerySchemaExpression newFilters, org.eclipse.emf.common.notify.NotificationChain msgs)voidQlRestrictionImpl. setFilters(QuerySchemaExpression newFilters)
- 
Uses of QuerySchemaExpression in com._1c.g5.v8.dt.right.ql.scopingMethods in com._1c.g5.v8.dt.right.ql.scoping with parameters of type QuerySchemaExpression Modifier and Type Method Description protected QlScopeProvider.AllowedDbViewType[]RightQlScopeProvider. defineAllowedDbViewForExpressionInSelectOperator(org.eclipse.emf.ecore.EObject context, QuerySchemaExpression expr)
 
-