| Package | Description |
|---|---|
| com.atlassian.confluence.legacyapi.model.content | |
| com.atlassian.confluence.legacyapi.model.people |
| Modifier and Type | Method and Description |
|---|---|
static Permission |
Permission.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static Permission[] |
Permission.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Permission,Boolean> |
Content.getPermissions()
Deprecated.
|
| Constructor and Description |
|---|
Content(Long id,
com.atlassian.fugue.Option<SpaceSummary> space,
ContentType type,
String title,
String webUrlPath,
com.atlassian.fugue.Option<String> tinyUrlPath,
HistorySummary history,
Iterable<ContentLink> ancestors,
Map<ContentRepresentation,ContentBody> body,
Map<Permission,Boolean> permissions)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Permission,Boolean> |
KnownUser.getPermissions()
Deprecated.
|
| Constructor and Description |
|---|
KnownUser(Icon profilePicture,
String username,
String displayName,
Map<Permission,Boolean> permissions)
Deprecated.
|
Copyright © 2003–2020 Atlassian. All rights reserved.