Difference between revisions of "Data (host object)"
From BioUML platform
(Automatic synchronization with BioUML) |
(Automatic synchronization with BioUML) |
||
Line 17: | Line 17: | ||
* Boolean '''contains2'''(String path, {{Class|ru.biosoft.access.DataCollection}} dc) | * Boolean '''contains2'''(String path, {{Class|ru.biosoft.access.DataCollection}} dc) | ||
* {{Class|ru.biosoft.access.FileDataElement}} '''createFile'''(FileCollection parent, String name) | * {{Class|ru.biosoft.access.FileDataElement}} '''createFile'''(FileCollection parent, String name) | ||
− | * {{Class|ru.biosoft.access.DataElement}} '''get'''(String path) | + | * {{Class|ru.biosoft.access.DataElement}} '''get'''(String path<nowiki>[</nowiki>, String className<nowiki>]</nowiki>) |
* {{Class|ru.biosoft.access.DataCollection}} '''get2'''({{Class|ru.biosoft.access.DataCollection}} dc, String path) | * {{Class|ru.biosoft.access.DataCollection}} '''get2'''({{Class|ru.biosoft.access.DataCollection}} dc, String path) | ||
* String '''getLastError'''() | * String '''getLastError'''() |
Revision as of 16:18, 11 December 2014
- Host object name
- data
- Class
JavaScriptData
- Plugin
- ru.biosoft.plugins.javascript (JavaScript)
JavaScript host object
ScriptableObject data
Facade for data-manipulations
Functions:
- Scriptable columnNames(
DataCollection
dc) - Boolean contains(String path)
- Boolean contains2(String path,
DataCollection
dc) -
FileDataElement
createFile(FileCollection parent, String name) -
DataElement
get(String path[, String className]) -
DataCollection
get2(DataCollection
dc, String path) - String getLastError()
- DataElement importFile(DataCollection parent, FileDataElement de, String name[, String format])
- DataElement importFile2(DataCollection parent, String path)
-
TableDataCollection
join(String type, Object leftSource, Object rightSource, String leftColumns, String rightColumns, String resultName) - Boolean put(
DataCollection
dc, String path,Object
de) - void recalc(
DataCollection
dc, String column, String expression) - Boolean remove(
DataCollection
dc, String path) - Boolean save(
DataCollection
dc, String path) -
FilteredDataCollection
trim(Object source, Integer from, Integer to) - Object value(Object source, String element, String column)