Class BTDataLog
- All Implemented Interfaces:
Serializable,Tool
Task that log the security concerned data.
Needs a BODataLog with all the information needed.
The record saved on db will contain the content's data, the date on which the modification took place, the reference to the user authorizing the modification, the company where the modification is applied and if present the unique id of the object modified (ie the user id, user type id etc.).
- Since:
- 9.2
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTDataLog
-
-
Method Details
-
body
Description copied from class:BusinessTaskImplements this method to write the specific task logic to handle the input parameter.- Specified by:
bodyin classBusinessTask<BODataLog>- Parameters:
dataLog- the object upon which the task will works onpk- 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
-