public interface Session
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
List |
execute(List facts)
apply the rules to the given sent of facts and send the result facts back.
|
List execute(List facts) throws org.wso2.carbon.rule.common.exception.RuleRuntimeException
facts - - list of facts given as POJOs to be executed against backend runtimeorg.wso2.carbon.rule.common.exception.RuleRuntimeException - - if there is a problem occursvoid destroy()
throws org.wso2.carbon.rule.common.exception.RuleRuntimeException
org.wso2.carbon.rule.common.exception.RuleRuntimeException - - if there is a problem occursCopyright © 2019 WSO2. All rights reserved.