Class BTDeleteSecretValueLog
java.lang.Object
overit.geocall.bl.BusinessTask<DeleteSecretValueEvent>
overit.geocall.basic.bl.DataLogReactor<DeleteSecretValueEvent>
overit.geocall.basic.bl.secret.task.BTDeleteSecretValueLog
- All Implemented Interfaces:
Serializable,Tool
@Event(DeleteSecretValueEvent.class)
public class BTDeleteSecretValueLog
extends DataLogReactor<DeleteSecretValueEvent>
Task that listen the
DeleteSecretValueEvent and save the log relative to the deleted secret value.- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetData(DeleteSecretValueEvent event) Gets the data to log.protected LonggetFactory(DeleteSecretValueEvent event) Gets the id of the factory.protected LongGets the unique id associated to the object.protected StringgetType(DeleteSecretValueEvent event) Gets the type's name of the data log.Methods inherited from class overit.geocall.basic.bl.DataLogReactor
bodyMethods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTDeleteSecretValueLog
public BTDeleteSecretValueLog()
-
-
Method Details
-
getType
Description copied from class:DataLogReactorGets the type's name of the data log.- Specified by:
getTypein classDataLogReactor<DeleteSecretValueEvent>- Parameters:
event- Event used to retrieve the information about the object to log.- Returns:
- The type's name of the data log.
-
getData
Description copied from class:DataLogReactorGets the data to log.- Specified by:
getDatain classDataLogReactor<DeleteSecretValueEvent>- Parameters:
event- Event used to retrieve the information about the object to log.- Returns:
- String representing all the data to log inside the db.
-
getObjectId
Description copied from class:DataLogReactorGets the unique id associated to the object.- Specified by:
getObjectIdin classDataLogReactor<DeleteSecretValueEvent>- Parameters:
event- Event used to retrieve the information about the object to log.- Returns:
- The unique id associated to the object.
-
getFactory
Description copied from class:DataLogReactorGets the id of the factory. Possibly the one associated with the object to log.- Specified by:
getFactoryin classDataLogReactor<DeleteSecretValueEvent>- Parameters:
event- Event used to retrieve the information about the object to log.- Returns:
- The id associated to the factory.
-