|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LocalRegistrationService
Provides services related to registration, specific to the host.
| Method Summary | |
|---|---|
Registration |
get(Registration.RegistrationId id)
Returns a registration for a provider with the given application id |
com.atlassian.fugue.Option<com.atlassian.fugue.Pair<java.util.List<Registration>,java.util.Date>> |
getAll(java.util.Date ifModifiedSince)
Returns all the currently stored registrations, only return if updates have occurred. |
java.lang.String |
getCacheValue(java.util.Locale locale)
|
java.util.Date |
getLastModified()
|
| Methods inherited from interface com.atlassian.mywork.service.RegistrationService |
|---|
register |
| Method Detail |
|---|
Registration get(Registration.RegistrationId id)
id - application id
com.atlassian.fugue.Option<com.atlassian.fugue.Pair<java.util.List<Registration>,java.util.Date>> getAll(java.util.Date ifModifiedSince)
ifModifiedSince - time rounded down the nearest second.
java.util.Date getLastModified()
java.lang.String getCacheValue(java.util.Locale locale)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||