public class FeelReturnValueEvaluator extends Object implements ReturnValueEvaluator, Externalizable
Constructor and Description |
---|
FeelReturnValueEvaluator() |
FeelReturnValueEvaluator(String expr) |
Modifier and Type | Method and Description |
---|---|
Object |
evaluate(org.kie.api.runtime.process.ProcessContext context) |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public FeelReturnValueEvaluator()
public FeelReturnValueEvaluator(String expr)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public Object evaluate(org.kie.api.runtime.process.ProcessContext context) throws Exception
evaluate
in interface ReturnValueEvaluator
Exception
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.