Interface NavigationPathService
-
- All Superinterfaces:
ObserveService
public interface NavigationPathService extends ObserveService
Created on 10/04/2021.- Since:
- 5.0.17
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPath(ToolkitDtoIdBean request)Obtain the full path of a data.
-
-
-
Method Detail
-
getPath
String getPath(ToolkitDtoIdBean request)
Obtain the full path of a data.- Parameters:
request- id to seek- Returns:
- the full path of the data in navigation tree.
-
-