Class BTDataCollectionTemplateVersionConversionSearch
java.lang.Object
overit.geocall.bl.BusinessTask<DataCollectionTemplateVersionConversionSearchEvent>
overit.geocallapp.wfm.core.bl.datacollection.converter.template.structure.task.BTDataCollectionTemplateVersionConversionSearch
- All Implemented Interfaces:
Serializable,Tool
@Event(DataCollectionTemplateVersionConversionSearchEvent.class)
public class BTDataCollectionTemplateVersionConversionSearch
extends BusinessTask<DataCollectionTemplateVersionConversionSearchEvent>
Business task in order to search a
When the
filter = event.getFilter();. When the
DataCollectionTemplateVersionConversionSearchEvent is launched
the BT notices the call and searches the filter = event.getFilter(); basing on the event's input. - Since:
- 13.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(DataCollectionTemplateVersionConversionSearchEvent event, PoolKit poolKit) Writes thePageResponseof searchedBODataCollectionTemplateVersionConversioninto the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTDataCollectionTemplateVersionConversionSearch
public BTDataCollectionTemplateVersionConversionSearch()
-
-
Method Details
-
body
protected void body(DataCollectionTemplateVersionConversionSearchEvent event, PoolKit poolKit) throws DAException, DAValidateException Writes thePageResponseof searchedBODataCollectionTemplateVersionConversioninto the event journal.- Specified by:
bodyin classBusinessTask<DataCollectionTemplateVersionConversionSearchEvent>- Parameters:
event- theDataCollectionTemplateVersionConversionSearchEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-