public static class ResolverManagerImpl.IssueSecurityLevelResolverFacade extends Object implements NameResolver
| Constructor and Description |
|---|
IssueSecurityLevelResolverFacade(IssueSecurityLevelResolver resolver,
JiraAuthenticationContext authenticationContext) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(Long id)
Get by id.
|
Collection |
getAll()
Gets all domain objects of this type in the underlying database.
|
List<String> |
getIdsFromName(String name)
Returns the list of ids of T objects that have the given name.
|
boolean |
idExists(Long id)
Returns true if the id would resolve to a domain object.
|
boolean |
nameExists(String name)
Returns true if the name would resolve to a domain object.
|
public IssueSecurityLevelResolverFacade(IssueSecurityLevelResolver resolver, JiraAuthenticationContext authenticationContext)
public List<String> getIdsFromName(String name)
NameResolvergetIdsFromName in interface NameResolvername - the name of the T.public boolean nameExists(String name)
NameResolvernameExists in interface NameResolvername - the addressable name.public boolean idExists(Long id)
NameResolveridExists in interface NameResolverid - the primary key.public Object get(Long id)
NameResolverget in interface NameResolverid - the id.public Collection getAll()
NameResolvergetAll in interface NameResolverCopyright © 2002-2017 Atlassian. All Rights Reserved.