org.apache.lenya.workflow.impl
Class ConditionFactory

java.lang.Object
  extended by org.apache.lenya.workflow.impl.ConditionFactory

public final class ConditionFactory
extends java.lang.Object

Factory to build conditions.


Method Summary
protected static Condition createCondition(java.lang.String className, java.lang.String expression)
          Creates a condition.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createCondition

protected static Condition createCondition(java.lang.String className,
                                           java.lang.String expression)
                                    throws WorkflowException
Creates a condition.

Parameters:
className - The condition class name.
expression - The condition expression.
Returns:
A condition.
Throws:
WorkflowException - when creating the condition failed.


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.