Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #41035 All Revisions ] Back to Issue ]
Summary 0041035: ImportEntryPreProcessor should be declared as abstract
Revision 2019-06-05 17:48 by caristu
Description Creating a class that extends the ImportEntryPreProcessor allows to perform pre-processing tasks related with an import entry when it is created before it is stored in the database.

This class should be declared as abstract. This way it will be excluded from the injection points when injecting all the ImportEntryPreProcessor instances.
Revision 2019-06-05 17:30 by caristu
Description ImportEntryPreProcessor is a class that allows to perform pre-processing tasks related with an import entry when it is created before it is stored in the database.

To add this pre-processing logic, that class should be extended. It should be declared an abstract class. This way it will be excluded from the injection points.


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker