@Component @Named(value="liveData.liveTable") @Singleton @Unstable public class LiveTableScriptService extends Object implements org.xwiki.script.service.ScriptService
Constructor and Description |
---|
LiveTableScriptService() |
Modifier and Type | Method and Description |
---|---|
LiveDataConfiguration |
getConfig(String id,
List<String> columns,
Map<String,Object> columnProperties,
Map<String,Object> options)
Converts the Live Table configuration into Live Data configuration, also adding the default values.
|
public LiveDataConfiguration getConfig(String id, List<String> columns, Map<String,Object> columnProperties, Map<String,Object> options)
id
- the live table idcolumns
- the list of live table columnscolumnProperties
- the column propertiesoptions
- the live table optionsCopyright © 2004–2022 XWiki. All rights reserved.