Class BTMeasureValidateBatch
java.lang.Object
overit.geocall.bl.BusinessTask<MeasureValidateBatchEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<MeasureValidateBatchEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidPermissionBusinessTask<MeasureValidateBatchEvent>
overit.geocallapp.utilities.core.bl.common.batch.task.BTBatch<BOMeasure,Void,MeasureValidateEvent,MeasureValidateBatchEvent>
overit.geocallapp.wfm.orchestrator.assets.bl.measuringelement.measure.task.BTMeasureValidateBatch
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(MeasureValidateBatchEvent.class)
public class BTMeasureValidateBatch
extends BTBatch<BOMeasure,Void,MeasureValidateEvent,MeasureValidateBatchEvent>
Business task in order to validate a list of
For each validate the base event
The output will be built as a list containing the return types of the base event
BOMeasure. For each validate the base event
MeasureValidateEvent is called and as input it will receive a BOMeasure
from the list of BOMeasure as input. The output will be built as a list containing the return types of the base event
MeasureValidateEvent. - Since:
- 21.0
- See Also:
- GCApi:
- task
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the class of the business event to be used for processing each input item.Methods inherited from class overit.geocallapp.utilities.core.bl.common.batch.task.BTBatch
execute, executeEvent, getEventConstructor, isValidExecutionMethods inherited from class overit.geocallapp.utilities.core.bl.common.validexecution.ValidPermissionBusinessTask
checkValidExecution, getException, throwExceptionIfInvalidMethods inherited from class overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask
body, getEventMethods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTMeasureValidateBatch
public BTMeasureValidateBatch()
-
-
Method Details
-
getBusinessEventClass
Description copied from class:BTBatchReturns the class of the business event to be used for processing each input item. This method must be implemented by subclasses to specify which business event class should be instantiated for each input item in the batch.- Specified by:
getBusinessEventClassin classBTBatch<BOMeasure,Void, MeasureValidateEvent, MeasureValidateBatchEvent> - Returns:
- the class object representing the business event type
-