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