Class BTCensusRuleSearch
java.lang.Object
overit.geocall.bl.BusinessTask<CensusRuleSearchEvent>
overit.geocallapp.wfm.execution.bl.census.rule.task.BTCensusRuleSearch
- All Implemented Interfaces:
Serializable,Tool
@Event(CensusRuleSearchEvent.class)
public class BTCensusRuleSearch
extends BusinessTask<CensusRuleSearchEvent>
Business task in order to search a
When the
BOCensusRule. When the
CensusRuleSearchEvent is launched the BT notices the call
and searches the BOCensusRule according to the event's input. - Since:
- 20.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(CensusRuleSearchEvent event, PoolKit pk) Writes the searched technical object census rule into the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTCensusRuleSearch
public BTCensusRuleSearch()
-
-
Method Details
-
body
protected void body(CensusRuleSearchEvent event, PoolKit pk) throws DAException, DAValidateException Writes the searched technical object census rule into the event journal.- Specified by:
bodyin classBusinessTask<CensusRuleSearchEvent>- Parameters:
event- theCensusRuleSearchEventpk- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-