Class BTDataCollectionTemplateSubsetConverter
java.lang.Object
overit.geocall.bl.BusinessTask<DataCollectionTemplateConverterSubsetEvent>
overit.geocallapp.wfm.core.bl.datacollection.converter.template.task.BTDataCollectionTemplateSubsetConverter
- All Implemented Interfaces:
Serializable,Tool
@Event(DataCollectionTemplateConverterSubsetEvent.class)
public class BTDataCollectionTemplateSubsetConverter
extends BusinessTask<DataCollectionTemplateConverterSubsetEvent>
Business task that starts the Data Collection Template Subset Conversion.
When the
DataCollectionTemplateConverterSubsetEvent is launched. - Since:
- 13.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidInvoke the Data Collection Template subset conversion.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTDataCollectionTemplateSubsetConverter
public BTDataCollectionTemplateSubsetConverter()
-
-
Method Details
-
body
protected void body(DataCollectionTemplateConverterSubsetEvent event, PoolKit pk) throws DAException, DAValidateException Invoke the Data Collection Template subset conversion.- Specified by:
bodyin classBusinessTask<DataCollectionTemplateConverterSubsetEvent>- Parameters:
event- theDataCollectionTemplateConverterMassiveEventpk-PoolKit- Throws:
DAExceptionDAValidateException
-