| Modifier and Type | Method and Description |
|---|---|
protected void |
UpdateMailTemplate.processMailTemplates() |
| Modifier and Type | Method and Description |
|---|---|
Property |
PropertyDAOHibernate.find(String key,
String name) |
Property |
PropertyDAO.find(String key,
String name)
Finds property by key and name.
|
| Modifier and Type | Method and Description |
|---|---|
Token |
TokenDAOHibernate.findByID(long ID) |
Token |
TokenDAOHibernate.findByIdentifierHash(String identifierHash) |
Token |
TokenDAOMemory.findByIdentifierHash(String identifierHash) |
Token |
SessionTokenStorage.findByIdentifierHash(String identifierHash)
Finds token by identifier hash.
|
Token |
TokenDAOHibernate.findByRandomHash(String randomHash) |
Token |
TokenDAOMemory.findByRandomHash(String randomHash) |
Token |
SessionTokenStorage.findByRandomHash(String randomHash)
Finds token by random hash.
|
Token |
SessionTokenStorage.update(Token token) |
| Modifier and Type | Method and Description |
|---|---|
void |
SetLdapConnectionSettingsListener.handleEvent(ApplicationReadyEvent event) |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationNotFoundException
Thrown when an application is not found.
|
class |
GroupNotFoundException
Thrown when the specified group could not be found.
|
class |
MembershipNotFoundException
Used to denote that a particular USER-GROUP or GROUP-GROUP membership
does not exist.
|
class |
UserNotFoundException
Thrown when the specified user could not be found.
|
class |
WebhookNotFoundException
Thrown to indicate that a Webhook does not exist on the server
|
| Modifier and Type | Method and Description |
|---|---|
String |
PropertyManagerGeneric.getProperty(String name) |
String |
PropertyManager.getProperty(String name)
Retrieves an arbitrary property by name.
|
String |
PluginPropertyManagerGeneric.getProperty(String key,
String name) |
String |
PluginPropertyManager.getProperty(String key,
String name) |
protected Property |
PropertyManagerGeneric.getPropertyObject(String name) |
| Modifier and Type | Method and Description |
|---|---|
Token |
SwitchableTokenManagerImpl.findByIdentifierHash(String identifierHash) |
Token |
SimpleTokenManagerImpl.findByIdentifierHash(String identifierHash) |
Token |
SwitchableTokenManagerImpl.findByRandomHash(String randomHash) |
Token |
SimpleTokenManagerImpl.findByRandomHash(String randomHash) |
Token |
SwitchableTokenManagerImpl.update(Token token) |
Token |
SimpleTokenManagerImpl.update(Token token) |
| Modifier and Type | Method and Description |
|---|---|
T |
HibernateDao.load(long ID)
Loads a persistence DAO object from the persistence store.
|
T |
EntityObjectDAO.load(long ID)
Loads a persistnce DAO object from the persistence store.
|
| Modifier and Type | Method and Description |
|---|---|
Property |
PropertyDAOHibernate.findByName(long name) |
Property |
PropertyDAO.findByName(long name) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
TestkitPropertyResource.deleteProperty(String key) |
javax.ws.rs.core.Response |
TestkitPropertyResource.getProperty(String key) |
javax.ws.rs.core.Response |
TestkitPropertyResource.setProperty(Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SoapExceptionTranslator.throwSoapEquivalentCheckedException(ObjectNotFoundException e) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SoapExceptionTranslator.throwEquivalentCheckedException(ObjectNotFoundException e) |
static void |
SoapExceptionTranslator.throwEquivalentObjectNotFoundException(ObjectNotFoundException e)
Throws the equivalent
ObjectNotFoundException from ObjectNotFoundException. |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
InternalDirectoryEntityHibernateDao.findByName(long directoryId,
String entityName) |
<T> T |
HibernateDao.load(Class<T> persistentClass,
long id)
Loads a persisted entity from the persistence store.
|
Object |
HibernateDao.load(long id)
Loads a persisted entity from the persistence store.
|
Copyright © 2017 Atlassian. All rights reserved.