public class MVELReturnValueEvaluator extends Object implements ReturnValueEvaluator, org.drools.core.base.mvel.MVELCompileable, Externalizable
| Constructor and Description |
|---|
MVELReturnValueEvaluator() |
MVELReturnValueEvaluator(org.drools.core.base.mvel.MVELCompilationUnit unit,
String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
compile(org.drools.core.rule.MVELDialectRuntimeData data) |
void |
compile(org.drools.core.rule.MVELDialectRuntimeData data,
org.drools.core.definitions.rule.impl.RuleImpl rule) |
Object |
evaluate(org.kie.api.runtime.process.ProcessContext context) |
Serializable |
getCompExpr() |
String |
getDialect() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public MVELReturnValueEvaluator()
public MVELReturnValueEvaluator(org.drools.core.base.mvel.MVELCompilationUnit unit,
String id)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void compile(org.drools.core.rule.MVELDialectRuntimeData data)
compile in interface org.drools.core.base.mvel.MVELCompileablepublic void compile(org.drools.core.rule.MVELDialectRuntimeData data,
org.drools.core.definitions.rule.impl.RuleImpl rule)
compile in interface org.drools.core.base.mvel.MVELCompileablepublic String getDialect()
public Object evaluate(org.kie.api.runtime.process.ProcessContext context) throws Exception
evaluate in interface ReturnValueEvaluatorExceptionpublic Serializable getCompExpr()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.