|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.apache.lenya.workflow.impl.AbstractCondition
public abstract class AbstractCondition
Abstract base class for workflow conditions.
| Constructor Summary | |
|---|---|
AbstractCondition()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getExpression()
Returns the expression of this condition. |
void |
setExpression(java.lang.String expression)
Sets the expression for this condition. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.lenya.workflow.Condition |
|---|
isComplied |
| Constructor Detail |
|---|
public AbstractCondition()
| Method Detail |
|---|
public void setExpression(java.lang.String expression)
throws WorkflowException
Condition
setExpression in interface Conditionexpression - The expression.
WorkflowException - when the expression is not valid.setExpression(java.lang.String)public java.lang.String getExpression()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||