Interface RemoteGroupService
- All Known Implementing Classes:
RemoteGroupServiceImpl
public interface RemoteGroupService
GroupService
implementation that communicates with Confluence remotely using the Confluence REST API.
Provides future returning equivalents for the methods in GroupService.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptioncreateGroup
(String groupName) Send request to create a groupdeleteGroup
(String groupName) Send request to delete a group by its name
-
Method Details
-
validator
GroupService.Validator validator() -
find
- Returns:
- a finder for executing remote GET calls to the group API
-
createGroup
Send request to create a group- Parameters:
groupName
-- Returns:
- a group entity
Group
- Since:
- 9.0
-
deleteGroup
Send request to delete a group by its name- Parameters:
groupName
-- Returns:
- empty body
- Since:
- 9.0
-