Class FlatQueryResultRow
- java.lang.Object
-
- org.drools.core.runtime.rule.impl.FlatQueryResultRow
-
- All Implemented Interfaces:
org.kie.api.runtime.rule.QueryResultsRow,org.kie.api.runtime.rule.Row
public class FlatQueryResultRow extends java.lang.Object implements org.kie.api.runtime.rule.QueryResultsRow
-
-
Constructor Summary
Constructors Constructor Description FlatQueryResultRow(java.util.Map<java.lang.String,org.kie.api.runtime.rule.FactHandle> idFactHandleMap, java.util.Map<java.lang.String,java.lang.Object> idResultMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectget(java.lang.String identifier)org.kie.api.runtime.rule.FactHandlegetFactHandle(java.lang.String identifier)java.util.List<java.lang.String>getIdentifiers()
-
-
-
Method Detail
-
get
public java.lang.Object get(java.lang.String identifier)
- Specified by:
getin interfaceorg.kie.api.runtime.rule.Row
-
getFactHandle
public org.kie.api.runtime.rule.FactHandle getFactHandle(java.lang.String identifier)
- Specified by:
getFactHandlein interfaceorg.kie.api.runtime.rule.Row
-
getIdentifiers
public java.util.List<java.lang.String> getIdentifiers()
-
-