Package | Description |
---|---|
br.org.scadabr.api.ae | |
br.org.scadabr.api.dao | |
br.org.scadabr.api.utils |
Modifier and Type | Field and Description |
---|---|
private EventNotification[] |
AckEventsResponse.events |
private EventNotification[] |
GetActiveEventsResponse.eventsList |
private EventNotification[] |
GetEventsHistoryResponse.eventsList |
Modifier and Type | Method and Description |
---|---|
EventNotification[] |
AckEventsResponse.getEvents()
Gets the events value for this AckEventsResponse.
|
EventNotification |
AckEventsResponse.getEvents(int i) |
EventNotification[] |
GetActiveEventsResponse.getEventsList()
Gets the eventsList value for this GetActiveEventsResponse.
|
EventNotification[] |
GetEventsHistoryResponse.getEventsList()
Gets the eventsList value for this GetEventsHistoryResponse.
|
EventNotification |
GetActiveEventsResponse.getEventsList(int i) |
EventNotification |
GetEventsHistoryResponse.getEventsList(int i) |
Modifier and Type | Method and Description |
---|---|
void |
AckEventsResponse.setEvents(EventNotification[] events)
Sets the events value for this AckEventsResponse.
|
void |
AckEventsResponse.setEvents(int i,
EventNotification _value) |
void |
GetActiveEventsResponse.setEventsList(EventNotification[] eventsList)
Sets the eventsList value for this GetActiveEventsResponse.
|
void |
GetEventsHistoryResponse.setEventsList(EventNotification[] eventsList)
Sets the eventsList value for this GetEventsHistoryResponse.
|
void |
GetActiveEventsResponse.setEventsList(int i,
EventNotification _value) |
void |
GetEventsHistoryResponse.setEventsList(int i,
EventNotification _value) |
Constructor and Description |
---|
AckEventsResponse(APIError[] errors,
EventNotification[] events,
ReplyBase replyBase) |
GetActiveEventsResponse(APIError[] errors,
EventNotification[] eventsList,
ReplyBase replyBase) |
GetEventsHistoryResponse(APIError[] errors,
EventNotification[] eventsList,
ReplyBase replyBase) |
Modifier and Type | Method and Description |
---|---|
EventNotification |
MangoDaoImpl.ackEvent(int eventId) |
EventNotification |
ScadaBRAPIDao.ackEvent(int eventId) |
Modifier and Type | Method and Description |
---|---|
java.util.List<EventNotification> |
MangoDaoImpl.getEventNotifications(AlarmLevel minimumAlarmLevel) |
java.util.List<EventNotification> |
ScadaBRAPIDao.getEventNotifications(AlarmLevel minimumAlarmLevel) |
java.util.List<EventNotification> |
MangoDaoImpl.getEventsHistory(AlarmLevel alarmLevel,
java.util.Calendar initialDate,
java.util.Calendar finalDate,
int maxReturn) |
java.util.List<EventNotification> |
ScadaBRAPIDao.getEventsHistory(AlarmLevel alarmLevel,
java.util.Calendar initialDate,
java.util.Calendar finalDate,
int maxReturn) |
Modifier and Type | Method and Description |
---|---|
static EventNotification |
APIUtils.toEventNotification(EventInstance eventInstance) |