Project

General

Profile

« Previous | Next » 

Revision 42002c0a

Added by Patrick Plitzner about 6 years ago

ref #7095 Add property paths to some methods

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/IOccurrenceService.java
318 318
    /**
319 319
     * Retrieves all {@link FieldUnit}s for the {@link SpecimenOrObservationBase} with the given {@link UUID}.<br>
320 320
     * @param specimenUuid the UUID of the specimen
321
     * @param propertyPaths the property path
321 322
     * @return either a collection of FieldUnits this specimen was derived from, the FieldUnit itself
322 323
     * if this was a FieldUnit or an empty collection if no FieldUnits were found
323 324
     */
324
    public Collection<FieldUnit> getFieldUnits(UUID specimenUuid);
325
    public Collection<FieldUnit> getFieldUnits(UUID specimenUuid, List<String> propertyPaths);
325 326

  
326 327
    /**
327 328
     * @param clazz

Also available in: Unified diff