Members
# collectionAssociation
An object with keys equal to the collection name and values the associated collection instance.
# collectionLoadSequence
A list of collection class instances in the order required for them to be sequentially loaded from a file. Note that some collection class instances are implicitly initialized and so do not appear in this list. This is the list used to specify the collections for both dump and restore. For example: Slugs, AcademicYearInstances, and PublicStats. Some collections are not yet part of dump/restore.
# collections
A list of all RadGrad API collections in alphabetical order. This list is used for things like checking integrity.
Methods
# getCollection(collectionName)
Return the collection class instance given its name.
Parameters:
Name | Type | Description |
---|---|---|
collectionName |
The name of the collection. |
If collectionName does not name a collection.
The collection class instance.