Uses of Interface
com._1c.g5.v8.dt.ql.model.QuerySchemaQuerySourceJoin
-
-
Uses of QuerySchemaQuerySourceJoin in com._1c.g5.v8.dt.ql.dcs.model
Methods 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.impl
Methods 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.model
Methods in com._1c.g5.v8.dt.ql.model that return QuerySchemaQuerySourceJoin Modifier and Type Method Description QuerySchemaQuerySourceJoin
QlFactory. createQuerySchemaQuerySourceJoin()
Returns a new object of class 'Query Schema Query Source Join'. -
Uses of QuerySchemaQuerySourceJoin in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement QuerySchemaQuerySourceJoin Modifier and Type Class Description class
QuerySchemaQuerySourceJoinImpl
An 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 QuerySchemaQuerySourceJoin
QlFactoryImpl. createQuerySchemaQuerySourceJoin()
-
Uses of QuerySchemaQuerySourceJoin in com._1c.g5.v8.dt.ql.model.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type QuerySchemaQuerySourceJoin Modifier and Type Method Description T
QlSwitch. 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.validation
Methods in com._1c.g5.v8.dt.ql.validation with parameters of type QuerySchemaQuerySourceJoin Modifier and Type Method Description void
QlValidator. checkLogicalExpressionInJoin(QuerySchemaQuerySourceJoin join)
-
Uses of QuerySchemaQuerySourceJoin in com._1c.g5.v8.dt.qw.ui.editproviders
Methods in com._1c.g5.v8.dt.qw.ui.editproviders that return QuerySchemaQuerySourceJoin Modifier and Type Method Description static QuerySchemaQuerySourceJoin
JoinsEditProvider. 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 QuerySchemaQueryGroupSourceJoin
JoinsEditProvider. getJoinGroup(QuerySchemaQuerySourceJoin join)
Get parent group for join -
Uses of QuerySchemaQuerySourceJoin in com._1c.g5.v8.dt.qw.ui.utils
Methods 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
-