org.jbpm.process.instance.impl
Class MVELAction
java.lang.Object
org.jbpm.process.instance.impl.MVELAction
- All Implemented Interfaces:
- Externalizable, Serializable, org.drools.core.base.mvel.MVELCompileable, Action
public class MVELAction
- extends Object
- implements Action, org.drools.core.base.mvel.MVELCompileable, Externalizable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MVELAction
public MVELAction()
MVELAction
public MVELAction(org.drools.core.base.mvel.MVELCompilationUnit unit,
String id)
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
compile
public void compile(org.drools.core.rule.MVELDialectRuntimeData data)
- Specified by:
compile
in interface org.drools.core.base.mvel.MVELCompileable
compile
public void compile(org.drools.core.rule.MVELDialectRuntimeData data,
org.drools.core.definitions.rule.impl.RuleImpl rule)
- Specified by:
compile
in interface org.drools.core.base.mvel.MVELCompileable
getDialect
public String getDialect()
execute
public void execute(ProcessContext context)
throws Exception
- Specified by:
execute
in interface Action
- Throws:
Exception
getCompExpr
public Serializable getCompExpr()
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.