Package io.deephaven.webdata
Class WorkspaceDataTool
java.lang.Object
io.deephaven.webdata.WorkspaceDataTool
Tool to add to, display from, and generate CSV from the WorkspaceData table. It uses the workspace helper query to perform
all actions.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Holder for details on the requested operation. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUserDataTable
(WorkspaceDataTool.OperationDetails operationDetails) void
logUserData
(WorkspaceDataTool.OperationDetails operationDetails) static void
readCSVFile
(String filterOwner, String filterName, File inputFile)
-
Constructor Details
-
WorkspaceDataTool
- Throws:
IOException
-
-
Method Details
-
readCSVFile
public List<UpdateWorkspaceDataTableQuery.Row> readCSVFile(String filterOwner, String filterName, File inputFile) throws IOException - Throws:
IOException
-
logUserData
- Throws:
Exception
-
getUserDataTable
-
main
- Throws:
Exception
-