Package org.beangle.ems.rule
Interface Context
-
- All Known Implementing Classes:
SimpleContext
public interface Context规则执行上下文- Author:
- chaostone
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddError(org.beangle.commons.text.i18n.Message message)voidaddMessage(org.beangle.commons.text.i18n.Message message)List<org.beangle.commons.text.i18n.Message>getErrors()List<org.beangle.commons.text.i18n.Message>getMessages()Map<String,Object>getParams()
-