Uses of Interface
com._1c.g5.v8.dt.ql.model.QuerySchema
Packages that use QuerySchema
Package
Description
- 
Uses of QuerySchema in com._1c.g5.v8.dt.dcsMethods in com._1c.g5.v8.dt.dcs that return QuerySchema
- 
Uses of QuerySchema in com._1c.g5.v8.dt.dcs.utilMethods in com._1c.g5.v8.dt.dcs.util that return QuerySchemaModifier and TypeMethodDescriptionstatic QuerySchemaDcsUtil.getQuerySchema(String queryString, IDtProject project) CreateQuerySchemaby query string
- 
Uses of QuerySchema in com._1c.g5.v8.dt.form.serviceMethods in com._1c.g5.v8.dt.form.service with parameters of type QuerySchemaModifier and TypeMethodDescriptionstatic StringDynamicListAttributeService.addStandardFields(QuerySchema schema, String baseQuery, DbViewDef mainTable, boolean isOrderFieldsNeeded, ScriptVariant scriptVariant) Adds standard fields to exiting query for dynamic list from main tableDynamicListAttributeService.findPotentialMainTables(QuerySchema schema) The method search a potential main tables in aQuerySchemamodelDynamicListAttributeService.findPotentialMainTablesByFieldComputer(QuerySchema schema, IDynamicDbViewFieldComputer dbViewFieldComputer) The method search a potential main tables in aQuerySchemamodel
- 
Uses of QuerySchema in com._1c.g5.v8.dt.internal.ql.coreMethods in com._1c.g5.v8.dt.internal.ql.core with parameters of type QuerySchemaModifier and TypeMethodDescriptionprotected voidQlFileStructureBuilder.buildQlModule(QlFile qlFile, org.eclipse.handly.model.impl.support.SourceElementBody parentBody, QuerySchema query) Building handle model for all queries in QL fileprotected voidQlFileStructureBuilder.buildQlModule(QuerySchema query, org.eclipse.handly.model.impl.support.Element handle, org.eclipse.handly.model.impl.support.SourceElementBody body) Building handle model ofQuerySchemaDropTableQueryandQuerySchemaSelectQuery
- 
Uses of QuerySchema in com._1c.g5.v8.dt.internal.ql.dcs.resourceMethods in com._1c.g5.v8.dt.internal.ql.dcs.resource that return QuerySchemaModifier and TypeMethodDescriptionDependentQuerySchemaProvider.getQuerySchema(org.eclipse.emf.ecore.EObject source, org.eclipse.emf.ecore.EStructuralFeature textFeature, BiFunction<org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EStructuralFeature, String> textProvider, org.eclipse.xtext.util.CancelIndicator cancelIndicator) DependentQuerySchemaProvider.getQuerySchema(org.eclipse.emf.ecore.EObject source, org.eclipse.emf.ecore.EStructuralFeature textFeature, org.eclipse.xtext.util.CancelIndicator cancelIndicator) Methods in com._1c.g5.v8.dt.internal.ql.dcs.resource with parameters of type QuerySchemaModifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EObjectDependentQuerySchemaProvider.getParent(QuerySchema dependent) org.eclipse.emf.ecore.EStructuralFeatureDependentQuerySchemaProvider.getParentFeature(QuerySchema dependent) voidDependentQuerySchemaProvider.unload(QuerySchema root) 
- 
Uses of QuerySchema in com._1c.g5.v8.dt.pw.uiMethods in com._1c.g5.v8.dt.pw.ui that return QuerySchema
- 
Uses of QuerySchema in com._1c.g5.v8.dt.pw.ui.buildersMethods in com._1c.g5.v8.dt.pw.ui.builders with parameters of type QuerySchemaModifier and TypeMethodDescriptionstatic booleanPrintWizardParser.compareQueries(String defaultQuery, QuerySchema defaultQuerySchema, String query, QuerySchema querySchema, org.eclipse.core.resources.IProject poject, IV8ProjectManager v8ProjectManager, IBmModelManager bmModelManager) Compare queries for print wizard
- 
Uses of QuerySchema in com._1c.g5.v8.dt.qlMethods in com._1c.g5.v8.dt.ql with parameters of type QuerySchemaModifier and TypeMethodDescriptionstatic voidQlUtil.cleanUpQueryCache(QuerySchema object) Clean up query cache than may holds reference to the query schema objects.
- 
Uses of QuerySchema in com._1c.g5.v8.dt.ql.dcs.resourceMethods in com._1c.g5.v8.dt.ql.dcs.resource that return QuerySchemaModifier and TypeMethodDescriptionIDependentQuerySchemaProvider.getQuerySchema(org.eclipse.emf.ecore.EObject source, org.eclipse.emf.ecore.EStructuralFeature textFeature, BiFunction<org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EStructuralFeature, String> textProvider, org.eclipse.xtext.util.CancelIndicator cancelIndicator) Gets theQuerySchemamodel by the source object and it's text feature provided.IDependentQuerySchemaProvider.getQuerySchema(org.eclipse.emf.ecore.EObject source, org.eclipse.emf.ecore.EStructuralFeature textFeature, org.eclipse.xtext.util.CancelIndicator cancelIndicator) Gets theQuerySchemamodel by the source object and it's text feature.Methods in com._1c.g5.v8.dt.ql.dcs.resource with parameters of type QuerySchemaModifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EObjectIDependentQuerySchemaProvider.getParent(QuerySchema dependent) Gets the parent object of theQuerySchemamodel object.org.eclipse.emf.ecore.EStructuralFeatureIDependentQuerySchemaProvider.getParentFeature(QuerySchema dependent) Gets the parent containing text feature of theQuerySchemamodel object.voidIDependentQuerySchemaProvider.unload(QuerySchema root) Explicitly unloadQuerySchemamodel object from resource and remove linkage to the parent object.
- 
Uses of QuerySchema in com._1c.g5.v8.dt.ql.modelMethods in com._1c.g5.v8.dt.ql.model that return QuerySchemaModifier and TypeMethodDescriptionQlFactory.createQuerySchema()Returns a new object of class 'Query Schema'.
- 
Uses of QuerySchema in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement QuerySchemaModifier and TypeClassDescriptionclassAn implementation of the model object 'Query Schema'.Methods in com._1c.g5.v8.dt.ql.model.impl that return QuerySchema
- 
Uses of QuerySchema in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type QuerySchemaModifier and TypeMethodDescriptionQlSwitch.caseQuerySchema(QuerySchema object) Returns the result of interpreting the object as an instance of 'Query Schema'.
- 
Uses of QuerySchema in com._1c.g5.v8.dt.ql.resourceMethods in com._1c.g5.v8.dt.ql.resource with parameters of type QuerySchemaModifier and TypeMethodDescriptionQlParametersFinder.find(QuerySchema schema) FindsParameterExpressioninQuerySchema
- 
Uses of QuerySchema in com._1c.g5.v8.dt.ql.validationMethods in com._1c.g5.v8.dt.ql.validation with parameters of type QuerySchemaModifier and TypeMethodDescriptionvoidQlValidator.checkALotSemicolons(QuerySchema schema) voidQlValidator.checkParameters(QuerySchema schema) voidQlValidator.checkTempTableQuery(QuerySchema queries) 
- 
Uses of QuerySchema in com._1c.g5.v8.dt.qw.uiMethods in com._1c.g5.v8.dt.qw.ui that return QuerySchema
- 
Uses of QuerySchema in com._1c.g5.v8.dt.qw.ui.utilsMethods in com._1c.g5.v8.dt.qw.ui.utils that return QuerySchemaModifier and TypeMethodDescriptionQuerySchemaBuilder.buildQuerySchema(String query) Build query schema from text queryQuerySchemaBuilder.buildQuerySchema(String query, boolean validateQuerySchema, org.eclipse.core.resources.IProject project) Build query schema from text queryQueryWizardSource.getQuerySchema()Return query schema.QueryWizardSource.getTempQuerySchema(org.eclipse.core.resources.IProject project) Get temporary query schemaMethods in com._1c.g5.v8.dt.qw.ui.utils with parameters of type QuerySchemaModifier and TypeMethodDescriptionQuerySchemaBuilder.getFormatedQueryText(QuerySchema querySchema) Get formated query text for query schema.QuerySchemaBuilder.getQueryText(QuerySchema querySchema) Get text for query schema without validationvoidQueryWizardSource.setQuerySchema(QuerySchema querySchema) Set query schemavoidQueryWizardSource.setQuerySchema(QuerySchema querySchema, boolean addEditAdapter) Set query schemavoidQueryWizardSource.setQuerySchemaByCopy(QuerySchema querySchema) Set query schema by copyConstructors in com._1c.g5.v8.dt.qw.ui.utils with parameters of type QuerySchemaModifierConstructorDescriptionQueryWizardSource(QuerySchema querySchema, org.eclipse.core.resources.IProject project, IV8ProjectManager v8ProjectManager, IBmModelManager bmModelManager) Creates query wizard source
- 
Uses of QuerySchema in com.e1c.g5.v8.dt.internal.bsl.checkConstructors in com.e1c.g5.v8.dt.internal.bsl.check with parameters of type QuerySchemaModifierConstructorDescriptionModuleQlObjectIterator(QuerySchema querySchema, StringLiteral stringLiteral, org.eclipse.core.runtime.IProgressMonitor progressMonitor) Constructs an iterator instance
- 
Uses of QuerySchema in com.e1c.g5.v8.dt.internal.form.check.qlConstructors in com.e1c.g5.v8.dt.internal.form.check.ql with parameters of type QuerySchemaModifierConstructorDescriptionQlObjectIterator(QuerySchema querySchema, org.eclipse.emf.ecore.EObject queryOwnerObject, org.eclipse.emf.ecore.EStructuralFeature queryFeature, org.eclipse.core.runtime.IProgressMonitor progressMonitor) Constructs an iterator instance
- 
Uses of QuerySchema in com.e1c.g5.v8.dt.internal.form.extension.adoptMethods in com.e1c.g5.v8.dt.internal.form.extension.adopt with parameters of type QuerySchemaModifier and TypeMethodDescriptionDynamicListDbViewCollector.collectDbView(QuerySchema schema) Collects and returns all referenced dynamic list db views in the providedQuerySchemamodel.