public interface IFD2DataSourceProvider extends Serializable
Modifier and Type | Method and Description |
---|---|
com.alibaba.fastjson.JSONObject |
createAllDatenquellenJSON()
Returns a list of all data sources.
|
com.alibaba.fastjson.JSONArray |
createDatenquellenJSON()
Returns a JSON array of all datasources that can be used a data source for a select element in the designer, ie.
|
void |
resolveItemOptions(IXFormRenderConfig config,
XItem item)
Deprecated.
|
void |
resolveItemOptions(XItemRenderData renderData) |
@Deprecated void resolveItemOptions(IXFormRenderConfig config, XItem item)
void resolveItemOptions(XItemRenderData renderData)
com.alibaba.fastjson.JSONArray createDatenquellenJSON()
?
).
Also includes plugin data sources (IPluginDataSource
).DB
or CSV
com.alibaba.fastjson.JSONObject createAllDatenquellenJSON()
{DB: [{name: "datasource", type: "DB", paramCount: 2}, LDAP: [], PLUGIN: [], CSV: [], JSON: [], XML: []]}
EDatenquellenTyp
, the string
PLUGIN
for an IPluginDataSource
; or the string LDAP
for an LDAP-query.Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.