Uses of Interface
com._1c.g5.v8.dt.ql.model.QuerySchemaQuerySourceJoin
- 
- 
Uses of QuerySchemaQuerySourceJoin in com._1c.g5.v8.dt.ql.dcs.modelMethods in com._1c.g5.v8.dt.ql.dcs.model that return types with arguments of type QuerySchemaQuerySourceJoin Modifier and Type Method Description org.eclipse.emf.common.util.EList<QuerySchemaQuerySourceJoin>QuerySchemaQueryGroupSourceJoin. getJoins()Returns the value of the 'Joins' containment reference list.
- 
Uses of QuerySchemaQuerySourceJoin in com._1c.g5.v8.dt.ql.dcs.model.implMethods in com._1c.g5.v8.dt.ql.dcs.model.impl that return types with arguments of type QuerySchemaQuerySourceJoin Modifier and Type Method Description org.eclipse.emf.common.util.EList<QuerySchemaQuerySourceJoin>QuerySchemaQueryGroupSourceJoinImpl. getJoins()
- 
Uses of QuerySchemaQuerySourceJoin in com._1c.g5.v8.dt.ql.modelMethods in com._1c.g5.v8.dt.ql.model that return QuerySchemaQuerySourceJoin Modifier and Type Method Description QuerySchemaQuerySourceJoinQlFactory. createQuerySchemaQuerySourceJoin()Returns a new object of class 'Query Schema Query Source Join'.
- 
Uses of QuerySchemaQuerySourceJoin in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement QuerySchemaQuerySourceJoin Modifier and Type Class Description classQuerySchemaQuerySourceJoinImplAn implementation of the model object 'Query Schema Query Source Join'.Methods in com._1c.g5.v8.dt.ql.model.impl that return QuerySchemaQuerySourceJoin Modifier and Type Method Description QuerySchemaQuerySourceJoinQlFactoryImpl. createQuerySchemaQuerySourceJoin()
- 
Uses of QuerySchemaQuerySourceJoin in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type QuerySchemaQuerySourceJoin Modifier and Type Method Description TQlSwitch. caseQuerySchemaQuerySourceJoin(QuerySchemaQuerySourceJoin object)Returns the result of interpreting the object as an instance of 'Query Schema Query Source Join'.
- 
Uses of QuerySchemaQuerySourceJoin in com._1c.g5.v8.dt.ql.validationMethods in com._1c.g5.v8.dt.ql.validation with parameters of type QuerySchemaQuerySourceJoin Modifier and Type Method Description voidQlValidator. checkLogicalExpressionInJoin(QuerySchemaQuerySourceJoin join)
- 
Uses of QuerySchemaQuerySourceJoin in com._1c.g5.v8.dt.qw.ui.editprovidersMethods in com._1c.g5.v8.dt.qw.ui.editproviders that return QuerySchemaQuerySourceJoin Modifier and Type Method Description static QuerySchemaQuerySourceJoinJoinsEditProvider. autoLinkWithSource(QuerySchemaSource src, QuerySchemaSource dest, QueryWizardSource queryWizardSource, boolean isCreateDefaultLink)Create auto join between sourcesMethods in com._1c.g5.v8.dt.qw.ui.editproviders with parameters of type QuerySchemaQuerySourceJoin Modifier and Type Method Description static QuerySchemaQueryGroupSourceJoinJoinsEditProvider. getJoinGroup(QuerySchemaQuerySourceJoin join)Get parent group for join
- 
Uses of QuerySchemaQuerySourceJoin in com._1c.g5.v8.dt.qw.ui.utilsMethods in com._1c.g5.v8.dt.qw.ui.utils that return types with arguments of type QuerySchemaQuerySourceJoin Modifier and Type Method Description static List<QuerySchemaQuerySourceJoin>QueryWizardServiceUtils. getAllJoins(QuerySchemaOperator operator)Get all joins in operatorstatic List<QuerySchemaQuerySourceJoin>QueryWizardServiceUtils. getAllJoins(QueryWizardSource qwSource)Get all joins in operator
 
-