Creates a ResolutionTree
Adds all the documents of a collection to the resolution tree
Adds multiple documents to the resolution tree
Gets all documents of a collection in the resolution tree
Path to the collection
If false (default), only gets the documents if the collection node has all the documents of the DB. If true, gets all the documents in the collection even if it may not be all the documents in the DB
Gets all the document of the collection or null if the collection isn't full and ignoreFullness is not raised.
Gets all documents of a collection in the resolution tree with the type requested
Type of the document
Path to the collection
Type of the document
If false (default), only gets the documents if the collection node has all the documents of the DB. If true, gets all the documents in the collection even if it may not be all the documents in the DB
Gets all the document of the collection or null if the collection isn't full and ignoreFullness is not raised.
Gets a document in the resolution tree
Path to the document
The document if it exists or null if it doesn't
Gets a typed document in the resolution tree
Type of the document
The document if it exists AND is of the type provided or null if it doesn't
Resolution tree