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

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

public class UserCodeCondition
extends java.lang.Object
implements Condition

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  UserCodeReference conditionReference
           
 
Constructor Summary
UserCodeCondition()
           
 
Method Summary
 boolean evaluate(OpenExecution execution)
          evaluates this condition in the context of the given execution.
 void setConditionReference(UserCodeReference conditionReference)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

conditionReference

protected UserCodeReference conditionReference
Constructor Detail

UserCodeCondition

public UserCodeCondition()
Method Detail

evaluate

public boolean evaluate(OpenExecution execution)
Description copied from interface: Condition
evaluates this condition in the context of the given execution.

Specified by:
evaluate in interface Condition

setConditionReference

public void setConditionReference(UserCodeReference conditionReference)


Copyright © 2010 JBoss Community. All Rights Reserved.