Actions
Bug #93
closedallow dynamic addition of actions
Start date:
08/21/2000
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
93
Description
Instead of hard coding in each action into metacat, actions could be loaded
dynamically by defining a class which contains a method that executes the action
specified. This class would be modeled around another abstract class to define
the method name and any instance variables that would be needed. MetaCat would
then dynamically load the class to handle the action. The action->class mapping
could be handled by the xml_catalog table or by a properties file. This
implements a type of "plug-in" that would allow metacat to handle any new
actions without being recompiled.
Updated by Matt Jones over 23 years ago
Changed milestone for several bugs. Some of these we should consider marking
INVALID or WONTFIX.
Updated by Matt Jones about 23 years ago
This feature is not needed. Actions are fine hardcoded.
Actions