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