Interface RuleModelIActionPersistenceExtension
-
public interface RuleModelIActionPersistenceExtension
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(String iActionString)org.drools.workbench.models.datamodel.rule.PluggableIActionunmarshal(String iActionString)
-
-
-
Method Detail
-
accept
boolean accept(String iActionString)
-
unmarshal
org.drools.workbench.models.datamodel.rule.PluggableIAction unmarshal(String iActionString) throws RuleModelDRLPersistenceException
- Throws:
RuleModelDRLPersistenceException
-
-