|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICMSFormProcessorTask
Defines a task which is to be executed on successful validation of the form
by CMSFormProcessor.
CMSFormProcessor| Method Summary | |
|---|---|
CMSFormProcessorTaskResult |
execute(Bundle bundle, ServiceRequest request)
This method is called upon successful form-processing by the CMSFormProcessor. |
boolean |
isStopTask(ServiceRequest request)
Indicates whether the CMSFormProcessor is to stop any
further processing and simply return the result after execution of the
task. |
| Method Detail |
|---|
CMSFormProcessorTaskResult execute(Bundle bundle, ServiceRequest request)
CMSFormProcessor.
bundle - the Bundlerequest - the ServiceRequest
CMSFormProcessorTaskResultCMSFormProcessor.processForm(org.torweg.pulse.bundle.Bundle,
org.torweg.pulse.service.request.ServiceRequest)boolean isStopTask(ServiceRequest request)
CMSFormProcessor is to stop any
further processing and simply return the result after execution of the
task.
request - the current ServiceRequest if required for
further evaluation
true if the CMSFormProcessor is to stop
any further processing and simply return the result after
execution of the task, false otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||