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)
Returns the enum constant of this type with the specified name.
|
static Permission[] |
Permission.values()
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() |
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) |
Modifier and Type | Method and Description |
---|---|
Map<Permission,Boolean> |
KnownUser.getPermissions() |
Constructor and Description |
---|
KnownUser(Icon profilePicture,
String username,
String displayName,
Map<Permission,Boolean> permissions) |
Copyright © 2003–2016 Atlassian. All rights reserved.