Interface LinksetService

  • All Known Implementing Classes:
    LinksetServiceImpl

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

      • createLinksetNodesForMultipleLinksets

        List<List<LinksetNode>> createLinksetNodesForMultipleLinksets​(javax.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​(javax.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.