Package | Description |
---|---|
br.org.scadabr.api.ae | |
br.org.scadabr.api.config | |
br.org.scadabr.api.da | |
br.org.scadabr.api.dao | |
br.org.scadabr.api.exception | |
br.org.scadabr.api.hda | |
br.org.scadabr.api.utils |
Modifier and Type | Field and Description |
---|---|
private APIError[] |
BrowseEventsResponse.errors |
private APIError[] |
GetActiveEventsResponse.errors |
private APIError[] |
GetEventsHistoryResponse.errors |
private APIError[] |
AnnotateEventResponse.errors |
private APIError[] |
AckEventsResponse.errors |
Modifier and Type | Method and Description |
---|---|
APIError[] |
BrowseEventsResponse.getErrors()
Gets the errors value for this BrowseEventsResponse.
|
APIError[] |
GetActiveEventsResponse.getErrors()
Gets the errors value for this GetActiveEventsResponse.
|
APIError[] |
GetEventsHistoryResponse.getErrors()
Gets the errors value for this GetEventsHistoryResponse.
|
APIError[] |
AnnotateEventResponse.getErrors()
Gets the errors value for this AnnotateEventResponse.
|
APIError[] |
AckEventsResponse.getErrors()
Gets the errors value for this AckEventsResponse.
|
APIError |
BrowseEventsResponse.getErrors(int i) |
APIError |
GetActiveEventsResponse.getErrors(int i) |
APIError |
GetEventsHistoryResponse.getErrors(int i) |
APIError |
AnnotateEventResponse.getErrors(int i) |
APIError |
AckEventsResponse.getErrors(int i) |
Modifier and Type | Method and Description |
---|---|
void |
BrowseEventsResponse.setErrors(APIError[] errors)
Sets the errors value for this BrowseEventsResponse.
|
void |
GetActiveEventsResponse.setErrors(APIError[] errors)
Sets the errors value for this GetActiveEventsResponse.
|
void |
GetEventsHistoryResponse.setErrors(APIError[] errors)
Sets the errors value for this GetEventsHistoryResponse.
|
void |
AnnotateEventResponse.setErrors(APIError[] errors)
Sets the errors value for this AnnotateEventResponse.
|
void |
AckEventsResponse.setErrors(APIError[] errors)
Sets the errors value for this AckEventsResponse.
|
void |
BrowseEventsResponse.setErrors(int i,
APIError _value) |
void |
GetActiveEventsResponse.setErrors(int i,
APIError _value) |
void |
GetEventsHistoryResponse.setErrors(int i,
APIError _value) |
void |
AnnotateEventResponse.setErrors(int i,
APIError _value) |
void |
AckEventsResponse.setErrors(int i,
APIError _value) |
Constructor and Description |
---|
AckEventsResponse(APIError[] errors,
EventNotification[] events,
ReplyBase replyBase) |
AnnotateEventResponse(APIError[] errors,
EventMessage[] eventMessagesList,
ReplyBase replyBase) |
BrowseEventsResponse(APIError[] errors,
EventDefinition[] eventsList,
ReplyBase replyBase) |
GetActiveEventsResponse(APIError[] errors,
EventNotification[] eventsList,
ReplyBase replyBase) |
GetEventsHistoryResponse(APIError[] errors,
EventNotification[] eventsList,
ReplyBase replyBase) |
Modifier and Type | Field and Description |
---|---|
private APIError[] |
ConfigureDataSourceResponse.errors |
private APIError[] |
ConfigureDataPointResponse.errors |
private APIError[] |
RemoveDataSourceResponse.errors |
private APIError[] |
BrowseDataPointsResponse.errors |
private APIError[] |
RemoveFlexProjectResponse.errors |
private APIError[] |
RemoveDataPointResponse.errors |
private APIError[] |
BrowseDataSourcesResponse.errors |
private APIError[] |
AddDataSourceResponse.errors |
Modifier and Type | Method and Description |
---|---|
APIError[] |
ConfigureDataSourceResponse.getErrors()
Gets the errors value for this ConfigureDataSourceResponse.
|
APIError[] |
ConfigureDataPointResponse.getErrors()
Gets the errors value for this ConfigureDataPointResponse.
|
APIError[] |
RemoveDataSourceResponse.getErrors()
Gets the errors value for this RemoveDataSourceResponse.
|
APIError[] |
BrowseDataPointsResponse.getErrors()
Gets the errors value for this BrowseDataPointsResponse.
|
APIError[] |
RemoveFlexProjectResponse.getErrors()
Gets the errors value for this RemoveFlexProjectResponse.
|
APIError[] |
RemoveDataPointResponse.getErrors()
Gets the errors value for this RemoveDataPointResponse.
|
APIError[] |
BrowseDataSourcesResponse.getErrors()
Gets the errors value for this BrowseDataSourcesResponse.
|
APIError[] |
AddDataSourceResponse.getErrors()
Gets the errors value for this AddDataSourceResponse.
|
APIError |
ConfigureDataSourceResponse.getErrors(int i) |
APIError |
ConfigureDataPointResponse.getErrors(int i) |
APIError |
RemoveDataSourceResponse.getErrors(int i) |
APIError |
BrowseDataPointsResponse.getErrors(int i) |
APIError |
RemoveFlexProjectResponse.getErrors(int i) |
APIError |
RemoveDataPointResponse.getErrors(int i) |
APIError |
BrowseDataSourcesResponse.getErrors(int i) |
APIError |
AddDataSourceResponse.getErrors(int i) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigureDataSourceResponse.setErrors(APIError[] errors)
Sets the errors value for this ConfigureDataSourceResponse.
|
void |
ConfigureDataPointResponse.setErrors(APIError[] errors)
Sets the errors value for this ConfigureDataPointResponse.
|
void |
RemoveDataSourceResponse.setErrors(APIError[] errors)
Sets the errors value for this RemoveDataSourceResponse.
|
void |
BrowseDataPointsResponse.setErrors(APIError[] errors)
Sets the errors value for this BrowseDataPointsResponse.
|
void |
RemoveFlexProjectResponse.setErrors(APIError[] errors)
Sets the errors value for this RemoveFlexProjectResponse.
|
void |
RemoveDataPointResponse.setErrors(APIError[] errors)
Sets the errors value for this RemoveDataPointResponse.
|
void |
BrowseDataSourcesResponse.setErrors(APIError[] errors)
Sets the errors value for this BrowseDataSourcesResponse.
|
void |
AddDataSourceResponse.setErrors(APIError[] errors)
Sets the errors value for this AddDataSourceResponse.
|
void |
ConfigureDataSourceResponse.setErrors(int i,
APIError _value) |
void |
ConfigureDataPointResponse.setErrors(int i,
APIError _value) |
void |
RemoveDataSourceResponse.setErrors(int i,
APIError _value) |
void |
BrowseDataPointsResponse.setErrors(int i,
APIError _value) |
void |
RemoveFlexProjectResponse.setErrors(int i,
APIError _value) |
void |
RemoveDataPointResponse.setErrors(int i,
APIError _value) |
void |
BrowseDataSourcesResponse.setErrors(int i,
APIError _value) |
void |
AddDataSourceResponse.setErrors(int i,
APIError _value) |
Constructor and Description |
---|
AddDataSourceResponse(APIError[] errors,
ReplyBase replyBase) |
BrowseDataPointsResponse(APIError[] errors,
ReplyBase replyBase,
DataSourceType type,
java.lang.Object[] dataPoints) |
BrowseDataSourcesResponse(APIError[] errors,
ReplyBase replyBase,
DataSourceType type,
java.lang.Object[] dataSources) |
ConfigureDataPointResponse(int id,
APIError[] errors,
ReplyBase replyBase) |
ConfigureDataSourceResponse(int id,
APIError[] errors,
ReplyBase replyBase) |
RemoveDataPointResponse(APIError[] errors,
ReplyBase replyBase) |
RemoveDataSourceResponse(APIError[] errors,
ReplyBase replyBase) |
RemoveFlexProjectResponse(APIError[] errors,
ReplyBase replyBase) |
Modifier and Type | Field and Description |
---|---|
private APIError[] |
WriteStringDataResponse.errors |
private APIError[] |
ReadDataResponse.errors |
private APIError[] |
WriteDataResponse.errors |
private APIError[] |
BrowseTagsResponse.errors |
Modifier and Type | Method and Description |
---|---|
APIError[] |
WriteStringDataResponse.getErrors()
Gets the errors value for this WriteStringDataResponse.
|
APIError[] |
ReadDataResponse.getErrors()
Gets the errors value for this ReadDataResponse.
|
APIError[] |
WriteDataResponse.getErrors()
Gets the errors value for this WriteDataResponse.
|
APIError[] |
BrowseTagsResponse.getErrors()
Gets the errors value for this BrowseTagsResponse.
|
APIError |
WriteStringDataResponse.getErrors(int i) |
APIError |
ReadDataResponse.getErrors(int i) |
APIError |
WriteDataResponse.getErrors(int i) |
APIError |
BrowseTagsResponse.getErrors(int i) |
Modifier and Type | Method and Description |
---|---|
void |
WriteStringDataResponse.setErrors(APIError[] errors)
Sets the errors value for this WriteStringDataResponse.
|
void |
ReadDataResponse.setErrors(APIError[] errors)
Sets the errors value for this ReadDataResponse.
|
void |
WriteDataResponse.setErrors(APIError[] errors)
Sets the errors value for this WriteDataResponse.
|
void |
BrowseTagsResponse.setErrors(APIError[] errors)
Sets the errors value for this BrowseTagsResponse.
|
void |
WriteStringDataResponse.setErrors(int i,
APIError _value) |
void |
ReadDataResponse.setErrors(int i,
APIError _value) |
void |
WriteDataResponse.setErrors(int i,
APIError _value) |
void |
BrowseTagsResponse.setErrors(int i,
APIError _value) |
Constructor and Description |
---|
BrowseTagsResponse(APIError[] errors,
ItemInfo[] itemsList,
ReplyBase replyBase) |
ReadDataResponse(APIError[] errors,
ItemValue[] itemsList,
ReplyBase replyBase) |
WriteDataResponse(APIError[] errors,
ItemValue[] itemsList,
ReplyBase replyBase) |
WriteStringDataResponse(APIError[] errors,
ItemStringValue[] itemsList,
ReplyBase replyBase) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ItemValue> |
MangoDaoImpl.getItemValueList(java.lang.String[] itemList,
java.util.List<APIError> errors) |
java.util.List<ItemValue> |
ScadaBRAPIDao.getItemValueList(java.lang.String[] itemList,
java.util.List<APIError> errors) |
Modifier and Type | Field and Description |
---|---|
private APIError |
ScadaBRAPIException.error |
Modifier and Type | Method and Description |
---|---|
APIError |
ScadaBRAPIException.getError() |
Modifier and Type | Method and Description |
---|---|
void |
ScadaBRAPIException.setError(APIError error) |
Constructor and Description |
---|
ScadaBRAPIException(APIError error) |
Modifier and Type | Field and Description |
---|---|
private APIError[] |
GetDataHistoryResponse.errors |
Modifier and Type | Method and Description |
---|---|
APIError[] |
GetDataHistoryResponse.getErrors()
Gets the errors value for this GetDataHistoryResponse.
|
APIError |
GetDataHistoryResponse.getErrors(int i) |
Modifier and Type | Method and Description |
---|---|
void |
GetDataHistoryResponse.setErrors(APIError[] errors)
Sets the errors value for this GetDataHistoryResponse.
|
void |
GetDataHistoryResponse.setErrors(int i,
APIError _value) |
Constructor and Description |
---|
GetDataHistoryResponse(APIError[] errors,
boolean moreValues,
ItemValue[] itemsList,
ReplyBase replyBase) |
Modifier and Type | Field and Description |
---|---|
private static APIError |
APIUtils.error |
static APIError |
APIConstants.ERROR_OK |
private static APIError[] |
APIUtils.errors |
Modifier and Type | Method and Description |
---|---|
static APIError[] |
APIUtils.getError() |
Modifier and Type | Method and Description |
---|---|
static void |
APIUtils.setError(APIError[] error) |