Class ContentPermissionsQuery
- java.lang.Object
-
- com.atlassian.confluence.search.v2.query.ContentPermissionsQuery
-
- All Implemented Interfaces:
Expandable<SearchQuery>
,SearchQuery
@SearchPrimitive public class ContentPermissionsQuery extends Object implements SearchQuery
- Since:
- 7.16
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ContentPermissionsQuery.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ContentPermissionsQuery.Builder
builder()
List<String>
getGroupNames()
String
getKey()
List
getParameters()
List of parameters asString
s orSearchQuery
s.com.atlassian.sal.api.user.UserKey
getUserKey()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.confluence.search.v2.SearchQuery
expand, getBoost, getSubClauses
-
-
-
-
Field Detail
-
KEY
public static final String KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getKey
public String getKey()
- Specified by:
getKey
in interfaceSearchQuery
- Returns:
- the plugin key
-
getParameters
public List getParameters()
Description copied from interface:SearchQuery
List of parameters asString
s orSearchQuery
s.- Specified by:
getParameters
in interfaceSearchQuery
- Returns:
String
s orSearchQuery
s.
-
getUserKey
public com.atlassian.sal.api.user.UserKey getUserKey()
-
builder
public static ContentPermissionsQuery.Builder builder()
-
-