java.lang.Object | |
↳ | com.atlassian.jira.jql.resolver.ResolverManagerImpl.IssueSecurityLevelResolverFacade |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get by id.
| |||||||||||
Gets all domain objects of this type in the underlying database.
| |||||||||||
Returns the list of ids of T objects that have the given name.
| |||||||||||
Returns true if the id would resolve to a domain object.
| |||||||||||
Returns true if the name would resolve to a domain object.
|
[Expand]
Inherited Methods | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||||||||||||
From interface
com.atlassian.jira.jql.resolver.NameResolver
|
Get by id.
id | the id. |
---|
Gets all domain objects of this type in the underlying database. Note that calling this may not be a good idea for some domain object types.
Returns the list of ids of T objects that have the given name. Names may be unique but often are not, hence the List return type.
name | the name of the T. |
---|
Returns true if the id would resolve to a domain object.
id | the primary key. |
---|
Returns true if the name would resolve to a domain object.
name | the addressable name. |
---|