Data (host object)
From BioUML platform
- Host object name
- data
- Class
JavaScriptData- Plugin
- ru.biosoft.plugins.javascript (JavaScript)
JavaScript host object
ScriptableObject data
Facade for data-manipulations
Functions:
- Scriptable columnNames(
DataCollectiondc) - Boolean contains(String path)
- Boolean contains2(String path,
DataCollectiondc) -
FileDataElementcreateFile(FileCollection parent, String name) -
DataElementget(String path[, String className]) -
DataCollectionget2(DataCollectiondc, String path) - String getLastError()
- DataElement importFile(DataCollection parent, FileDataElement de, String name[, String format])
- DataElement importFile2(DataCollection parent, String path)
-
TableDataCollectionjoin(String type, Object leftSource, Object rightSource, String leftColumns, String rightColumns, String resultName) - Boolean put(
DataCollectiondc, String path,Objectde) - void recalc(
DataCollectiondc, String column, String expression) - Boolean remove(
DataCollectiondc, String path) - Boolean save(
DataCollectiondc, String path) - Object value(Object source, String element, String column)