public class JavaScriptAction extends Object implements Action, Externalizable
Constructor and Description |
---|
JavaScriptAction() |
JavaScriptAction(String expr) |
Modifier and Type | Method and Description |
---|---|
void |
execute(org.kie.api.runtime.process.ProcessContext context) |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public JavaScriptAction()
public JavaScriptAction(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
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.