| Modifier and Type | Method and Description |
|---|---|
PageResponse<Watch> |
WatchServiceImpl.watchersForChildContentCreated(ContentId contentId,
PageRequest pageRequest) |
PageResponse<Watch> |
WatchServiceImpl.watchersForContentCreated(ContentId contentId,
PageRequest pageRequest) |
| Modifier and Type | Class and Description |
|---|---|
class |
ContentWatch |
class |
LabelWatch |
class |
SpaceWatch |
| Modifier and Type | Method and Description |
|---|---|
PageResponse<Watch> |
WatchService.watchersForChildContentCreated(ContentId contentId,
PageRequest pageRequest)
Returns a list of effective watchers for a certain content when a child content is created on it.
|
PageResponse<Watch> |
WatchService.watchersForContentCreated(ContentId contentId,
PageRequest pageRequest)
Returns a list of effective watchers for a certain content when that content was just created.
|
| Modifier and Type | Method and Description |
|---|---|
PageResponse<Watch> |
ContentNotificationsResource.notificationsForChildContentCreated(ContentId contentId,
javax.ws.rs.core.UriInfo uriInfo,
int start,
int limit)
Gets the notifications for child created content.
|
PageResponse<Watch> |
ContentNotificationsResource.notificationsForContentCreated(ContentId contentId,
javax.ws.rs.core.UriInfo uriInfo,
int start,
int limit)
Gets the notifications for created content.
|
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.util.concurrent.Promise<PageResponse<Watch>> |
RemoteWatchService.watchersForChildContentCreated(ContentId contentId,
PageRequest pageRequest)
Returns a list of effective watchers for a certain content when a child content is created on it.
|
com.atlassian.util.concurrent.Promise<PageResponse<Watch>> |
RemoteWatchService.watchersForContentCreated(ContentId contentId,
PageRequest pageRequest)
Returns a list of effective watchers for a certain content when that content was just created.
|
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.util.concurrent.Promise<PageResponse<Watch>> |
RemoteWatchServiceImpl.watchersForChildContentCreated(ContentId contentId,
PageRequest pageRequest) |
com.atlassian.util.concurrent.Promise<PageResponse<Watch>> |
RemoteWatchServiceImpl.watchersForContentCreated(ContentId contentId,
PageRequest pageRequest) |
Copyright © 2003–2017 Atlassian. All rights reserved.