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

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


org.jbpm.context.exe.variableinstance
Class Ejb3Instance

java.lang.Object
  extended by org.jbpm.context.exe.VariableInstance
      extended by org.jbpm.context.exe.variableinstance.Ejb3Instance
All Implemented Interfaces:
java.io.Serializable

public class Ejb3Instance
extends VariableInstance

See Also:
Serialized Form

Field Summary
protected  java.lang.String className
           
protected  java.lang.Long id
           
 
Fields inherited from class org.jbpm.context.exe.VariableInstance
converter, isValueCached, name, processInstance, token, tokenVariableMap, valueCache
 
Constructor Summary
Ejb3Instance()
           
 
Method Summary
protected  java.lang.Object getObject()
          is the value, stored by this variable instance.
 boolean isStorable(java.lang.Object value)
          is true if this variable-instance supports the given value, false otherwise.
protected  void setObject(java.lang.Object value)
          stores the value in this variable instance.
 
Methods inherited from class org.jbpm.context.exe.VariableInstance
create, createVariableInstance, getName, getProcessInstance, getToken, getValue, removeReferences, setTokenVariableMap, setValue, supports, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected java.lang.Long id

className

protected java.lang.String className
Constructor Detail

Ejb3Instance

public Ejb3Instance()
Method Detail

isStorable

public boolean isStorable(java.lang.Object value)
Description copied from class: VariableInstance
is true if this variable-instance supports the given value, false otherwise.

Specified by:
isStorable in class VariableInstance

getObject

protected java.lang.Object getObject()
Description copied from class: VariableInstance
is the value, stored by this variable instance.

Specified by:
getObject in class VariableInstance

setObject

protected void setObject(java.lang.Object value)
Description copied from class: VariableInstance
stores the value in this variable instance.

Specified by:
setObject in class VariableInstance


Version : jbpm-3.1.3