Interface LinksetService

All Known Implementing Classes:
LinksetServiceImpl

public interface LinksetService
Service for work with linksets.
  • Method Details

    • createLinksetNodesForMultipleLinksets

      List<List<LinksetNode>> createLinksetNodesForMultipleLinksets(jakarta.servlet.http.HttpServletRequest request, Context context, Item item)
      Returns list of linkset nodes for multiple linksets.
      Parameters:
      request - request
      context - context
      item - item
      Returns:
      two-dimensional list representing a list of lists where each list represents the linkset nodes.
    • createLinksetNodesForSingleLinkset

      List<LinksetNode> createLinksetNodesForSingleLinkset(jakarta.servlet.http.HttpServletRequest request, Context context, DSpaceObject object)
      Returns list of linkset nodes for single linkset.
      Parameters:
      request - request
      context - context
      object - dspace object
      Returns:
      two-dimensional list representing a list of lists where each list represents the linkset nodes.