当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
StatelessSessionResult (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
org.drools
Interface StatelessSessionResult
- All Known Implementing Classes:
- ReteStatelessSessionResult
public interface StatelessSessionResult
iterateObjects
Iterator iterateObjects()
iterateObjects
Iterator iterateObjects(ObjectFilter filter)
getQueryResults
QueryResults getQueryResults(String query)
- Retrieve the QueryResults of the specified query.
- Parameters:
query
- The name of the query.
- Returns:
- The QueryResults of the specified query.
If no results match the query it is empty.
- Throws:
IllegalArgumentException
- if no query named "query" is found in the rulebase
Copyright © 2001-2007
JBoss Inc.. All Rights Reserved.