Interface ConnectedItemService
-
- All Known Implementing Classes:
ConnectedItemServiceImpl
public interface ConnectedItemServiceService to provide all available connected items
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<MacFinderTreeNode>getAllKindConnectedItems()Retrieves all available connected items
-
-
-
Method Detail
-
getAllKindConnectedItems
java.util.List<MacFinderTreeNode> getAllKindConnectedItems()
Retrieves all available connected items- Returns:
- connected items
-
-