Class BTCriticalActivityLoad
java.lang.Object
overit.geocall.bl.BusinessTask<CriticalActivityLoadEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<CriticalActivityLoadEvent>
overit.geocallapp.wfm.core.bl.criticalactivity.detectprocess.task.BTCriticalActivity<CriticalActivityLoadEvent>
overit.geocallapp.wfm.core.bl.criticalactivity.task.BTCriticalActivityLoad
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(CriticalActivityLoadEvent.class)
public class BTCriticalActivityLoad
extends BTCriticalActivity<CriticalActivityLoadEvent>
Business task in order to load a
When the
BOCriticalActivity. When the
CriticalActivityLoadEvent is launched
the BT notices the call and loads the BOCriticalActivity basing on the event's input. Required fields:
- Critical Activity id
- Since:
- 13.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(CriticalActivityLoadEvent event, PoolKit poolKit) Executes the actual business logic after validation has passed.Methods inherited from class overit.geocallapp.wfm.core.bl.criticalactivity.detectprocess.task.BTCriticalActivity
getException, isValidExecution, throwExceptionIfInvalidMethods inherited from class overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask
body, checkValidExecution, getEventMethods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTCriticalActivityLoad
public BTCriticalActivityLoad()
-
-
Method Details
-
execute
protected void execute(CriticalActivityLoadEvent event, PoolKit poolKit) throws DAException, DAValidateException Description copied from class:ValidExecutionBusinessTaskExecutes the actual business logic after validation has passed.- Specified by:
executein classValidExecutionBusinessTask<CriticalActivityLoadEvent>- Parameters:
event- the input event to processpoolKit- thePoolKit- Throws:
DAException- if a data access error occurs during executionDAValidateException- if validation fails during execution
-