org.jbpm.process.instance.impl
public class XPATHReturnValueEvaluator extends Object implements ReturnValueEvaluator, Externalizable
Constructor and Description |
---|
XPATHReturnValueEvaluator() |
XPATHReturnValueEvaluator(String expression,
String id) |
Modifier and Type | Method and Description |
---|---|
Object |
evaluate(org.kie.api.runtime.process.ProcessContext context) |
String |
getDialect() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
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 String getDialect()
public Object evaluate(org.kie.api.runtime.process.ProcessContext context) throws Exception
evaluate
in interface ReturnValueEvaluator
Exception
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.