站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss JBPM 3.1.3 API 英文版文档

JbpmVariableResolver (jbpm-3.1.3) - JBoss JBPM 3.1.3 API 英文版文档


org.jbpm.jpdl.el.impl
Class JbpmVariableResolver

java.lang.Object
  extended by org.jbpm.jpdl.el.impl.JbpmVariableResolver
All Implemented Interfaces:
VariableResolver

public class JbpmVariableResolver
extends java.lang.Object
implements VariableResolver


Constructor Summary
JbpmVariableResolver()
           
 
Method Summary
 java.lang.Object resolveVariable(java.lang.String name)
          Resolves the specified variable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JbpmVariableResolver

public JbpmVariableResolver()
Method Detail

resolveVariable

public java.lang.Object resolveVariable(java.lang.String name)
                                 throws ELException
Description copied from interface: VariableResolver
Resolves the specified variable. Returns null if the variable is not found.

Specified by:
resolveVariable in interface VariableResolver
Parameters:
name - the name of the variable to resolve
Returns:
the result of the variable resolution
Throws:
ELException - if a failure occurred while trying to resolve the given variable


Version : jbpm-3.1.3