|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.drools.repository.RulesRepositoryAdministrator
public class RulesRepositoryAdministrator
This class is for administering the rules repo. Any "sensitive" actions can happen in here.
Constructor Summary | |
---|---|
RulesRepositoryAdministrator(javax.jcr.Session session)
Pass in a session that is capable of doing admin-ey type stuff. |
Method Summary | |
---|---|
void |
clearRulesRepository()
Clears out the entire tree below the rules repository node of the JCR repository. |
boolean |
isRepositoryInitialized()
This will tell you if the repository currently connected to is initialized. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RulesRepositoryAdministrator(javax.jcr.Session session)
Method Detail |
---|
public boolean isRepositoryInitialized()
public void clearRulesRepository()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |