org.jbpm.pvm.internal.wire.usercode
Class UserCodeReference

java.lang.Object
  extended by org.jbpm.pvm.internal.wire.usercode.UserCodeReference
All Implemented Interfaces:
java.io.Serializable

public class UserCodeReference
extends java.lang.Object
implements java.io.Serializable

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  java.lang.Object cachedObject
           
protected  Descriptor descriptor
           
protected  boolean isCached
           
 
Constructor Summary
UserCodeReference()
           
 
Method Summary
 Descriptor getDescriptor()
           
 java.lang.Object getObject(Execution execution)
           
 java.lang.Object getObject(ProcessDefinitionImpl processDefinition)
           
protected  java.lang.Object getObject(ProcessDefinitionImpl processDefinition, Execution execution)
           
protected  ProcessDefinitionImpl getProcessDefinition(Execution execution)
           
 void setCached(boolean isCached)
           
 void setDescriptor(Descriptor descriptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isCached

protected boolean isCached

cachedObject

protected java.lang.Object cachedObject

descriptor

protected Descriptor descriptor
Constructor Detail

UserCodeReference

public UserCodeReference()
Method Detail

getObject

public java.lang.Object getObject(Execution execution)

getObject

public java.lang.Object getObject(ProcessDefinitionImpl processDefinition)

getObject

protected java.lang.Object getObject(ProcessDefinitionImpl processDefinition,
                                     Execution execution)

getProcessDefinition

protected ProcessDefinitionImpl getProcessDefinition(Execution execution)

setCached

public void setCached(boolean isCached)

setDescriptor

public void setDescriptor(Descriptor descriptor)

getDescriptor

public Descriptor getDescriptor()


Copyright © 2010 JBoss Community. All Rights Reserved.