| java.lang.Object org.drools.brms.server.util.DataEnumLoader
DataEnumLoader | public class DataEnumLoader (Code) | | Use mvel to load up map/list of valid items for fields - used by the Guided rule editor.
|
Constructor Summary | |
public | DataEnumLoader(String mvelSource) This is the source of the asset, which is an MVEL map (minus the outer "[") of course. |
DataEnumLoader | public DataEnumLoader(String mvelSource)(Code) | | This is the source of the asset, which is an MVEL map (minus the outer "[") of course.
|
getData | public Map getData()(Code) | | Return the map of Fact.field to List (of Strings).
|
getErrors | public List getErrors()(Code) | | Return a list of any errors found.
|
hasErrors | public boolean hasErrors()(Code) | | |
|
|