Package | Description |
---|---|
com.atlassian.jira.sharing | |
com.atlassian.jira.sharing.search | |
com.atlassian.jira.sharing.type |
Modifier and Type | Method and Description |
---|---|
ShareType.Name |
SharePermissionImpl.getType() |
ShareType.Name |
SharePermission.getType()
The type of the share (e.g.
|
Constructor and Description |
---|
SharePermissionImpl(Long id,
ShareType.Name type,
String param1,
String param2) |
SharePermissionImpl(ShareType.Name type,
String param1,
String param2) |
Modifier and Type | Method and Description |
---|---|
ShareType.Name |
ShareTypeSearchParameter.getType()
Return the type of ShareType this parameter is associated with.
|
ShareType.Name |
AbstractShareTypeSearchParameter.getType() |
Constructor and Description |
---|
AbstractShareTypeSearchParameter(ShareType.Name type) |
Modifier and Type | Field and Description |
---|---|
static ShareType.Name |
ShareType.Name.AUTHENTICATED |
static ShareType.Name |
ShareType.Name.GLOBAL |
static ShareType.Name |
ShareType.Name.GROUP |
static ShareType.Name |
ShareType.Name.PROJECT |
static ShareType.Name |
ShareType.Name.PROJECT_UNKNOWN |
static ShareType.Name |
ProjectShareType.TYPE |
static ShareType.Name |
GroupShareType.TYPE |
static ShareType.Name |
AuthenticatedUserShareType.TYPE |
static ShareType.Name |
GlobalShareType.TYPE |
Modifier and Type | Method and Description |
---|---|
ShareType.Name |
AbstractShareType.getType() |
ShareType.Name |
ShareType.getType()
Unique identifier for the ShareType.
|
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. |
Constructor and Description |
---|
AbstractShareType(ShareType.Name type,
boolean singleton,
int priority,
ShareTypeRenderer renderer,
ShareTypeValidator validator,
ShareTypePermissionChecker permissionChecker,
ShareQueryFactory<? extends ShareTypeSearchParameter> queryFactory,
Comparator<SharePermission> comparator) |
Copyright © 2002-2017 Atlassian. All Rights Reserved.