Interface ContentPermissionsQueryFactory
-
- All Known Implementing Classes:
DefaultContentPermissionsQueryFactory
public interface ContentPermissionsQueryFactory
This factory creates a newContentPermissionsQuery
instance if the user is not a superuser- Since:
- 7.20
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<SearchQuery>
create(ConfluenceUser user)
-
-
-
Method Detail
-
create
Optional<SearchQuery> create(@Nullable ConfluenceUser user)
-
-