public class CSVExport extends Exporter
| Modifier and Type | Class and Description |
|---|---|
class |
CSVExport.CSVExportProcess |
| Constructor and Description |
|---|
CSVExport() |
| Modifier and Type | Method and Description |
|---|---|
static void |
exportFramework(String frameworkId,
org.stjs.javascript.functions.Callback0 success,
org.stjs.javascript.functions.Callback1<String> failure)
Method to export the CSV files of competencies and relationships for a framework
|
static void |
exportObjects(org.stjs.javascript.Array<org.cassproject.schema.general.EcRemoteLinkedData> objects,
String fileName) |
public static void exportObjects(org.stjs.javascript.Array<org.cassproject.schema.general.EcRemoteLinkedData> objects,
String fileName)
public static void exportFramework(String frameworkId, org.stjs.javascript.functions.Callback0 success, org.stjs.javascript.functions.Callback1<String> failure)
{String} - frameworkId
Id of the framework to export{Callback0} - success
Callback triggered after both files have been successfully exported{Callback1} - failure
Callback triggered if an error occurs during exportCopyright © 2017 Eduworks Corporation. All rights reserved.