Class BTEntityIndexUpdated
java.lang.Object
overit.geocall.bl.BusinessTask<overit.geocall.edm.event.EntityIndexUpdatedEvent>
overit.geocall.basic.bl.message.task.BTEntityIndexUpdated
- All Implemented Interfaces:
Serializable,Tool
@Event(overit.geocall.edm.event.EntityIndexUpdatedEvent.class)
public class BTEntityIndexUpdated
extends BusinessTask<overit.geocall.edm.event.EntityIndexUpdatedEvent>
Task fired when the index of an entity is updated.
It writes a notification within the messages db table to the tenant admins to notify them about the index update.
It writes a notification within the messages db table to the tenant admins to notify them about the index update.
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTEntityIndexUpdated
-
-
Method Details
-
body
protected void body(overit.geocall.edm.event.EntityIndexUpdatedEvent entityIndexUpdatedEvent, PoolKit poolKit) throws DAException, DAValidateException Description copied from class:BusinessTaskImplements this method to write the specific task logic to handle the input parameter.- Specified by:
bodyin classBusinessTask<overit.geocall.edm.event.EntityIndexUpdatedEvent>- Parameters:
entityIndexUpdatedEvent- the object upon which the task will works onpoolKit- the poolkit containing the reference to the database connection that can be used- Throws:
DAException- in case of database errorDAValidateException- in case of database validation error
-