Class ListsService


  • public class ListsService
    extends AvailableListsService
    Web service that returns all public lists (bags) that contain object with specified id. See ListsRequestParser for parameter description URL examples:
    • Get all public lists with specified intermine id:
      /listswithobject?format=xml&id=1343743
    • Get all public lists with specified id, corresponding intermine id is found with lookup:
      /listswithobject?format=xml&publicId=1343743
    Author:
    Jakub Kulaviak
    • Constructor Detail

      • ListsService

        public ListsService​(InterMineAPI im)
        Constructor
        Parameters:
        im - The InterMine API