|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IssueSecurityLevel in com.atlassian.jira.entity |
|---|
| Fields in com.atlassian.jira.entity with type parameters of type IssueSecurityLevel | |
|---|---|
static AbstractEntityFactory<IssueSecurityLevel> |
Entity.ISSUE_SECURITY_LEVEL
|
| Methods in com.atlassian.jira.entity that return IssueSecurityLevel | |
|---|---|
IssueSecurityLevel |
IssueSecurityLevelFactory.Builder.build()
|
IssueSecurityLevel |
IssueSecurityLevelFactory.build(org.ofbiz.core.entity.GenericValue genericValue)
|
| Methods in com.atlassian.jira.entity with parameters of type IssueSecurityLevel | |
|---|---|
FieldMap |
IssueSecurityLevelFactory.fieldMapFrom(IssueSecurityLevel value)
|
| Uses of IssueSecurityLevel in com.atlassian.jira.issue.fields.rest.json.beans |
|---|
| Methods in com.atlassian.jira.issue.fields.rest.json.beans with parameters of type IssueSecurityLevel | |
|---|---|
static SecurityLevelJsonBean |
SecurityLevelJsonBean.shortBean(IssueSecurityLevel securityLevel,
JiraBaseUrls urls)
|
| Method parameters in com.atlassian.jira.issue.fields.rest.json.beans with type arguments of type IssueSecurityLevel | |
|---|---|
static Collection<SecurityLevelJsonBean> |
SecurityLevelJsonBean.shortBeans(Collection<IssueSecurityLevel> securitylevels,
JiraBaseUrls urls)
|
| Uses of IssueSecurityLevel in com.atlassian.jira.issue.security |
|---|
| Classes in com.atlassian.jira.issue.security that implement IssueSecurityLevel | |
|---|---|
class |
IssueSecurityLevelImpl
|
| Methods in com.atlassian.jira.issue.security that return IssueSecurityLevel | |
|---|---|
IssueSecurityLevel |
IssueSecurityLevelManagerImpl.createIssueSecurityLevel(long schemeId,
String name,
String description)
|
IssueSecurityLevel |
IssueSecurityLevelManager.createIssueSecurityLevel(long schemeId,
String name,
String description)
Creates an Issue Security Level with the given properties. |
IssueSecurityLevel |
IssueSecurityLevelManagerImpl.getSecurityLevel(long id)
|
IssueSecurityLevel |
IssueSecurityLevelManager.getSecurityLevel(long id)
Returns the IssueSecurityLevel with the given ID. |
| Methods in com.atlassian.jira.issue.security that return types with arguments of type IssueSecurityLevel | |
|---|---|
Collection<IssueSecurityLevel> |
IssueSecurityLevelManagerImpl.getAllIssueSecurityLevels()
|
Collection<IssueSecurityLevel> |
IssueSecurityLevelManager.getAllIssueSecurityLevels()
Get all the different levels of security across all schemes. |
Collection<IssueSecurityLevel> |
IssueSecurityLevelManagerImpl.getAllSecurityLevelsForUser(com.atlassian.crowd.embedded.api.User user)
|
Collection<IssueSecurityLevel> |
IssueSecurityLevelManager.getAllSecurityLevelsForUser(com.atlassian.crowd.embedded.api.User user)
Get the different levels of security that the user can see across all projects. |
List<IssueSecurityLevel> |
IssueSecurityLevelManagerImpl.getIssueSecurityLevels(long schemeId)
|
List<IssueSecurityLevel> |
IssueSecurityLevelManager.getIssueSecurityLevels(long schemeId)
Returns the list of Security Levels for the given Issue Security Level Scheme. |
Collection<IssueSecurityLevel> |
IssueSecurityLevelManagerImpl.getIssueSecurityLevelsByName(String securityLevelName)
|
Collection<IssueSecurityLevel> |
IssueSecurityLevelManager.getIssueSecurityLevelsByName(String securityLevelName)
Get the different levels of security that have the specified name. |
Collection<IssueSecurityLevel> |
IssueSecurityLevelManagerImpl.getSecurityLevelsForUserByName(com.atlassian.crowd.embedded.api.User user,
String securityLevelName)
|
Collection<IssueSecurityLevel> |
IssueSecurityLevelManager.getSecurityLevelsForUserByName(com.atlassian.crowd.embedded.api.User user,
String securityLevelName)
Get the different levels of security that a user can see that have the specified name. |
List<IssueSecurityLevel> |
IssueSecurityLevelManagerImpl.getUsersSecurityLevels(Issue issue,
com.atlassian.crowd.embedded.api.User user)
|
List<IssueSecurityLevel> |
IssueSecurityLevelManager.getUsersSecurityLevels(Issue issue,
com.atlassian.crowd.embedded.api.User user)
Get the different levels of security that can be set for this issue. |
List<IssueSecurityLevel> |
IssueSecurityLevelManagerImpl.getUsersSecurityLevels(Project project,
com.atlassian.crowd.embedded.api.User user)
|
List<IssueSecurityLevel> |
IssueSecurityLevelManager.getUsersSecurityLevels(Project project,
com.atlassian.crowd.embedded.api.User user)
Get the different levels of security that can be set for an issue created in this project. |
| Uses of IssueSecurityLevel in com.atlassian.jira.notification.type |
|---|
| Methods in com.atlassian.jira.notification.type with parameters of type IssueSecurityLevel | |
|---|---|
org.apache.lucene.search.Query |
ProjectRoleSecurityAndNotificationType.getQuery(com.atlassian.crowd.embedded.api.User searcher,
Project project,
IssueSecurityLevel securityLevel,
String parameter)
|
| Uses of IssueSecurityLevel in com.atlassian.jira.security.type |
|---|
| Methods in com.atlassian.jira.security.type with parameters of type IssueSecurityLevel | |
|---|---|
protected org.apache.lucene.search.Query |
AbstractProjectsSecurityType.getQuery(IssueSecurityLevel securityLevel)
|
org.apache.lucene.search.Query |
AbstractProjectsSecurityType.getQuery(com.atlassian.crowd.embedded.api.User searcher,
Project project,
IssueSecurityLevel securityLevel,
String parameter)
|
org.apache.lucene.search.Query |
SecurityType.getQuery(com.atlassian.crowd.embedded.api.User searcher,
Project project,
IssueSecurityLevel securityLevel,
String parameter)
Returns a query based on security level and the project passed in. |
org.apache.lucene.search.Query |
ProjectLead.getQuery(com.atlassian.crowd.embedded.api.User searcher,
Project project,
IssueSecurityLevel securityLevel,
String parameter)
|
org.apache.lucene.search.Query |
AbstractIssueFieldSecurityType.getQuery(com.atlassian.crowd.embedded.api.User searcher,
Project project,
IssueSecurityLevel securityLevel,
String parameter)
|
protected org.apache.lucene.search.BooleanQuery |
GroupCF.getQueryForSecurityLevel(IssueSecurityLevel issueSecurity,
com.atlassian.crowd.embedded.api.User searcher,
String fieldName)
|
protected org.apache.lucene.search.BooleanQuery |
AbstractIssueFieldSecurityType.getQueryForSecurityLevel(IssueSecurityLevel issueSecurity,
com.atlassian.crowd.embedded.api.User searcher,
String fieldName)
Produces a Lucene query for a given issue security type such that documents match the query only when the given user is defined for the issue by this custom field in the given security. |
| Uses of IssueSecurityLevel in com.atlassian.jira.web.action.admin.issuesecurity |
|---|
| Methods in com.atlassian.jira.web.action.admin.issuesecurity that return types with arguments of type IssueSecurityLevel | |
|---|---|
List<IssueSecurityLevel> |
EditIssueSecurities.getSecurityLevels()
|
| Methods in com.atlassian.jira.web.action.admin.issuesecurity with parameters of type IssueSecurityLevel | |
|---|---|
List<IssueSecurityLevelPermission> |
EditIssueSecurities.getSecurities(IssueSecurityLevel issueSecurityLevel)
|
| Uses of IssueSecurityLevel in com.atlassian.jira.web.action.util |
|---|
| Methods in com.atlassian.jira.web.action.util that return types with arguments of type IssueSecurityLevel | |
|---|---|
Collection<IssueSecurityLevel> |
ShowConstantsHelp.getSecurityLevels()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||