Class BTOperationCenterResourceAddressSearch
java.lang.Object
overit.geocall.bl.BusinessTask<OperationCenterResourceAddressSearchEvent>
overit.geocallapp.wfm.core.bl.schedule.schedulingresource.operationcenteraddress.task.BTOperationCenterResourceAddressSearch
- All Implemented Interfaces:
Serializable,Tool
@Event(OperationCenterResourceAddressSearchEvent.class)
public class BTOperationCenterResourceAddressSearch
extends BusinessTask<OperationCenterResourceAddressSearchEvent>
Business task in order to search a
When the
BOOperationCenterResourceAddress. When the
OperationCenterResourceAddressSearchEvent is launched
the BT notices the call and searches the BOOperationCenterResourceAddress basing on the event's input. - Since:
- 9.2
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(OperationCenterResourceAddressSearchEvent event, PoolKit poolKit) Writes the searched operation center resource addresses into the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTOperationCenterResourceAddressSearch
public BTOperationCenterResourceAddressSearch()
-
-
Method Details
-
body
protected void body(OperationCenterResourceAddressSearchEvent event, PoolKit poolKit) throws DAException, DAValidateException Writes the searched operation center resource addresses into the event journal.- Specified by:
bodyin classBusinessTask<OperationCenterResourceAddressSearchEvent>- Parameters:
event- theOperationCenterResourceAddressSearchEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-