Class ResourceCollection


  • public abstract class ResourceCollection
    extends java.lang.Object
    Collection of typed resources.
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract @NotNull java.util.List<org.molgenis.data.meta.model.EntityType> getEntityTypes()  
      abstract @NotNull java.util.List<org.molgenis.data.meta.model.Package> getPackages()  
      static ResourceCollection of​(java.util.List<org.molgenis.data.meta.model.Package> packages, java.util.List<org.molgenis.data.meta.model.EntityType> entityTypes)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResourceCollection

        public ResourceCollection()
    • Method Detail

      • getPackages

        @NotNull
        public abstract @NotNull java.util.List<org.molgenis.data.meta.model.Package> getPackages()
      • getEntityTypes

        @NotNull
        public abstract @NotNull java.util.List<org.molgenis.data.meta.model.EntityType> getEntityTypes()
      • of

        public static ResourceCollection of​(java.util.List<org.molgenis.data.meta.model.Package> packages,
                                            java.util.List<org.molgenis.data.meta.model.EntityType> entityTypes)