|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ShareType.Name | |
|---|---|
| com.atlassian.jira.sharing | |
| com.atlassian.jira.sharing.search | |
| com.atlassian.jira.sharing.type | |
| Uses of ShareType.Name in com.atlassian.jira.sharing |
|---|
| Methods in com.atlassian.jira.sharing that return ShareType.Name | |
|---|---|
ShareType.Name |
SharePermissionImpl.getType()
|
ShareType.Name |
SharePermission.getType()
The type of the share (e.g. |
| Constructors in com.atlassian.jira.sharing with parameters of type ShareType.Name | |
|---|---|
SharePermissionImpl(Long id,
ShareType.Name type,
String param1,
String param2)
|
|
SharePermissionImpl(ShareType.Name type,
String param1,
String param2)
|
|
| Uses of ShareType.Name in com.atlassian.jira.sharing.search |
|---|
| Methods in com.atlassian.jira.sharing.search that return ShareType.Name | |
|---|---|
ShareType.Name |
ShareTypeSearchParameter.getType()
Return the type of ShareType this parameter is associated with. |
ShareType.Name |
AbstractShareTypeSearchParameter.getType()
|
| Constructors in com.atlassian.jira.sharing.search with parameters of type ShareType.Name | |
|---|---|
AbstractShareTypeSearchParameter(ShareType.Name type)
|
|
| Uses of ShareType.Name in com.atlassian.jira.sharing.type |
|---|
| Fields in com.atlassian.jira.sharing.type declared as ShareType.Name | |
|---|---|
static ShareType.Name |
ShareType.Name.GLOBAL
|
static ShareType.Name |
ProjectShareType.TYPE
|
static ShareType.Name |
GroupShareType.TYPE
|
static ShareType.Name |
GlobalShareType.TYPE
|
| Methods in com.atlassian.jira.sharing.type that return ShareType.Name | |
|---|---|
ShareType.Name |
ShareType.getType()
Unique identifier for the ShareType. |
ShareType.Name |
AbstractShareType.getType()
|
| Methods in com.atlassian.jira.sharing.type with parameters of type ShareType.Name | |
|---|---|
ShareType |
ShareTypeFactory.getShareType(ShareType.Name type)
Returns a ShareType based on a given key. |
ShareType |
DefaultShareTypeFactory.getShareType(ShareType.Name type)
|
| Constructors in com.atlassian.jira.sharing.type with parameters of type ShareType.Name | |
|---|---|
AbstractShareType(ShareType.Name type,
boolean singleton,
int priority,
ShareTypeRenderer renderer,
ShareTypeValidator validator,
ShareTypePermissionChecker permissionChecker,
ShareQueryFactory<? extends ShareTypeSearchParameter> queryFactory,
Comparator<SharePermission> comparator)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||