Uses of Class
com._1c.g5.v8.dt.dcs.settings.SettingsContext
- 
Packages that use SettingsContext Package Description com._1c.g5.v8.dt.dcs com._1c.g5.v8.dt.dcs.settings com._1c.g5.v8.dt.dcs.util com._1c.g5.v8.dt.form.ui.aef.swt.views 
- 
- 
Uses of SettingsContext in com._1c.g5.v8.dt.dcsFields in com._1c.g5.v8.dt.dcs declared as SettingsContext Modifier and Type Field Description protected SettingsContextDcsDataSetInfoV8LocalBase. settingsContextMethods in com._1c.g5.v8.dt.dcs with parameters of type SettingsContext Modifier and Type Method Description static voidDcsDataSetInfoUtil. fillFieldAvailability(DcsDataSetInfoAvailableFieldInfo field, SettingsContext settingsContext, boolean allowUnlimited)Fill field availabilitystatic List<DbObjectDef>DcsDataSetInfoUtil. getValueTypeTables(TypeDescriptionSource tdp, SettingsContext settingsContext)Get list of tables for typestatic booleanDcsDataSetInfoUtil. isCompatibleType(TypeDescriptionSource tdp, SettingsContext settingsContext, boolean acceptRefs, boolean acceptUnlimited, boolean acceptUndefined)Check whether type is compatiblestatic voidDcsDataSetInfoV8LocalBase. mergeFieldInfo(DcsDataSetInfoAvailableFieldInfo dst, DcsDataSetInfoAvailableFieldInfo src, SettingsContext settingsContext)Merge field infoConstructors in com._1c.g5.v8.dt.dcs with parameters of type SettingsContext Constructor Description DcsDataSetInfoV8LocalBase(SettingsContext settingsContext)Constructs an instanceDcsDataSetInfoV8LocalObject(SettingsContext settingsContext)Constructs an instanceDcsDataSetInfoV8LocalQuery(SettingsContext settingsContext)Constructs an instance
- 
Uses of SettingsContext in com._1c.g5.v8.dt.dcs.settingsFields in com._1c.g5.v8.dt.dcs.settings declared as SettingsContext Modifier and Type Field Description protected SettingsContextDcsAvailableSettingsSourceDataSetInfoBase. settingsContextMethods in com._1c.g5.v8.dt.dcs.settings with parameters of type SettingsContext Modifier and Type Method Description static intDcsAvailableSettingsSourceForSchema. getAvaliableConditionKinds(TypeDescriptionSource tdp, SettingsContext settingsContext)Computes available condition kinds by typeConstructors in com._1c.g5.v8.dt.dcs.settings with parameters of type SettingsContext Constructor Description DcsAvailableSettingsSourceDataSetInfoBase(SettingsContext settingsContext)Constructs an instanceDcsAvailableSettingsSourceDataSetInfoObject(SettingsContext settingsContext)Constructs an instanceDcsAvailableSettingsSourceDataSetInfoQuery(SettingsContext settingsContext)Constructs an instanceDcsAvailableSettingsSourceDataSetInfoQueryObjectBase(SettingsContext settingsContext)Constructs an instanceDcsAvailableSettingsSourceDataSetInfoUnion(SettingsContext settingsContext)Constructs an instanceDcsAvailableSettingsSourceForSchema(SettingsContext settingsContext)Constructs an instance
- 
Uses of SettingsContext in com._1c.g5.v8.dt.dcs.utilMethods in com._1c.g5.v8.dt.dcs.util with parameters of type SettingsContext Modifier and Type Method Description static List<DbViewFieldDef>DcsUtil. getFieldsByTypeDescription(SettingsContext settingsContext, TypeDescription typeDescription)Returns fields provided by type description or empty list.static Collection<Type>DcsUtil. getResolvedTypes(TypeDescriptionSource tdp, SettingsContext settingsContext)Gets the collection of resolved type items, with typesets being taken into the accountstatic <T extends org.eclipse.emf.ecore.EObject>
 TDcsUtil. resolveProxy(T object, SettingsContext settingsContext)
- 
Uses of SettingsContext in com._1c.g5.v8.dt.form.ui.aef.swt.viewsConstructors in com._1c.g5.v8.dt.form.ui.aef.swt.views with parameters of type SettingsContext Constructor Description DcsAvailableSettingsSourceForForm(SettingsContext settingsContext)Constructs an instance
 
-