public interface IRuleTask
extends java.rmi.Remote
Modifier and Type | Method and Description |
---|---|
Rule |
composeNewACRule(AccessControlRuleDef aruledef) |
Rule |
composeNewIntRule(InterceptorRuleDef intdef) |
Rule |
composeNewNonStatRule(ComplexRuleDef ruledef) |
Rule |
composeNewStatRule(ComplexRuleDef ruledef) |
java.lang.String |
computeReferenceInfo(Rule rule) |
AccessControlRuleDef |
decomposeACRubric(Rubric rubric) |
AccessControlRuleDef |
decomposeACRule(Rule rule) |
ComplexRuleDef |
decomposeComplexRule(Rule rule) |
InterceptorRuleDef |
decomposeIntRule(Rule rule) |
java.lang.String |
describeIntRule(Rule rule) |
java.lang.String |
describeMonitoringRule(Rule rule) |
Rule[] |
enumRules() |
Xmlns[] |
stringToXmlnsVector(java.lang.String nsDecls) |
java.lang.String |
xmlnsVectorToString(Xmlns[] ns) |
AccessControlRuleDef decomposeACRule(Rule rule) throws java.rmi.RemoteException
java.rmi.RemoteException
InterceptorRuleDef decomposeIntRule(Rule rule) throws java.rmi.RemoteException
java.rmi.RemoteException
Rule composeNewACRule(AccessControlRuleDef aruledef) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String describeIntRule(Rule rule) throws java.rmi.RemoteException
java.rmi.RemoteException
Rule[] enumRules() throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String describeMonitoringRule(Rule rule) throws java.rmi.RemoteException
java.rmi.RemoteException
ComplexRuleDef decomposeComplexRule(Rule rule) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String xmlnsVectorToString(Xmlns[] ns) throws java.rmi.RemoteException
java.rmi.RemoteException
AccessControlRuleDef decomposeACRubric(Rubric rubric) throws java.rmi.RemoteException
java.rmi.RemoteException
Rule composeNewNonStatRule(ComplexRuleDef ruledef) throws java.rmi.RemoteException
java.rmi.RemoteException
Xmlns[] stringToXmlnsVector(java.lang.String nsDecls) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String computeReferenceInfo(Rule rule) throws java.rmi.RemoteException
java.rmi.RemoteException
Rule composeNewStatRule(ComplexRuleDef ruledef) throws java.rmi.RemoteException
java.rmi.RemoteException
Rule composeNewIntRule(InterceptorRuleDef intdef) throws java.rmi.RemoteException
java.rmi.RemoteException