|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Entity | |
|---|---|
| com.atlassian.confluence.it | |
| com.atlassian.confluence.it.content.security | |
| com.atlassian.confluence.it.rpc | |
| Uses of Entity in com.atlassian.confluence.it |
|---|
| Classes in com.atlassian.confluence.it that implement Entity | |
|---|---|
class |
Group
|
class |
User
The login details of a given user. |
| Uses of Entity in com.atlassian.confluence.it.content.security |
|---|
| Methods in com.atlassian.confluence.it.content.security that return Entity | |
|---|---|
Entity |
ContentPermission.getEntity()
|
| Constructors in com.atlassian.confluence.it.content.security with parameters of type Entity | |
|---|---|
ContentPermission(Entity entity,
ContentPermissionType permissionType)
|
|
| Uses of Entity in com.atlassian.confluence.it.rpc |
|---|
| Methods in com.atlassian.confluence.it.rpc with parameters of type Entity | |
|---|---|
void |
ConfluenceRpc.grantPermission(SpacePermission permission,
Space space,
Entity entity)
|
void |
ConfluenceRpc.grantPermissions(Space space,
Entity entity,
SpacePermission... permissions)
|
void |
ConfluenceRpc.revokePermission(SpacePermission permission,
Space space,
Entity entity)
|
void |
ConfluenceRpc.revokePermissions(Space space,
Entity entity,
SpacePermission... permissions)
Unfortunately there is no revokePermissions method on the API, so this just calls the singular method repeatedly. |
void |
ConfluenceRpc.setPageRestriction(Page page,
Entity entity,
ContentPermissionType contentPermissionType)
Restrict page to single given user or group. |
| Method parameters in com.atlassian.confluence.it.rpc with type arguments of type Entity | |
|---|---|
void |
ConfluenceRpc.grantContentPermissions(ContentEntity contentEntity,
java.util.List<Entity> entities,
ContentPermissionType permissionType)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||