|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.ntnu.cikmr.workflow.Statement
edu.ntnu.cikmr.workflow.Execute
public class Execute
Title: Execute statement
Description: Executes an activity or control statement.
Copyright: Copyright (c) 2007
Constructor Summary | |
---|---|
Execute()
|
Method Summary | |
---|---|
boolean |
execute()
|
void |
fromXML(org.w3c.dom.Node n)
|
java.lang.String |
getExecuteID()
Returns the activity id to execute. |
boolean |
getResult()
|
boolean |
isExcuteID()
|
void |
setExecuteControl(java.lang.String control)
Sets the workflow control statement to execute. |
void |
setExecuteID(java.lang.String id)
Sets the activity to execute. |
java.lang.String |
toXML()
|
Methods inherited from class edu.ntnu.cikmr.workflow.Statement |
---|
getParent, resolve, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Execute()
Method Detail |
---|
public boolean execute()
public boolean getResult()
public void fromXML(org.w3c.dom.Node n)
public java.lang.String getExecuteID()
public void setExecuteID(java.lang.String id)
id
- public boolean isExcuteID()
public void setExecuteControl(java.lang.String control)
control
- control statementpublic java.lang.String toXML()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |