|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Permission | |
|---|---|
| com.atlassian.confluence.legacyapi.model.content | |
| com.atlassian.confluence.legacyapi.model.people | |
| Uses of Permission in com.atlassian.confluence.legacyapi.model.content |
|---|
| Methods in com.atlassian.confluence.legacyapi.model.content that return Permission | |
|---|---|
static Permission |
Permission.valueOf(java.lang.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. |
| Methods in com.atlassian.confluence.legacyapi.model.content that return types with arguments of type Permission | |
|---|---|
java.util.Map<Permission,java.lang.Boolean> |
Content.getPermissions()
|
| Constructor parameters in com.atlassian.confluence.legacyapi.model.content with type arguments of type Permission | |
|---|---|
Content(java.lang.Long id,
com.atlassian.fugue.Option<SpaceSummary> space,
ContentType type,
java.lang.String title,
java.lang.String webUrlPath,
com.atlassian.fugue.Option<java.lang.String> tinyUrlPath,
HistorySummary history,
java.lang.Iterable<ContentLink> ancestors,
java.util.Map<ContentRepresentation,ContentBody> body,
java.util.Map<Permission,java.lang.Boolean> permissions)
|
|
| Uses of Permission in com.atlassian.confluence.legacyapi.model.people |
|---|
| Methods in com.atlassian.confluence.legacyapi.model.people that return types with arguments of type Permission | |
|---|---|
java.util.Map<Permission,java.lang.Boolean> |
KnownUser.getPermissions()
|
| Constructor parameters in com.atlassian.confluence.legacyapi.model.people with type arguments of type Permission | |
|---|---|
KnownUser(Icon profilePicture,
java.lang.String username,
java.lang.String displayName,
java.util.Map<Permission,java.lang.Boolean> permissions)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||