| com.atlassian.confluence.security.persistence.dao.SpacePermissionDao |
Known Indirect Subclasses
|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retreives all global permissions
| |||||||||||
Retrieves all global permissions of type permissionType
| |||||||||||
Find all global group permissions of type
permissionType. | |||||||||||
Find all group permissions of type
permissionType for space. | |||||||||||
Find all permission types matching the combination of
(space, user, group) in permission.
| |||||||||||
Retrieves all permissions for group
| |||||||||||
Retrieves all permissions for space
| |||||||||||
Retrieves all permissions for userName
| |||||||||||
Retrieves a single SpacePermission by its ID
| |||||||||||
Determines whether permission exists in the data store
| |||||||||||
Removes all permissions for group
| |||||||||||
Removes all permissions in space
| |||||||||||
Removes all permissions for userName
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
bucket.core.persistence.ObjectDao
| |||||||||||
From interface
com.atlassian.confluence.core.persistence.VersionedObjectDao
| |||||||||||
Retreives all global permissions
Retrieves all global permissions of type permissionType
| permissionType | the SpacePermission type to look up |
|---|
Find all global group permissions of type permissionType.
| permissionType | one of the constants in SpacePermission, such as USE_CONFLUENCE_PERMISSION. |
|---|
Find all group permissions of type permissionType for space.
| permissionType | one of the constants in SpacePermission, such as VIEWSPACE_PERMISSION. |
|---|
Find all permission types matching the combination of (space, user, group) in permission.
| permission | the permission to look up |
|---|
Retrieves all permissions for group
| group | the group to look up |
|---|
Retrieves all permissions for space
| space | the Space to look up |
|---|
Retrieves all permissions for userName
| userName | the username to look up |
|---|
Retrieves a single SpacePermission by its ID
| id | the SpacePermission to retrieve |
|---|
Determines whether permission exists in the data store
| permission | the SpacePermission to look up |
|---|
Removes all permissions for group
| group | the Group whose permissions will be removed |
|---|
Removes all permissions in space
| space | the Space that permissions will be removed from |
|---|
Removes all permissions for userName
| userName | the User whose permissions will be removed |
|---|