org.jbpm.context.exe.variableinstance
Class JcrNodeInstance
java.lang.Object
org.jbpm.context.exe.VariableInstance
org.jbpm.context.exe.variableinstance.JcrNodeInstance
- All Implemented Interfaces:
- Serializable
public class JcrNodeInstance
- extends VariableInstance
- See Also:
- Serialized Form
|
Method Summary |
protected Object |
getObject()
is the value, stored by this variable instance. |
boolean |
isStorable(Object value)
is true if this variable-instance supports the given value, false otherwise. |
protected void |
setObject(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 |
JcrNodeInstance
public JcrNodeInstance()
isStorable
public boolean isStorable(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 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(Object value)
- Description copied from class:
VariableInstance
- stores the value in this variable instance.
- Specified by:
setObject in class VariableInstance
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.