Package | Description |
---|---|
br.org.scadabr.api.ae | |
br.org.scadabr.api.dao | |
br.org.scadabr.api.utils |
Modifier and Type | Field and Description |
---|---|
private EventDefinition[] |
BrowseEventsResponse.eventsList |
Modifier and Type | Method and Description |
---|---|
EventDefinition[] |
BrowseEventsResponse.getEventsList()
Gets the eventsList value for this BrowseEventsResponse.
|
EventDefinition |
BrowseEventsResponse.getEventsList(int i) |
Modifier and Type | Method and Description |
---|---|
void |
BrowseEventsResponse.setEventsList(EventDefinition[] eventsList)
Sets the eventsList value for this BrowseEventsResponse.
|
void |
BrowseEventsResponse.setEventsList(int i,
EventDefinition _value) |
Constructor and Description |
---|
BrowseEventsResponse(APIError[] errors,
EventDefinition[] eventsList,
ReplyBase replyBase) |
Modifier and Type | Method and Description |
---|---|
java.util.List<EventDefinition> |
MangoDaoImpl.getEventDefinitions(EventType eventType) |
java.util.List<EventDefinition> |
ScadaBRAPIDao.getEventDefinitions(EventType eventType) |
Modifier and Type | Method and Description |
---|---|
static EventDefinition |
APIUtils.toEventDefinition(java.lang.String name,
int alarmLevel,
EventType eventType) |