Project

General

Profile

« Previous | Next » 

Revision 1f739c00

Added by Katja Luther about 10 years ago

adapt the service method loadChildNodesOfTaxonNode
with param recursive choose whether you get only the children of the node or the children of the children ...

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/ITaxonNodeService.java
45 45
	 * @param propertyPaths
46 46
	 * @return
47 47
	 */
48
	public List<TaxonNode> loadChildNodesOfTaxonNode(TaxonNode taxonNode, List<String> propertyPaths);
48
	public List<TaxonNode> loadChildNodesOfTaxonNode(TaxonNode taxonNode, List<String> propertyPaths, boolean recursive);
49 49

  
50 50
	/**
51 51
	 * Changes the taxon associated with the given taxon node into a synonym of the new accepted taxon node.

Also available in: Unified diff