| Package | Description |
|---|---|
| org.wso2.carbon.rule.common | |
| org.wso2.carbon.rule.common.config |
| Modifier and Type | Method and Description |
|---|---|
List<Fact> |
Input.getFacts() |
List<Fact> |
Output.getFacts() |
| Modifier and Type | Method and Description |
|---|---|
void |
Input.addFact(Fact fact) |
void |
Output.addFact(Fact fact) |
| Modifier and Type | Method and Description |
|---|---|
void |
Input.setFacts(List<Fact> facts) |
void |
Output.setFacts(List<Fact> facts) |
| Modifier and Type | Method and Description |
|---|---|
static Fact |
FactHelper.getFact(org.apache.axiom.om.OMElement factElement) |
| Modifier and Type | Method and Description |
|---|---|
static void |
HelperUtil.processFactDefaultValues(List<Fact> facts,
ClassLoader classLoader) |
Copyright © 2018 WSO2. All rights reserved.