org.jbpm.jpdl.internal.rules
Class ExecutionGlobals

java.lang.Object
  extended by org.jbpm.jpdl.internal.rules.ExecutionGlobals
All Implemented Interfaces:
org.drools.runtime.Globals

public class ExecutionGlobals
extends java.lang.Object
implements org.drools.runtime.Globals


Constructor Summary
ExecutionGlobals(Execution execution)
           
 
Method Summary
 java.lang.Object get(java.lang.String variableName)
           
 Outcome getOutcome()
           
 void set(java.lang.String variableName, java.lang.Object value)
           
 void setDelegate(org.drools.runtime.Globals globals)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionGlobals

public ExecutionGlobals(Execution execution)
Method Detail

get

public java.lang.Object get(java.lang.String variableName)
Specified by:
get in interface org.drools.runtime.Globals

set

public void set(java.lang.String variableName,
                java.lang.Object value)
Specified by:
set in interface org.drools.runtime.Globals

setDelegate

public void setDelegate(org.drools.runtime.Globals globals)
Specified by:
setDelegate in interface org.drools.runtime.Globals

getOutcome

public Outcome getOutcome()


Copyright © 2010 JBoss Community. All Rights Reserved.