com.atlassian.jira.service
Interface ServiceConfigStore
- All Known Implementing Classes:
- OfBizServiceConfigStore
- public interface ServiceConfigStore
A store interface for the ServiceConfigs
addServiceConfig
public JiraServiceContainer addServiceConfig(String name,
String clazz,
long delay)
throws Exception
- Throws:
Exception
editServiceConfig
public void editServiceConfig(JiraServiceContainer config,
long delay,
Map params)
throws Exception
- Throws:
Exception
removeServiceConfig
public void removeServiceConfig(JiraServiceContainer config)
throws Exception
- Throws:
Exception
getServiceConfigForId
public JiraServiceContainer getServiceConfigForId(Long id)
throws Exception
- Throws:
Exception
getServiceConfigForName
public JiraServiceContainer getServiceConfigForName(String name)
throws Exception
- Throws:
Exception
getAllServiceConfigs
public Collection getAllServiceConfigs()
throws Exception
- Throws:
Exception
Copyright © 2002-2006 Atlassian. All Rights Reserved.