Class SpaceDirectoryResource

java.lang.Object
com.atlassian.confluence.plugins.rest.jackson2.resources.AbstractResource
com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryResource

public class SpaceDirectoryResource extends AbstractResource
  • Constructor Details

  • Method Details

    • doSearch

      public javax.ws.rs.core.Response doSearch(String query, int startIndex, Integer pageSize, Set<String> label, String typeStr, String status)
      Search for spaces within the directory.
      Parameters:
      query - Text query by space name and key
      startIndex - the index of the first result to return
      pageSize - the maximum number of results to return
      label - the set of labels that must be applied to the spaces
      typeStr - the type of space to look up (or null to look up all spaces)
      status - the status (current or archived) of space to look up, or null to look up all spaces.
      Returns:
      the appropriate REST response.