Class ContentRestrictionsPageResponse

java.lang.Object
com.atlassian.confluence.api.model.pagination.PageResponseImpl<ContentRestriction>
com.atlassian.confluence.api.model.permissions.ContentRestrictionsPageResponse
All Implemented Interfaces:
PageResponse<ContentRestriction>, NavigationAware, Iterable<ContentRestriction>

public class ContentRestrictionsPageResponse extends PageResponseImpl<ContentRestriction> implements NavigationAware
Special implementation of 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)
Since:
5.10