org.jbpm.workflow.core.node
Class Transformation
java.lang.Object
org.jbpm.workflow.core.node.Transformation
- All Implemented Interfaces:
- Serializable
public class Transformation
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Transformation
public Transformation(String lang,
String expression)
Transformation
public Transformation(String lang,
String expression,
String source)
getLanguage
public String getLanguage()
setLanguage
public void setLanguage(String language)
getExpression
public String getExpression()
setExpression
public void setExpression(String expression)
getCompiledExpression
public Object getCompiledExpression()
setCompiledExpression
public void setCompiledExpression(Object compliedExpression)
getSource
public String getSource()
setSource
public void setSource(String source)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.