|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Each task is performed by one or more steps. (Each task even of the same class need not have the same number of steps in each instance.)
| Method Summary | |
void |
completed(DatabaseTransaction transaction)
Completes the step. |
void |
doGet(DatabaseTransaction transaction,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Called when the step needs to be viewed. |
void |
doPost(DatabaseTransaction transaction,
MultipartHttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Called when the user has changed the presentation via the template. |
Task |
getTask()
Returns the task associated with this step. |
void |
setTask(Task task)
Sets the task associated with this step. |
void |
started(DatabaseTransaction transaction)
Starts the step. |
| Method Detail |
public Task getTask()
public void setTask(Task task)
public void started(DatabaseTransaction transaction)
throws DatabaseException,
TaskException
DatabaseException
TaskException
public void completed(DatabaseTransaction transaction)
throws DatabaseException,
TaskException
DatabaseException
TaskException
public void doPost(DatabaseTransaction transaction,
MultipartHttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws DatabaseException,
TaskException
DatabaseException
TaskException
public void doGet(DatabaseTransaction transaction,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws DatabaseException,
TaskException
DatabaseException
TaskException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||