|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.apache.lenya.workflow.impl.BooleanVariableAssignmentImpl
public class BooleanVariableAssignmentImpl
Implementation of a boolean variable assignment.
| Constructor Summary | |
|---|---|
protected |
BooleanVariableAssignmentImpl(java.lang.String name,
boolean value)
Ctor. |
| Method Summary | |
|---|---|
void |
execute(org.apache.lenya.workflow.Version resultingVersion)
|
boolean |
getValue()
Returns the value of this assignment. |
java.lang.String |
getVariable()
Returns the variable of this assignment. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected BooleanVariableAssignmentImpl(java.lang.String name,
boolean value)
name - The variable name.value - The value.| Method Detail |
|---|
public void execute(org.apache.lenya.workflow.Version resultingVersion)
throws org.apache.lenya.workflow.WorkflowException
execute in interface org.apache.lenya.workflow.Actionorg.apache.lenya.workflow.WorkflowExceptionAction.execute(org.apache.lenya.workflow.Version)public boolean getValue()
public java.lang.String getVariable()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||