|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ShareType | |
|---|---|
| com.atlassian.jira.sharing.type | |
| com.atlassian.jira.web.bean | |
| Uses of ShareType in com.atlassian.jira.sharing.type |
|---|
| Classes in com.atlassian.jira.sharing.type that implement ShareType | |
|---|---|
class |
AbstractShareType
Abstract class for ShareType classes. |
class |
GlobalShareType
Implementation of the ShareType that allows a SharedEntity to be shared with all users on a JIRA instance. |
class |
GroupShareType
Represents sharing a SharedEntity with a group of JIRA users. |
class |
ProjectShareType
Represents sharing a SharedEntity with a all users that can browse a given project or is in a specified
project role |
| Methods in com.atlassian.jira.sharing.type that return ShareType | |
|---|---|
ShareType |
ShareTypeFactory.getShareType(ShareType.Name type)
Returns a ShareType based on a given key. |
ShareType |
DefaultShareTypeFactory.getShareType(ShareType.Name type)
|
| Methods in com.atlassian.jira.sharing.type that return types with arguments of type ShareType | |
|---|---|
Collection<ShareType> |
ShareTypeFactory.getAllShareTypes()
Returns a Collection of all ShareType instnaces available. |
Collection<ShareType> |
DefaultShareTypeFactory.getAllShareTypes()
|
| Uses of ShareType in com.atlassian.jira.web.bean |
|---|
| Constructors in com.atlassian.jira.web.bean with parameters of type ShareType | |
|---|---|
ShareTypeRendererBean(ShareType shareType,
JiraAuthenticationContext authenticationContext,
ShareTypeRenderer.RenderMode renderMode,
SharedEntity.TypeDescriptor typeDescriptor)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||