Class ListDeletionService


  • public class ListDeletionService
    extends AuthenticatedListService
    A service for deleting lists from the user-profile database.
    Author:
    Alex Kalderimis
    • Field Detail

      • USAGE

        public static final java.lang.String USAGE
        Usage information to help users who provide incorrect input.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ListDeletionService

        public ListDeletionService​(InterMineAPI im)
        Constructor.
        Parameters:
        im - The InterMine application object.
    • Method Detail

      • execute

        protected void execute()
                        throws java.lang.Exception
        Description copied from class: WebService
        Runs service. This is abstract method, that must be defined in subclasses and so performs something useful. Standard procedure is overwrite this method in subclasses and let this method to be called from WebService.doGet method that encapsulates logic common for all web services else you can overwrite doGet method in your web service class and manage all the things alone.
        Specified by:
        execute in class WebService
        Throws:
        java.lang.Exception - if some error occurs