com.opensymphony.workflow.loader
Class ConditionalResultDescriptor

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

public class ConditionalResultDescriptor
extends ResultDescriptor

Version:
$Revision: 1.1 $
Author:
Patrick Lightbody

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

Constructor Detail

ConditionalResultDescriptor

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

getCondition

public java.lang.String getCondition()

See www.opensymphony.com for more information.