|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.jira.service.AbstractService com.atlassian.jira.service.services.file.AbstractMessageHandlingService com.atlassian.jira.service.services.file.FileService
Field Summary |
Fields inherited from class com.atlassian.jira.service.services.file.AbstractMessageHandlingService |
handler, KEY_HANDLER, KEY_HANDLER_PARAMS |
Fields inherited from class com.atlassian.jira.service.AbstractService |
name |
Constructor Summary | |
FileService()
|
Method Summary | |
com.atlassian.configurable.ObjectConfiguration |
getObjectConfiguration()
|
void |
init(com.opensymphony.module.propertyset.PropertySet props)
Initialise the service. |
void |
run()
This method must be implemented in a subclass, and performs the functionality that the service performs. |
Methods inherited from class com.atlassian.jira.service.services.file.AbstractMessageHandlingService |
getHandler |
Methods inherited from class com.atlassian.jira.service.AbstractService |
destroy, getDefaultProperty, getDescription, getKey, getLongProperty, getObjectConfiguration, getProperties, getProperty, hasProperty, isInternal, isUnique |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FileService()
Method Detail |
public void init(com.opensymphony.module.propertyset.PropertySet props) throws com.atlassian.configurable.ObjectConfigurationException
JiraService
As the parameters are gained from the user's interaction with the website, it is not guaranteed to be called with the correct, or indeed with any parameters.
init() may be called multiple times during the services lifetime.
init
in interface JiraService
init
in class AbstractMessageHandlingService
com.atlassian.configurable.ObjectConfigurationException
public void run()
AbstractService
run
in interface JiraService
run
in class AbstractService
public com.atlassian.configurable.ObjectConfiguration getObjectConfiguration() throws com.atlassian.configurable.ObjectConfigurationException
com.atlassian.configurable.ObjectConfigurationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |