@Singleton public class BaseEventService extends Object implements EventService
| Modifier and Type | Field and Description |
|---|---|
protected RestContext<AbiquoApi,AbiquoAsyncApi> |
context |
protected ListEvents |
listEvents |
| Modifier | Constructor and Description |
|---|---|
protected |
BaseEventService(RestContext<AbiquoApi,AbiquoAsyncApi> context,
ListEvents listEvents) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Event> |
listEvents()
Get the list of all events.
|
Iterable<Event> |
listEvents(EventOptions options)
Get the list of all events using filters as query params.
|
protected RestContext<AbiquoApi,AbiquoAsyncApi> context
protected final ListEvents listEvents
@Inject protected BaseEventService(RestContext<AbiquoApi,AbiquoAsyncApi> context, ListEvents listEvents)
public Iterable<Event> listEvents()
EventServicelistEvents in interface EventServicepublic Iterable<Event> listEvents(EventOptions options)
EventServicelistEvents in interface EventServiceCopyright © 2009-2013 jclouds. All Rights Reserved.