Class AbstractDeleteAction

  • All Implemented Interfaces:
    Comparable
    Direct Known Subclasses:
    DeleteBusinessObjectVisualAction

    public abstract class AbstractDeleteAction
    extends AbstractVisualInventoryAction
    Some classes require special procedures to delete their instances (for example, physical connections might need to release the endpoint ports before deleting the connection itself). If the developer will provide a custom delete action instead of the default one, he/she should subclass this class.
    Author:
    Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
    • Constructor Detail

      • AbstractDeleteAction

        public AbstractDeleteAction​(String moduleId)