Class ListAppendService

    • Constructor Detail

      • ListAppendService

        public ListAppendService​(InterMineAPI im)
        Parameters:
        im - The InterMine state object
    • Method Detail

      • makeList

        protected void makeList​(ListInput listInput,
                                java.lang.String type,
                                Profile profile,
                                java.util.Set<java.lang.String> rubbishbin)
                         throws java.lang.Exception
        Description copied from class: ListMakerService
        Make the list requested by the user.
        Overrides:
        makeList in class ListUploadService
        Parameters:
        listInput - The parsed parameter input.
        type - The type of the new list.
        profile - The profile to save the list in.
        rubbishbin - The accumulator to store the list of bags to delete.
        Throws:
        java.lang.Exception - If something goes wrong.