|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EventsResource
| Method Summary | |
|---|---|
ApiEvent |
readEvent(String eventUUID)
Returns a specific event in the system |
ApiEventQueryResult |
readEvents(Integer maxResults,
Integer resultOffset,
String query)
Allows you to query events in the system. |
| Method Detail |
|---|
@Path(value="/")
ApiEventQueryResult readEvents(Integer maxResults,
Integer resultOffset,
String query)
maxResults - The maximum number of events to return.resultOffset - Specified the offset of events to return.query - The query to perform to find events in the system. It accepts
querying the intersection of a list of constraints,
joined together with semicolons (without spaces). For example:
The other valid comparators are =lt=, =le=, =ge=, and =gt=. They stand for "<", "<=", ">=", ">" respectively. These comparators are only applicable for date time fields.
@Path(value="/{eventId}")
ApiEvent readEvent(String eventUUID)
eventUUID - The UUID of the event to read
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||