Class MediumConstraintMatchPersistenceExtension
- java.lang.Object
-
- org.optaplanner.workbench.screens.guidedrule.backend.server.plugin.MediumConstraintMatchPersistenceExtension
-
- All Implemented Interfaces:
org.drools.workbench.models.commons.backend.rule.RuleModelIActionPersistenceExtension
@ApplicationScoped public class MediumConstraintMatchPersistenceExtension extends Object implements org.drools.workbench.models.commons.backend.rule.RuleModelIActionPersistenceExtension
-
-
Constructor Summary
Constructors Constructor Description MediumConstraintMatchPersistenceExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(String iActionString)org.drools.workbench.models.datamodel.rule.PluggableIActionunmarshal(String iActionString)
-
-
-
Method Detail
-
accept
public boolean accept(String iActionString)
- Specified by:
acceptin interfaceorg.drools.workbench.models.commons.backend.rule.RuleModelIActionPersistenceExtension
-
unmarshal
public org.drools.workbench.models.datamodel.rule.PluggableIAction unmarshal(String iActionString) throws org.drools.workbench.models.commons.backend.rule.exception.RuleModelDRLPersistenceException
- Specified by:
unmarshalin interfaceorg.drools.workbench.models.commons.backend.rule.RuleModelIActionPersistenceExtension- Throws:
org.drools.workbench.models.commons.backend.rule.exception.RuleModelDRLPersistenceException
-
-