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