|
|||||||||
| Home >> All >> org >> apache >> lenya >> workflow >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.lenya.workflow.impl
Class ConditionFactory

java.lang.Objectorg.apache.lenya.workflow.impl.ConditionFactory
- public final class ConditionFactory
- extends java.lang.Object
Factory to build conditions.
| Constructor Summary | |
private |
ConditionFactory()
Ctor. |
| Method Summary | |
protected static org.apache.lenya.workflow.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 |
| Constructor Detail |
ConditionFactory
private ConditionFactory()
- Ctor.
| Method Detail |
createCondition
protected static org.apache.lenya.workflow.Condition createCondition(java.lang.String className, java.lang.String expression) throws org.apache.lenya.workflow.WorkflowException
- Creates a condition.
|
|||||||||
| Home >> All >> org >> apache >> lenya >> workflow >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.lenya.workflow.impl.ConditionFactory