| 
 | Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1.4.0) E10663-04 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
   oracle.rules.sdk2.repository.RepositoryManager
oracle.rules.sdk2.repository.RepositoryManager
public final class RepositoryManager
To access list of repository types, and get instance of a repository type.
| Method Summary | |
|---|---|
| static RuleRepository | createRuleRepositoryInstance(RepositoryType repoType)Create an un-initialized repository instance of the given type | 
| static RuleRepository | getMDSRuleRepository(RepositoryContext context)A convenience method to get a RuleRepository instance for an MDS based repository. | 
| static RepositoryType | getRegisteredRepositoryType(java.lang.String repoTypeKey)Get a RepositoryType by its key name | 
| static java.util.List<RepositoryType> | getRegisteredRepositoryTypes()Returns a List of known repository types. | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static RuleRepository getMDSRuleRepository(RepositoryContext context)
                                           throws RepositoryException
context - Contextual information for creating the RuleRepository instance. If may be null if no additional context is required.RepositoryException - if error creating the repository instancepublic static java.util.List<RepositoryType> getRegisteredRepositoryTypes()
RepositoryTypepublic static RepositoryType getRegisteredRepositoryType(java.lang.String repoTypeKey)
repoTypeKey - key of the repository type
public static RuleRepository createRuleRepositoryInstance(RepositoryType repoType)
                                                   throws RepositoryException
repoType - the type of the repository instanceRepositoryException - if error when creating the repository instance| 
 | Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1.4.0) E10663-04 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||