- importCompetencies(String, EcIdentity, boolean, Callback2<Array<EcCompetency>, EcFramework>, Callback1<Object>, Callback1<Object>, EcRepository) - Static method in class org.cass.importer.ASNImport
-
Method to import the competencies from an ASN JSON file,
should be called after analyzing the file
- importCompetencies(Object, String, EcIdentity, Integer, Integer, Integer, Integer, Object, Integer, Integer, Integer, Callback2<Array<EcCompetency>, Array<EcAlignment>>, Callback1<Object>, Callback1<Object>, Boolean, EcRepository) - Static method in class org.cass.importer.CSVImport
-
Method to create competencies (and relationships if the parameters are passed in)
based on a CSV file and references to which columns correspond to which pieces
of data.
- importCompetencies(EcFramework, EcFramework, boolean, String, EcIdentity, Callback2<Array<EcCompetency>, Array<EcAlignment>>, Callback1<Object>, EcRepository) - Static method in class org.cass.importer.FrameworkImport
-
Copies or links competencies that exist in one framework in a CASS instance,
to another different framework in the same CASS instance.
- importCompetencies(String, EcIdentity, Callback1<Array<EcCompetency>>, Callback1<Object>, Callback1<Object>, EcRepository) - Static method in class org.cass.importer.MedbiqImport
-
Method for actually creating the competencies in the CASS repository after a
Medbiquitous XML file has been parsed.
- importCompetencies(String, String, EcIdentity, Callback2<Array<EcCompetency>, Array<EcAlignment>>, Callback1<String>, Callback1<Object>, EcRepository, boolean) - Static method in class org.cass.importer.TabStructuredImport
-
Method to create competencies (and relationships if the parameters are passed in)
based on a CSV file and references to which columns correspond to which pieces
of data.
- importData(Object, String, EcIdentity, Callback1<Array<EcRemoteLinkedData>>, Callback1<Object>, Callback1<Object>, Integer, String, String, EcRepository) - Static method in class org.cass.importer.CSVImport
-
- Importer - Class in org.cass.importer
-
Base class for all importers, can hold helper functions
that are useful for all importers
- Importer() - Constructor for class org.cass.importer.Importer
-
- importFrameworksAndCompetencies(EcRepository, Object, Callback2<Array<EcConceptScheme>, Array<EcConcept>>, Callback1<Object>, EcIdentity) - Static method in class org.cass.importer.CTDLASNCSVConceptImport
-
- importFrameworksAndCompetencies(EcRepository, Object, Callback3<Array<EcFramework>, Array<EcCompetency>, Array<EcAlignment>>, Callback1<Object>, EcIdentity) - Static method in class org.cass.importer.CTDLASNCSVImport
-
- isArray(Object) - Static method in class org.cass.importer.Importer
-
- isObject(Object) - Static method in class org.cass.importer.Importer
-