Package oracle.rules.sdk2.repository
Class Repositories
java.lang.Object
oracle.rules.sdk2.repository.Repositories
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic MDSRepositoryGet a MDSRepository instance corresponding to the current MDS configuration.static MDSRepositorygetRepository(String name) Get a MDSRepository instance corresponding to an MDS configuration.
- 
Constructor Details- 
Repositoriespublic Repositories()
 
- 
- 
Method Details- 
getRepositoryGet 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
 
- 
getRepositoryGet a MDSRepository instance corresponding to an MDS configuration. If thenameparameter is null, the MDS configuration is obtained from the current ADF configuration typically defined in adf-config.xml. Otherwisenameis the name of the desired MDS configuration.- Throws:
- RepositoryException
 
 
-