Package org.hippoecm.frontend.navapp
Interface ToolsItemService
public interface ToolsItemService
-
Method Summary
Modifier and TypeMethodDescriptiongetToolsItem
(Session userSession, String pluginClass) Returns the tools item for the given plugin class.getToolsItems
(Session userSession) Returns the list ofToolsItem
s that the logged in user (identified by the userSession) is allowed to see.
-
Method Details
-
getToolsItems
Returns the list ofToolsItem
s that the logged in user (identified by the userSession) is allowed to see.- Parameters:
userSession
- jcr session of the logged in user- Returns:
- list of tools items
-
getToolsItem
Returns the tools item for the given plugin class.- Parameters:
userSession
- jcr session of the logged in userpluginClass
- fully qualified name of the plugin class that belongs to the returned item.- Returns:
- tools item
-