Uses of Interface
org.europa.together.business.TreeWalker
Packages that use 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
Classes in org.europa.together.application that implement TreeWalkerMethods in org.europa.together.application with parameters of type TreeWalkerModifier and TypeMethodDescriptionvoid
ListTree.merge
(String parentUuid, TreeWalker<T> appendingTree) -
Uses of TreeWalker in org.europa.together.business
Methods in org.europa.together.business with parameters of type TreeWalkerModifier and TypeMethodDescriptionvoid
TreeWalker.merge
(String parentUuid, TreeWalker<T> appendingTree) Merge another Tree (TreeWalker) into the present tree.