| Package | Description |
|---|---|
| org.hawkular.inventory.api | |
| org.hawkular.inventory.base |
| Modifier and Type | Method and Description |
|---|---|
static Action<Action.EnvironmentCopy,Environment> |
Action.copied() |
static <E> Action<E,E> |
Action.created() |
static <E> Action<E,E> |
Action.deleted() |
Action<C,E> |
Interest.getAction() |
static Action<Feed,Feed> |
Action.registered() |
static <U extends AbstractElement.Update,E extends AbstractElement<?,U>> |
Action.updated() |
| Modifier and Type | Method and Description |
|---|---|
<C> Interest<C,E> |
Interest.Builder.being(Action<C,E> action) |
static Action.Enumerated |
Action.Enumerated.from(Action<?,?> action) |
boolean |
Interest.matches(Action<?,?> action,
Object object)
Checks whether given object is of interest to this interest instance.
|
| Constructor and Description |
|---|
Interest(Action<C,E> action,
Class<E> entityType) |
| Modifier and Type | Method and Description |
|---|---|
Action<C,V> |
EntityAndPendingNotifications.Notification.getAction() |
| Constructor and Description |
|---|
Notification(C actionContext,
V value,
Action<C,V> action)
Constructs a new instance.
|
Copyright © 2015 Red Hat, Inc.. All rights reserved.