Class QueryListAppendService


  • public class QueryListAppendService
    extends QueryToListService
    Append items to a list from the results of a query.
    Author:
    Alex Kalderimis
    • Constructor Detail

      • QueryListAppendService

        public QueryListAppendService​(InterMineAPI api)
        Constructor.
        Parameters:
        api - A reference to the InterMine settings bundle.
    • Method Detail

      • getList

        protected InterMineBag getList​(Profile profile,
                                       java.lang.String name)
        Get a list from a profile, throwing a service forbidden exception if the list is not accessible.
        Parameters:
        profile - The profile the list is expected to be in.
        name - The name of the list.
        Returns:
        The list.