|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.jira.jql.resolver.ResolverManagerImpl.IssueSecurityLevelResolverFacade
public static class ResolverManagerImpl.IssueSecurityLevelResolverFacade
Constructor Summary | |
---|---|
ResolverManagerImpl.IssueSecurityLevelResolverFacade(IssueSecurityLevelResolver resolver,
JiraAuthenticationContext authenticationContext)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResolverManagerImpl.IssueSecurityLevelResolverFacade(IssueSecurityLevelResolver resolver, JiraAuthenticationContext authenticationContext)
Method Detail |
---|
public List<String> getIdsFromName(String name)
NameResolver
getIdsFromName
in interface NameResolver
name
- the name of the T.
public boolean nameExists(String name)
NameResolver
nameExists
in interface NameResolver
name
- the addressable name.
public boolean idExists(Long id)
NameResolver
idExists
in interface NameResolver
id
- the primary key.
public Object get(Long id)
NameResolver
get
in interface NameResolver
id
- the id.
public Collection getAll()
NameResolver
getAll
in interface NameResolver
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |