Package | Description |
---|---|
com.atlassian.jira.sharing.type | |
com.atlassian.jira.web.bean |
Modifier and Type | Class and Description |
---|---|
class |
AbstractShareType
Abstract class for ShareType classes.
|
class |
AuthenticatedUserShareType
Implementation of the ShareType that allows a
SharedEntity to be shared with all logged in users. |
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 |
Modifier and Type | Method and Description |
---|---|
ShareType |
DefaultShareTypeFactory.getShareType(ShareType.Name type) |
ShareType |
ShareTypeFactory.getShareType(ShareType.Name type)
Returns a
ShareType based on a given key. |
Modifier and Type | Method and Description |
---|---|
Collection<ShareType> |
DefaultShareTypeFactory.getAllShareTypes() |
Collection<ShareType> |
ShareTypeFactory.getAllShareTypes()
Returns a Collection of all
ShareType instnaces available. |
Constructor and Description |
---|
ShareTypeRendererBean(ShareType shareType,
JiraAuthenticationContext authenticationContext,
ShareTypeRenderer.RenderMode renderMode,
SharedEntity.TypeDescriptor typeDescriptor) |
Copyright © 2002-2017 Atlassian. All Rights Reserved.