java.lang.Object | |
↳ | com.atlassian.jira.sharing.OfBizSharePermissionStore |
OfBiz implementation of SharePermissionStore
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Delete all
SharePermission instances associate with given entity. | |||||||||||
Deletes
SharePermission 's that have the same "shape" as the provided share permission. | |||||||||||
Retrieve all
SharePermission instances associated with a given
SharedEntity | |||||||||||
Associate given entity with passed in Collection
SharePermission . |
[Expand]
Inherited Methods | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||
![]()
|
Delete all SharePermission
instances associate with given entity.
entity | The entity that SharePermissions are associated with |
---|
Deletes SharePermission
's that have the same "shape" as the provided share permission. It uses the type,
param1, amd param2 to as the basis for deleting SharePermission
permission | a 'template' of the type of SharePermission you want to delete |
---|
Retrieve all SharePermission
instances associated with a given
SharedEntity
entity | The entity that SharePermissions are associated with |
---|
Associate given entity with passed in Collection SharePermission
. Store is responsible for updating and
creating current shares associated with entity.
entity | The entity to associate SharePermissions with |
---|
SharePermission
instances that were persisted