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