Class ContentPermissionsQuery
java.lang.Object
com.atlassian.confluence.search.v2.query.ContentPermissionsQuery
- All Implemented Interfaces:
Expandable<SearchQuery>
,SearchQuery
- Since:
- 7.16
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from interface com.atlassian.confluence.search.v2.SearchQuery
DEFAULT_BOOST
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
getKey()
List of parameters asString
s orSearchQuery
s.com.atlassian.sal.api.user.UserKey
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 Details
-
KEY
- See Also:
-
-
Method Details
-
getKey
- Specified by:
getKey
in interfaceSearchQuery
- Returns:
- the plugin key
-
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() -
getGroupNames
-
builder
-