public class RulesEngineFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<RuleEngine>
| Constructor and Description |
|---|
RulesEngineFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getFunctionPackages() |
RuleEngine |
getObject() |
Class<RuleEngine> |
getObjectType() |
List<Object> |
getRules() |
Integer |
getSatisfyCondition() |
Boolean |
getStopOnFail() |
boolean |
isSingleton() |
void |
setFunctionPackages(String[] functionPackages) |
void |
setRules(List<Object> rules) |
void |
setSatisfyCondition(Integer satisfyCondition) |
void |
setStopOnFail(Boolean stopOnFail) |
public RuleEngine getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<RuleEngine>Exceptionpublic Class<RuleEngine> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<RuleEngine>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<RuleEngine>public Integer getSatisfyCondition()
public void setSatisfyCondition(Integer satisfyCondition)
public String[] getFunctionPackages()
public void setFunctionPackages(String[] functionPackages)
public Boolean getStopOnFail()
public void setStopOnFail(Boolean stopOnFail)
Copyright © 2016. All rights reserved.