Interface RemoteCategoryService

All Known Implementing Classes:
RemoteCategoryServiceImpl

public interface RemoteCategoryService
Provides operations for Categories.

A Category is a way to group and organize spaces within Confluence.

Since:
9.1
See Also:
  • Method Details

    • removeCategoryCompletionStage

      CompletionStage<Void> removeCategoryCompletionStage(String spaceKey, String categoryName) throws ServiceException
      Removes a category from a space's description.
      Parameters:
      spaceKey - the key of the space
      categoryName - the name of the category to remove
      Throws:
      ServiceException - if the category cannot be removed
      Since:
      9.1