Modifier and Type | Method and Description |
---|---|
WatcherBean |
ObjectFacade.createWatcherBean(int objectId,
String userKey)
Created a
WatcherBean |
WatcherBean |
ObjectFacade.loadWatcherBean(int objectId,
String userKey)
Loads a
WatcherBean |
Modifier and Type | Method and Description |
---|---|
List<WatcherBean> |
ObjectFacade.findWatcherBeans(int objectId)
Finds all
WatcherBean for an ObjectBean |
Modifier and Type | Method and Description |
---|---|
void |
ObjectFacade.deleteWatcherBean(WatcherBean watcherBean)
Delete a
WatcherBean |
Modifier and Type | Method and Description |
---|---|
WatcherBean |
ObjectFacadeImpl.createWatcherBean(int objectId,
String userKey) |
WatcherBean |
ObjectFacadeImpl.loadWatcherBean(int objectId,
String userKey) |
Modifier and Type | Method and Description |
---|---|
List<WatcherBean> |
ObjectFacadeImpl.findWatcherBeans(int objectId) |
Modifier and Type | Method and Description |
---|---|
void |
ObjectFacadeImpl.deleteWatcherBean(WatcherBean watcherBean) |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableWatcherBean
Immutable implementation of
WatcherBean . |
Modifier and Type | Method and Description |
---|---|
static ImmutableWatcherBean |
ImmutableWatcherBean.copyOf(WatcherBean instance)
Creates an immutable copy of a
WatcherBean value. |
ImmutableWatcherBean.Builder |
ImmutableWatcherBean.Builder.from(WatcherBean instance)
Fill a builder with attribute values from the provided
WatcherBean instance. |
Copyright © 2024 Atlassian. All rights reserved.