Class TemplateTagAddingService

    • Constructor Detail

      • TemplateTagAddingService

        public TemplateTagAddingService​(InterMineAPI im)
        Constructor.
        Parameters:
        im - The InterMine API settings.
    • 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.
        Overrides:
        execute in class TemplateTagService
        Throws:
        java.lang.Exception - if some error occurs
      • modifyTemplate

        protected void modifyTemplate​(java.util.Set<java.lang.String> tags,
                                      ApiTemplate template)
        Modify the list by adding the tags.
        Parameters:
        tags - The tags to add.
        template - The template to tag