Interface HistoryService
- All Known Implementing Classes:
HistoryServiceImpl
public interface HistoryService
Service to build links that allow to jump directly to a given object.
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list of links to the given object.buildLinksForList(List<? extends Object> objects)
-
Method Details
-
buildLinksFor
Returns a list of links to the given object.- Parameters:
o- the object- Returns:
- A list of links
-
buildLinksForList
-
getFormattedObjectPaths
-
getRealObjectPaths
-