Package | Description |
---|---|
com.atlassian.jira.sharing.type | |
com.atlassian.jira.web.bean |
Modifier and Type | Method and Description |
---|---|
static ShareType.UsageContextType |
ShareType.UsageContextType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShareType.UsageContextType[] |
ShareType.UsageContextType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Collection<ShareType.UsageContextType> |
AbstractShareType.getValidUsageContextTypes() |
default Collection<ShareType.UsageContextType> |
ShareType.getValidUsageContextTypes()
Return a collection of Usage Context Types in which this Share Type can be used.
|
Modifier and Type | Method and Description |
---|---|
static Collection<ShareTypeRendererBean> |
ShareTypeRendererBean.getShareTypeRendererBeans(JiraAuthenticationContext authCtx,
ShareTypeFactory shareTypeFactory,
ShareType.UsageContextType usageContextType,
SharedEntity.TypeDescriptor typeDescriptor)
Return a collection of renderer beans which can be used in specified context
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.