Class Repositories

java.lang.Object
oracle.rules.sdk2.repository.Repositories

public final class Repositories extends Object
  • Constructor Details

    • Repositories

      public Repositories()
  • Method Details

    • getRepository

      public static MDSRepository getRepository() throws RepositoryException
      Get a MDSRepository instance corresponding to the current MDS configuration. Returns null if MDS is not currently configured in ADF.
      Returns:
      the MDSRepository instance
      Throws:
      RepositoryException
    • getRepository

      public static MDSRepository getRepository(String name) throws RepositoryException
      Get a MDSRepository instance corresponding to an MDS configuration. If the name parameter is null, the MDS configuration is obtained from the current ADF configuration typically defined in adf-config.xml. Otherwise name is the name of the desired MDS configuration.
      Throws:
      RepositoryException