Modifier and Type | Method and Description |
---|---|
PermissionDelegate |
UninstalledContentType.getPermissionDelegate() |
PermissionDelegate |
ContentType.getPermissionDelegate() |
Modifier and Type | Method and Description |
---|---|
PermissionDelegate |
CustomContentTypeWrapper.getPermissionDelegate() |
Modifier and Type | Class and Description |
---|---|
class |
DummyPermissionDelegate |
Modifier and Type | Method and Description |
---|---|
PermissionDelegate |
DummyUnavailableContentType.getPermissionDelegate() |
PermissionDelegate |
DummyAvailableContentType.getPermissionDelegate() |
Constructor and Description |
---|
DummyAvailableContentType(ContentEntityAdapter contentEntityAdapter,
PermissionDelegate permissionDelegate,
ApiSupportProvider apiSupportProvider,
CustomContentApiSupportParams customContentApiSupportParams) |
DummyUnavailableContentType(ContentEntityAdapter contentEntityAdapter,
PermissionDelegate permissionDelegate) |
Modifier and Type | Class and Description |
---|---|
class |
JsonPropertyPermissionDelegate
Checks permissions for a json property
|
Modifier and Type | Method and Description |
---|---|
PermissionDelegate |
JsonContentPropertyType.getPermissionDelegate() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
Permission.checkAgainst(PermissionDelegate delegate,
com.atlassian.user.User user,
Object target) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultPermissionManager.setDelegates(Map<String,PermissionDelegate> delegates) |
Constructor and Description |
---|
TargetToLatestVersionDecorator(PermissionDelegate delegate) |
Modifier and Type | Method and Description |
---|---|
PermissionDelegate |
DummyOriginalVersionContentType.getPermissionDelegate() |
PermissionDelegate |
DummyCurrentVersionContentType.getPermissionDelegate() |
Constructor and Description |
---|
DummyCurrentVersionContentType(ContentEntityAdapter contentEntityAdapter,
PermissionDelegate permissionDelegate,
ApiSupportProvider apiSupportProvider) |
DummyOriginalVersionContentType(ContentEntityAdapter contentEntityAdapter,
PermissionDelegate permissionDelegate,
ApiSupportProvider apiSupportProvider) |
Copyright © 2003–2015 Atlassian. All rights reserved.