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 Modifier and Type Interface Description static interface
RemoteGroupService.RemoteGroupFinder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoteGroupService.RemoteGroupFinder
find(Expansion... expansions)
GroupService.Validator
validator()
-
-
-
Method Detail
-
validator
GroupService.Validator validator()
-
find
RemoteGroupService.RemoteGroupFinder find(Expansion... expansions)
- Returns:
- a finder for executing remote GET calls to the group API
-
-