com.opensymphony.workflow.loader
Class ConditionalResult

java.lang.Object
  |
  +--com.opensymphony.workflow.loader.Result
        |
        +--com.opensymphony.workflow.loader.ConditionalResult
All Implemented Interfaces:
StatusValues

public class ConditionalResult
extends Result


Fields inherited from interface com.opensymphony.workflow.loader.StatusValues
FINISHED, QUEUED, UNDERWAY
 
Constructor Summary
ConditionalResult(org.w3c.dom.Element conditionalResult)
           
 
Method Summary
 java.lang.String getCondition()
           
 
Methods inherited from class com.opensymphony.workflow.loader.Result
getOwner, getPostFunctions, getStatus, getStep, getValidators
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConditionalResult

public ConditionalResult(org.w3c.dom.Element conditionalResult)
Method Detail

getCondition

public java.lang.String getCondition()

See www.opensymphony.com for more information.