@ExperimentalApi public class ContentRestrictionsPageResponse extends PageResponseImpl<ContentRestriction> implements NavigationAware
PageResponse
for ContentRestriction
objects. Contains restrictionsHash
which is used by UI to figure out whether set of restrictions was changed. Look at com.atlassian.confluence.security.PermissionUtils#getRestrictionsHash(com.atlassian.confluence.core.ContentEntityObject)
Modifier and Type | Class and Description |
---|---|
static class |
ContentRestrictionsPageResponse.ContentRestrictionPageResponseBuilder |
PageResponseImpl.Builder<E,B extends PageResponseImpl.Builder<E,B>>
Modifier and Type | Method and Description |
---|---|
static ContentRestrictionsPageResponse.ContentRestrictionPageResponseBuilder |
builder() |
Map<LinkType,Link> |
getLinks() |
String |
getRestrictionsHash() |
Navigation.Builder |
resolveNavigation(NavigationService navigationService) |
empty, empty, empty, filteredPageResponse, filteredResponse, from, fromSingle, getPageRequest, getResults, hasMore, iterator, size, toString, transform, transformResponse
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public static ContentRestrictionsPageResponse.ContentRestrictionPageResponseBuilder builder()
public String getRestrictionsHash()
public Navigation.Builder resolveNavigation(NavigationService navigationService)
resolveNavigation
in interface NavigationAware
Copyright © 2003–2019 Atlassian. All rights reserved.