Project

General

Profile

« Previous | Next » 

Revision 0a59dd14

Added by Andreas Müller almost 3 years ago

cleanup

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/IOccurrenceService.java
681 681
     * derivative has more than one original. (see https://dev.e-taxonomy.eu/redmine/issues/9253)
682 682
     *
683 683
     * @param derivedUnitDTO
684
     *  The DerivedUnitDTO to start the search from.
684
     *      The DerivedUnitDTO to start the search from.
685 685
     * @param alreadyCollectedSpecimen
686
     *  A map to hold all originals that have been sees during the recursive walk.
686
     *      A map to hold all originals that have been sees during the recursive walk.
687 687
     * @return
688
     *  The collection of all Field Units that are accessible from the derivative from where the search was started.
688
     *      The collection of all Field Units that are accessible from the derivative from where the search was started.
689 689
     */
690 690
    public Collection<SpecimenOrObservationBaseDTO> findRootUnitDTOs(UUID unitUUID);
691 691

  

Also available in: Unified diff