|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.raritantechnologies.searchApp.database.JobProcessSaveAction
Triggers an IJobProcess execution on a doAction( ) and/or a doUpdate call.
XML Configuration Template:
<SaveAction class="com.raritantechnologies.searchApp.database.JobProcessSaveAction" >
<!-- One or more page context parameters that will trigger execution of the JobProcess -->
<ActionParameters>
<Param ID="[ name of the request parameter ]" value="[ value of parameter ]" executeOn="[ true(default) | false ]" >
<Param ID="[ name of the request parameter ]" executeOn="[ true(default) | false ]" >
<Comparator class="[ class of com.raritantechnologies.utils.comparators.IComparator ]" >
</Comparator>
</Param>
</ActionParameters>
<JobProcess class="[ class of com.raritantechnologies.searchApp.scheduler.IJobProcess ]" >
</JobProcess>
</SaveAction>
| Constructor Summary | |
JobProcessSaveAction()
|
|
| Method Summary | |
boolean |
doAction(RaritanPageContext pageContext)
Determines if the SaveAction should be executed. |
void |
doUpdate(RaritanPageContext pageContext)
Executes the save action. |
void |
initialize(org.w3c.dom.Element elem)
Initializes the object from an XML tag or element. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JobProcessSaveAction()
| Method Detail |
public void initialize(org.w3c.dom.Element elem)
IConfigurable
initialize in interface ISaveActionpublic boolean doAction(RaritanPageContext pageContext)
ISaveAction
doAction in interface ISaveActionpublic void doUpdate(RaritanPageContext pageContext)
ISaveAction
doUpdate in interface ISaveAction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||