| Package | Description |
|---|---|
| com.atlassian.confluence.api.impl.service.permissions | |
| com.atlassian.confluence.api.model.people | |
| com.atlassian.confluence.api.model.permissions |
Model objects for user and group permission and validation checks, for use with
OperationService. |
| Modifier and Type | Method and Description |
|---|---|
protected Set<ContentPermission> |
ContentRestrictionServiceImpl.getPreExistingContentPermissionsForSubjectType(ContentEntityObject ceo,
String permissionType,
SubjectType subjectType)
Gets pre-existing
ContentPermissions (plural) for the SubjectType and OperationKey (as String permissionType) specified. |
| Modifier and Type | Field and Description |
|---|---|
static SubjectType |
SubjectType.GROUP |
static SubjectType |
SubjectType.USER |
| Modifier and Type | Field and Description |
|---|---|
static Set<SubjectType> |
SubjectType.VALUES |
| Modifier and Type | Method and Description |
|---|---|
SubjectType |
Subject.getSubjectType() |
SubjectType |
Person.getSubjectType() |
SubjectType |
Group.getSubjectType() |
static SubjectType |
SubjectType.valueOf(String name) |
static SubjectType[] |
SubjectType.values() |
| Modifier and Type | Method and Description |
|---|---|
Map<SubjectType,PageResponse<Subject>> |
ContentRestriction.getRestrictions() |
| Modifier and Type | Method and Description |
|---|---|
ContentRestriction.ContentRestrictionBuilder |
ContentRestriction.ContentRestrictionBuilder.restrictions(Map<SubjectType,PageResponse<Subject>> restrictions) |
Copyright © 2003–2016 Atlassian. All rights reserved.