Uses of Interface
org.europa.together.business.TreeWalker
Package
Description
01 Application Layer: Implementation of the Application Logic.
02 Business Layer: Interfaces who implemented in the Application Layer
and used in the Service Layer.
-
Uses of TreeWalker in org.europa.together.application
Modifier and TypeMethodDescriptionvoid
ListTree.merge
(String parentUuid, TreeWalker<T> appendingTree) -
Uses of TreeWalker in org.europa.together.business
Modifier and TypeMethodDescriptionvoid
TreeWalker.merge
(String parentUuid, TreeWalker<T> appendingTree) Merge another Tree (TreeWalker) into the present tree.