Class BTBundleLoad
java.lang.Object
overit.geocall.bl.BusinessTask<BundleLoadEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<BundleLoadEvent>
overit.geocallapp.wfm.bundler.bl.task.BTBundler<BundleLoadEvent>
overit.geocallapp.wfm.bundler.bl.task.BTBundleLoad
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
Business task in order to load a
When the
The bundle is loaded by loading each one of its components:
Bundle. When the
BundleLoadEvent is launched the BT notices the call and
loads the Bundle basing on the event's input. The bundle is loaded by loading each one of its components:
- the @link BOBundleHeader} is loaded by calling
BundleHeaderLoadEvent - the list of
BOBundleOperationis loaded by callingBundleOperationLoadEvent
- Since:
- 10.1
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(BundleLoadEvent event, PoolKit poolKit) Loads theBundlestarting from the given id and loading all its components.Methods inherited from class overit.geocallapp.wfm.bundler.bl.task.BTBundler
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
-
BTBundleLoad
public BTBundleLoad()
-
-
Method Details
-
execute
protected void execute(BundleLoadEvent event, PoolKit poolKit) throws DAException, DAValidateException Loads theBundlestarting from the given id and loading all its components. The loadedBundleis then written into the event journal.- Specified by:
executein classValidExecutionBusinessTask<BundleLoadEvent>- Parameters:
event- theBundleLoadEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-