@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()
EventService
listEvents
in interface EventService
public Iterable<Event> listEvents(EventOptions options)
EventService
listEvents
in interface EventService
Copyright © 2009-2013 jclouds. All Rights Reserved.