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.dcs
Fields in com._1c.g5.v8.dt.dcs declared as SettingsContext Modifier and Type Field Description protected SettingsContext
DcsDataSetInfoV8LocalBase. settingsContext
Methods in com._1c.g5.v8.dt.dcs with parameters of type SettingsContext Modifier and Type Method Description static void
DcsDataSetInfoUtil. fillFieldAvailability(DcsDataSetInfoAvailableFieldInfo field, SettingsContext settingsContext, boolean allowUnlimited)
Fill field availabilitystatic List<DbObjectDef>
DcsDataSetInfoUtil. getValueTypeTables(TypeDescriptionSource tdp, SettingsContext settingsContext)
Get list of tables for typestatic boolean
DcsDataSetInfoUtil. isCompatibleType(TypeDescriptionSource tdp, SettingsContext settingsContext, boolean acceptRefs, boolean acceptUnlimited, boolean acceptUndefined)
Check whether type is compatiblestatic void
DcsDataSetInfoV8LocalBase. 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.settings
Fields in com._1c.g5.v8.dt.dcs.settings declared as SettingsContext Modifier and Type Field Description protected SettingsContext
DcsAvailableSettingsSourceDataSetInfoBase. settingsContext
Methods in com._1c.g5.v8.dt.dcs.settings with parameters of type SettingsContext Modifier and Type Method Description static int
DcsAvailableSettingsSourceForSchema. getAvaliableConditionKinds(TypeDescriptionSource tdp, SettingsContext settingsContext)
Constructors 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.util
Methods 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.views
Constructors in com._1c.g5.v8.dt.form.ui.aef.swt.views with parameters of type SettingsContext Constructor Description DcsAvailableSettingsSourceForForm(SettingsContext settingsContext)
Constructs an instance
-