Class MetadataRepositoryService


  • public class MetadataRepositoryService
    extends java.lang.Object
    Metadata repository : direct access to databases
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.fasterxml.jackson.databind.JsonNode getDocumentById​(MetadataCollections collection, java.lang.String id, java.lang.Integer tenant)
      Retrieve document by its ID in a given collection filtered by a tenant in mongo
      java.util.List<com.fasterxml.jackson.databind.JsonNode> getDocumentsByIds​(MetadataCollections collection, java.util.Collection<java.lang.String> ids, java.lang.Integer tenant)
      Retrieve document by its ID in a given collection filtered by a tenant in mongo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait