|
2008-02-07 1.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RfidInventoryProfileService
RfidInventoryProfile controls RFID tag reading, tag filtering, and aggregation reporting. This profile supports starting and stopping the reading mode, providing tag data in a common format, filtering tags as duplicates or by interest masks, collecting tags into an aggregation report, and marking tag reports with metadata called data extensions. The RfidInventoryProfile can be configured to trigger reading, filtering, and aggregating behavior based on events published by the GpioProfile and ControlProfile. The device service interface defines the service to be registered for the RfidInventoryProfile device.
The following measurements are supported:
| TagReadingExpression | The TagReadingExpression is an LDAP expression to trigger the state of tag reading based on input pin and control values. |
| TagReading | The TagReading measurement specifies the state of reading behavior. When the measurement is true, the reader is reading tags in autonomous mode and the profile reports tag data on the TagReport signal. When the measurement is false, the reader's autonomous mode is not enabled and any unexpected tag data reported by the reader is published on the TagReport error signal. If an LDAP expression is specified for the TagReadingExpression, a publication to write a value to this measurement will result in an exception and will not update the measurement value. |
| TagAggregatingExpression | The TagAggregatingExpression is an LDAP expression to trigger the behavior of aggregating based on input pin and control values. |
| TagAggregating | The TagAggregating measurement specifies the state of aggregating behavior. When the measurement value is true, the profile is collecting all tags which pass the Aggregation Mask. When the measurement value is updated to false, the profile publishes the TagAggregationReport signal, clears the aggregation cache, and stops collecting incoming tags. If an LDAP expression is specified for the TagAggregatingExpression, a publication to write a value to this measurement will result in an exception and will not update the measurement value. |
| TagMaskSetting | The TagMaskSetting specifies the definition of tags that should be published on the TagReport signal. A mask is specified by four comma-delimited parameters. The first parameter of a tag mask is a placeholder for future use, and the value is ignored. The second parameter is the pointer value. It is the first bit location of the tag id against which to compare the mask. The third parameter is the length. It specifies the number of bits of the tag id to compare against the mask. The final parameter is the mask value. It is the pattern against which the specified section of the tag id must match to pass the filter. Multiple masks can be specified by separating them with a semi-colon. |
| DuplicateFilteringExpression | The DuplicateFilteringExpression is an LDAP expression to trigger the behavior of duplicate tag filtering based on input pin and control values. |
| DuplicateFiltering | The DuplicateFiltering measurement specifies the state of duplicate tag filtering behavior. When the measurement value is true, the profile signals only the initial report of each tag read during the filtering cycle. When the measurement value is updated to false, the profile clears the cache of tags it has seen during the filtering cycle. While the measurement value is false, the profile does not filter out duplicate tags or cache incoming tags. If an LDAP expression is specified for the DuplicateFilteringExpression, a publication to write a value to this measurement will result in an exception and will not update the measurement value. |
| AggregationMaskSetting | The AggregationMaskSetting specifies the definition of tags that should be published on the TagAggregationReport signal. A mask is specified by four comma-delimited parameters. The first parameter of a tag mask is a placeholder for future use, and the value is ignored. The second parameter is the pointer value. It is the first bit location of the tag id against which to compare the mask. The third parameter is the length. It specifies the number of bits of the tag id to compare against the mask. The final parameter is the mask value. It is the pattern against which the specified section of the tag id must match to pass the filter. Multiple masks can be specified by separating them with a semi-colon. |
| DataExtensions | The DataExtensions measurement is a map of metadata to be associated with tag data. Data extensions are applied to TagReport data as the signal is published. Data extensions are applied to a TagAggregationReport at the beginning and end of the aggregation cycle. Writing a value to this measurement merges the new map with the current DataExtensions value. Setting the value of the measurement to an empty map clears the value. |
The following signals are supported:
| TagReport | TagReport is a signal containing tag data in a map structure. The report contains one to many tags stored at the "tags" key. It may include data extension metadata stored at the "dataExtensions" key. See the tags and dataExtensions descriptions for details. |
| TagAggregationReport | TagAggregationReport is a signal containing a collection of tag data in a map structure. The report can contain zero to many tags stored at the "tags" key. It may include data extension metadata stored at the "dataExtensions" key. See the tags and dataExtensions descriptions for details. |
The list of exported services:
RfidInventoryProfileService,
org.eclipse.soda.dk.profile.service.ProfileService| Field Summary | |
|---|---|
static java.lang.String |
AGGREGATION_MASK_SETTING_ERROR_EXTERNAL_KEY
The AggregationMaskSetting specifies the definition of tags that should be published on the TagAggregationReport signal. |
static java.lang.String |
AGGREGATION_MASK_SETTING_EXTERNAL_KEY
The AggregationMaskSetting specifies the definition of tags that should be published on the TagAggregationReport signal. |
static java.lang.String |
AGGREGATION_MASK_SETTING_GET_EXTERNAL_KEY
The AggregationMaskSetting specifies the definition of tags that should be published on the TagAggregationReport signal. |
static java.lang.String |
AGGREGATION_MASK_SETTING_KEY
Configuration AGGREGATION_MASK_SETTING_KEY key. |
static java.lang.String |
AGGREGATION_MASK_SETTING_READ_EXTERNAL_KEY
The AggregationMaskSetting specifies the definition of tags that should be published on the TagAggregationReport signal. |
static java.lang.String |
AGGREGATION_MASK_SETTING_WRITE_EXTERNAL_KEY
The AggregationMaskSetting specifies the definition of tags that should be published on the TagAggregationReport signal. |
static java.lang.String |
AggregationMaskSetting
The AggregationMaskSetting specifies the definition of tags that should be published on the TagAggregationReport signal. |
static java.lang.String |
AGGREGATIONMASKSETTING_ERROR_EXTERNAL_KEY
Deprecated. use AGGREGATION_MASK_SETTING_ERROR_EXTERNAL_KEY |
static java.lang.String |
AGGREGATIONMASKSETTING_EXTERNAL_KEY
Deprecated. use AGGREGATION_MASK_SETTING_EXTERNAL_KEY |
static java.lang.String |
AGGREGATIONMASKSETTING_GET_EXTERNAL_KEY
Deprecated. use AGGREGATION_MASK_SETTING_GET_EXTERNAL_KEY |
static java.lang.String |
AGGREGATIONMASKSETTING_KEY
Deprecated. use AGGREGATION_MASK_SETTING_KEY |
static java.lang.String |
AGGREGATIONMASKSETTING_READ_EXTERNAL_KEY
Deprecated. use AGGREGATION_MASK_SETTING_READ_EXTERNAL_KEY |
static java.lang.String |
AGGREGATIONMASKSETTING_WRITE_EXTERNAL_KEY
Deprecated. use AGGREGATION_MASK_SETTING_WRITE_EXTERNAL_KEY |
static java.lang.String[] |
ALL_COMMANDS
Comprehensive list of all the command identifiers. |
static java.lang.String[] |
ALL_MEASUREMENTS
Comprehensive list of all the measurement identifiers. |
static java.lang.String[] |
ALL_SIGNALS
Comprehensive list of all the signal identifiers. |
static java.lang.String |
ANTENNA_DATA_KEY
The value stored at the "antenna" key of the read-event map is the antenna value, based on a starting index of 1. |
static java.lang.String |
Capabilities
Define the Rfid Inventory Profile Capabilities measurement. |
static java.lang.String |
CAPABILITIES_ERROR_EXTERNAL_KEY
Define the Rfid Inventory Profile Capabilities measurement. |
static java.lang.String |
CAPABILITIES_EXTERNAL_KEY
Define the Rfid Inventory Profile Capabilities measurement. |
static java.lang.String |
CAPABILITIES_GET_EXTERNAL_KEY
Define the Rfid Inventory Profile Capabilities measurement. |
static java.lang.String |
Configuration
Define the Rfid Inventory Profile Configuration measurement. |
static java.lang.String |
CONFIGURATION_ERROR_EXTERNAL_KEY
Define the Rfid Inventory Profile Configuration measurement. |
static java.lang.String |
CONFIGURATION_EXTERNAL_KEY
Define the Rfid Inventory Profile Configuration measurement. |
static java.lang.String |
CONFIGURATION_GET_EXTERNAL_KEY
Define the Rfid Inventory Profile Configuration measurement. |
static java.lang.String |
COUNT_DATA_KEY
The value stored at the "count" key of the read-event map is the number of times this tag was read during the reporting cycle. |
static java.lang.String |
DATA_EXTENSIONS_DATA_KEY
The value stored at the "dataExtensions" key of the TagReport or read-event map is a nested map of metadata as specified in the DataExtensions measurement. |
static java.lang.String |
DATA_EXTENSIONS_ERROR_EXTERNAL_KEY
The DataExtensions measurement is a map of metadata to be associated with tag data. |
static java.lang.String |
DATA_EXTENSIONS_EXTERNAL_KEY
The DataExtensions measurement is a map of metadata to be associated with tag data. |
static java.lang.String |
DATA_EXTENSIONS_GET_EXTERNAL_KEY
The DataExtensions measurement is a map of metadata to be associated with tag data. |
static java.lang.String |
DATA_EXTENSIONS_READ_EXTERNAL_KEY
The DataExtensions measurement is a map of metadata to be associated with tag data. |
static java.lang.String |
DATA_EXTENSIONS_WRITE_EXTERNAL_KEY
The DataExtensions measurement is a map of metadata to be associated with tag data. |
static java.lang.String |
DataExtensions
The DataExtensions measurement is a map of metadata to be associated with tag data. |
static java.lang.String |
DATAEXTENSIONS_DATA_KEY
Deprecated. use DATA_EXTENSIONS_DATA_KEY |
static java.lang.String |
DATAEXTENSIONS_ERROR_EXTERNAL_KEY
Deprecated. use DATA_EXTENSIONS_ERROR_EXTERNAL_KEY |
static java.lang.String |
DATAEXTENSIONS_EXTERNAL_KEY
Deprecated. use DATA_EXTENSIONS_EXTERNAL_KEY |
static java.lang.String |
DATAEXTENSIONS_GET_EXTERNAL_KEY
Deprecated. use DATA_EXTENSIONS_GET_EXTERNAL_KEY |
static java.lang.String |
DATAEXTENSIONS_READ_EXTERNAL_KEY
Deprecated. use DATA_EXTENSIONS_READ_EXTERNAL_KEY |
static java.lang.String |
DATAEXTENSIONS_WRITE_EXTERNAL_KEY
Deprecated. use DATA_EXTENSIONS_WRITE_EXTERNAL_KEY |
static int |
DEFAULT_READSTOPTIMEOUT
Custom parameter readStopTimeout configuration default value. |
static java.lang.String |
DUPLICATE_FILTERING_ERROR_EXTERNAL_KEY
The DuplicateFiltering measurement specifies the state of duplicate tag filtering behavior. |
static java.lang.String |
DUPLICATE_FILTERING_EXPRESSION_ERROR_EXTERNAL_KEY
The DuplicateFilteringExpression is an LDAP expression to trigger the behavior of duplicate tag filtering based on input pin and control values. |
static java.lang.String |
DUPLICATE_FILTERING_EXPRESSION_EXTERNAL_KEY
The DuplicateFilteringExpression is an LDAP expression to trigger the behavior of duplicate tag filtering based on input pin and control values. |
static java.lang.String |
DUPLICATE_FILTERING_EXPRESSION_GET_EXTERNAL_KEY
The DuplicateFilteringExpression is an LDAP expression to trigger the behavior of duplicate tag filtering based on input pin and control values. |
static java.lang.String |
DUPLICATE_FILTERING_EXPRESSION_KEY
Configuration DUPLICATE_FILTERING_EXPRESSION_KEY key. |
static java.lang.String |
DUPLICATE_FILTERING_EXPRESSION_READ_EXTERNAL_KEY
The DuplicateFilteringExpression is an LDAP expression to trigger the behavior of duplicate tag filtering based on input pin and control values. |
static java.lang.String |
DUPLICATE_FILTERING_EXPRESSION_WRITE_EXTERNAL_KEY
The DuplicateFilteringExpression is an LDAP expression to trigger the behavior of duplicate tag filtering based on input pin and control values. |
static java.lang.String |
DUPLICATE_FILTERING_EXTERNAL_KEY
The DuplicateFiltering measurement specifies the state of duplicate tag filtering behavior. |
static java.lang.String |
DUPLICATE_FILTERING_GET_EXTERNAL_KEY
The DuplicateFiltering measurement specifies the state of duplicate tag filtering behavior. |
static java.lang.String |
DUPLICATE_FILTERING_READ_EXTERNAL_KEY
The DuplicateFiltering measurement specifies the state of duplicate tag filtering behavior. |
static java.lang.String |
DUPLICATE_FILTERING_WRITE_EXTERNAL_KEY
The DuplicateFiltering measurement specifies the state of duplicate tag filtering behavior. |
static java.lang.String |
DuplicateFiltering
The DuplicateFiltering measurement specifies the state of duplicate tag filtering behavior. |
static java.lang.String |
DUPLICATEFILTERING_ERROR_EXTERNAL_KEY
Deprecated. use DUPLICATE_FILTERING_ERROR_EXTERNAL_KEY |
static java.lang.String |
DUPLICATEFILTERING_EXTERNAL_KEY
Deprecated. use DUPLICATE_FILTERING_EXTERNAL_KEY |
static java.lang.String |
DUPLICATEFILTERING_GET_EXTERNAL_KEY
Deprecated. use DUPLICATE_FILTERING_GET_EXTERNAL_KEY |
static java.lang.String |
DUPLICATEFILTERING_READ_EXTERNAL_KEY
Deprecated. use DUPLICATE_FILTERING_READ_EXTERNAL_KEY |
static java.lang.String |
DUPLICATEFILTERING_WRITE_EXTERNAL_KEY
Deprecated. use DUPLICATE_FILTERING_WRITE_EXTERNAL_KEY |
static java.lang.String |
DuplicateFilteringExpression
The DuplicateFilteringExpression is an LDAP expression to trigger the behavior of duplicate tag filtering based on input pin and control values. |
static java.lang.String |
DUPLICATEFILTERINGEXPRESSION_ERROR_EXTERNAL_KEY
Deprecated. use DUPLICATE_FILTERING_EXPRESSION_ERROR_EXTERNAL_KEY |
static java.lang.String |
DUPLICATEFILTERINGEXPRESSION_EXTERNAL_KEY
Deprecated. use DUPLICATE_FILTERING_EXPRESSION_EXTERNAL_KEY |
static java.lang.String |
DUPLICATEFILTERINGEXPRESSION_GET_EXTERNAL_KEY
Deprecated. use DUPLICATE_FILTERING_EXPRESSION_GET_EXTERNAL_KEY |
static java.lang.String |
DUPLICATEFILTERINGEXPRESSION_KEY
Deprecated. use DUPLICATE_FILTERING_EXPRESSION_KEY |
static java.lang.String |
DUPLICATEFILTERINGEXPRESSION_READ_EXTERNAL_KEY
Deprecated. use DUPLICATE_FILTERING_EXPRESSION_READ_EXTERNAL_KEY |
static java.lang.String |
DUPLICATEFILTERINGEXPRESSION_WRITE_EXTERNAL_KEY
Deprecated. use DUPLICATE_FILTERING_EXPRESSION_WRITE_EXTERNAL_KEY |
static java.lang.String |
Metrics
Define the Rfid Inventory Profile Metrics measurement. |
static java.lang.String |
METRICS_ERROR_EXTERNAL_KEY
Define the Rfid Inventory Profile Metrics measurement. |
static java.lang.String |
METRICS_EXTERNAL_KEY
Define the Rfid Inventory Profile Metrics measurement. |
static java.lang.String |
METRICS_GET_EXTERNAL_KEY
Define the Rfid Inventory Profile Metrics measurement. |
static java.lang.String |
READ_STOP_TIMEOUT
Custom parameter readStopTimeout configuration key. |
static int |
READ_STOP_TIMEOUT_DEFAULT
Custom parameter readStopTimeout configuration default value. |
static java.lang.String |
READER_DATA_KEY
The value stored at the "reader" key of the read-event map is the ID property configured for this instance of the inventory profile. |
static int |
READSTOPTIMEOUT_DEFAULT
Deprecated. use READ_STOP_TIMEOUT_DEFAULT |
static java.lang.String |
READSTOPTIMEOUT_KEY
Deprecated. use READ_STOP_TIMEOUT |
static java.lang.String |
RfidInventoryProfile
Define the RfidInventoryProfile key. |
static java.lang.String |
SERVICE_DESCRIPTION
Description of the test. |
static java.lang.String |
SERVICE_NAME
Define the OSGi service name. |
static java.lang.String |
Status
Define the Rfid Inventory Profile Status measurement. |
static java.lang.String |
STATUS_ERROR_EXTERNAL_KEY
Define the Rfid Inventory Profile Status measurement. |
static java.lang.String |
STATUS_EXTERNAL_KEY
Define the Rfid Inventory Profile Status measurement. |
static java.lang.String |
STATUS_GET_EXTERNAL_KEY
Define the Rfid Inventory Profile Status measurement. |
static java.lang.String |
TAG_AGGREGATING_ERROR_EXTERNAL_KEY
The TagAggregating measurement specifies the state of aggregating behavior. |
static java.lang.String |
TAG_AGGREGATING_EXPRESSION_ERROR_EXTERNAL_KEY
The TagAggregatingExpression is an LDAP expression to trigger the behavior of aggregating based on input pin and control values. |
static java.lang.String |
TAG_AGGREGATING_EXPRESSION_EXTERNAL_KEY
The TagAggregatingExpression is an LDAP expression to trigger the behavior of aggregating based on input pin and control values. |
static java.lang.String |
TAG_AGGREGATING_EXPRESSION_GET_EXTERNAL_KEY
The TagAggregatingExpression is an LDAP expression to trigger the behavior of aggregating based on input pin and control values. |
static java.lang.String |
TAG_AGGREGATING_EXPRESSION_KEY
Configuration TAG_AGGREGATING_EXPRESSION_KEY key. |
static java.lang.String |
TAG_AGGREGATING_EXPRESSION_READ_EXTERNAL_KEY
The TagAggregatingExpression is an LDAP expression to trigger the behavior of aggregating based on input pin and control values. |
static java.lang.String |
TAG_AGGREGATING_EXPRESSION_WRITE_EXTERNAL_KEY
The TagAggregatingExpression is an LDAP expression to trigger the behavior of aggregating based on input pin and control values. |
static java.lang.String |
TAG_AGGREGATING_EXTERNAL_KEY
The TagAggregating measurement specifies the state of aggregating behavior. |
static java.lang.String |
TAG_AGGREGATING_GET_EXTERNAL_KEY
The TagAggregating measurement specifies the state of aggregating behavior. |
static java.lang.String |
TAG_AGGREGATING_READ_EXTERNAL_KEY
The TagAggregating measurement specifies the state of aggregating behavior. |
static java.lang.String |
TAG_AGGREGATING_WRITE_EXTERNAL_KEY
The TagAggregating measurement specifies the state of aggregating behavior. |
static java.lang.String |
TAG_AGGREGATION_REPORT_ERROR_EXTERNAL_KEY
TagAggregationReport is a signal containing a collection of tag data in a map structure. |
static java.lang.String |
TAG_AGGREGATION_REPORT_EXTERNAL_KEY
TagAggregationReport is a signal containing a collection of tag data in a map structure. |
static java.lang.String |
TAG_AGGREGATION_REPORT_TRIGGER_EXTERNAL_KEY
TagAggregationReport is a signal containing a collection of tag data in a map structure. |
static java.lang.String |
TAG_MASK_SETTING_ERROR_EXTERNAL_KEY
The TagMaskSetting specifies the definition of tags that should be published on the TagReport signal. |
static java.lang.String |
TAG_MASK_SETTING_EXTERNAL_KEY
The TagMaskSetting specifies the definition of tags that should be published on the TagReport signal. |
static java.lang.String |
TAG_MASK_SETTING_GET_EXTERNAL_KEY
The TagMaskSetting specifies the definition of tags that should be published on the TagReport signal. |
static java.lang.String |
TAG_MASK_SETTING_KEY
Configuration TAG_MASK_SETTING_KEY key. |
static java.lang.String |
TAG_MASK_SETTING_READ_EXTERNAL_KEY
The TagMaskSetting specifies the definition of tags that should be published on the TagReport signal. |
static java.lang.String |
TAG_MASK_SETTING_WRITE_EXTERNAL_KEY
The TagMaskSetting specifies the definition of tags that should be published on the TagReport signal. |
static java.lang.String |
TAG_READING_ERROR_EXTERNAL_KEY
The TagReading measurement specifies the state of reading behavior. |
static java.lang.String |
TAG_READING_EXPRESSION_ERROR_EXTERNAL_KEY
The TagReadingExpression is an LDAP expression to trigger the state of tag reading based on input pin and control values. |
static java.lang.String |
TAG_READING_EXPRESSION_EXTERNAL_KEY
The TagReadingExpression is an LDAP expression to trigger the state of tag reading based on input pin and control values. |
static java.lang.String |
TAG_READING_EXPRESSION_GET_EXTERNAL_KEY
The TagReadingExpression is an LDAP expression to trigger the state of tag reading based on input pin and control values. |
static java.lang.String |
TAG_READING_EXPRESSION_KEY
Configuration TAG_READING_EXPRESSION_KEY key. |
static java.lang.String |
TAG_READING_EXPRESSION_READ_EXTERNAL_KEY
The TagReadingExpression is an LDAP expression to trigger the state of tag reading based on input pin and control values. |
static java.lang.String |
TAG_READING_EXPRESSION_WRITE_EXTERNAL_KEY
The TagReadingExpression is an LDAP expression to trigger the state of tag reading based on input pin and control values. |
static java.lang.String |
TAG_READING_EXTERNAL_KEY
The TagReading measurement specifies the state of reading behavior. |
static java.lang.String |
TAG_READING_GET_EXTERNAL_KEY
The TagReading measurement specifies the state of reading behavior. |
static java.lang.String |
TAG_READING_READ_EXTERNAL_KEY
The TagReading measurement specifies the state of reading behavior. |
static java.lang.String |
TAG_READING_WRITE_EXTERNAL_KEY
The TagReading measurement specifies the state of reading behavior. |
static java.lang.String |
TAG_REPORT_ERROR_EXTERNAL_KEY
TagReport is a signal containing tag data in a map structure. |
static java.lang.String |
TAG_REPORT_EXTERNAL_KEY
TagReport is a signal containing tag data in a map structure. |
static java.lang.String |
TAG_REPORT_TRIGGER_EXTERNAL_KEY
TagReport is a signal containing tag data in a map structure. |
static java.lang.String |
TagAggregating
The TagAggregating measurement specifies the state of aggregating behavior. |
static java.lang.String |
TAGAGGREGATING_ERROR_EXTERNAL_KEY
Deprecated. use TAG_AGGREGATING_ERROR_EXTERNAL_KEY |
static java.lang.String |
TAGAGGREGATING_EXTERNAL_KEY
Deprecated. use TAG_AGGREGATING_EXTERNAL_KEY |
static java.lang.String |
TAGAGGREGATING_GET_EXTERNAL_KEY
Deprecated. use TAG_AGGREGATING_GET_EXTERNAL_KEY |
static java.lang.String |
TAGAGGREGATING_READ_EXTERNAL_KEY
Deprecated. use TAG_AGGREGATING_READ_EXTERNAL_KEY |
static java.lang.String |
TAGAGGREGATING_WRITE_EXTERNAL_KEY
Deprecated. use TAG_AGGREGATING_WRITE_EXTERNAL_KEY |
static java.lang.String |
TagAggregatingExpression
The TagAggregatingExpression is an LDAP expression to trigger the behavior of aggregating based on input pin and control values. |
static java.lang.String |
TAGAGGREGATINGEXPRESSION_ERROR_EXTERNAL_KEY
Deprecated. use TAG_AGGREGATING_EXPRESSION_ERROR_EXTERNAL_KEY |
static java.lang.String |
TAGAGGREGATINGEXPRESSION_EXTERNAL_KEY
Deprecated. use TAG_AGGREGATING_EXPRESSION_EXTERNAL_KEY |
static java.lang.String |
TAGAGGREGATINGEXPRESSION_GET_EXTERNAL_KEY
Deprecated. use TAG_AGGREGATING_EXPRESSION_GET_EXTERNAL_KEY |
static java.lang.String |
TAGAGGREGATINGEXPRESSION_KEY
Deprecated. use TAG_AGGREGATING_EXPRESSION_KEY |
static java.lang.String |
TAGAGGREGATINGEXPRESSION_READ_EXTERNAL_KEY
Deprecated. use TAG_AGGREGATING_EXPRESSION_READ_EXTERNAL_KEY |
static java.lang.String |
TAGAGGREGATINGEXPRESSION_WRITE_EXTERNAL_KEY
Deprecated. use TAG_AGGREGATING_EXPRESSION_WRITE_EXTERNAL_KEY |
static java.lang.String |
TagAggregationReport
TagAggregationReport is a signal containing a collection of tag data in a map structure. |
static java.lang.String |
TAGAGGREGATIONREPORT_ERROR_EXTERNAL_KEY
Deprecated. use TAG_AGGREGATION_REPORT_ERROR_EXTERNAL_KEY |
static java.lang.String |
TAGAGGREGATIONREPORT_EXTERNAL_KEY
Deprecated. use TAG_AGGREGATION_REPORT_EXTERNAL_KEY |
static java.lang.String |
TAGAGGREGATIONREPORT_TRIGGER_EXTERNAL_KEY
Deprecated. use TAG_AGGREGATION_REPORT_TRIGGER_EXTERNAL_KEY |
static java.lang.String |
TagMaskSetting
The TagMaskSetting specifies the definition of tags that should be published on the TagReport signal. |
static java.lang.String |
TAGMASKSETTING_ERROR_EXTERNAL_KEY
Deprecated. use TAG_MASK_SETTING_ERROR_EXTERNAL_KEY |
static java.lang.String |
TAGMASKSETTING_EXTERNAL_KEY
Deprecated. use TAG_MASK_SETTING_EXTERNAL_KEY |
static java.lang.String |
TAGMASKSETTING_GET_EXTERNAL_KEY
Deprecated. use TAG_MASK_SETTING_GET_EXTERNAL_KEY |
static java.lang.String |
TAGMASKSETTING_KEY
Deprecated. use TAG_MASK_SETTING_KEY |
static java.lang.String |
TAGMASKSETTING_READ_EXTERNAL_KEY
Deprecated. use TAG_MASK_SETTING_READ_EXTERNAL_KEY |
static java.lang.String |
TAGMASKSETTING_WRITE_EXTERNAL_KEY
Deprecated. use TAG_MASK_SETTING_WRITE_EXTERNAL_KEY |
static java.lang.String |
TagReading
The TagReading measurement specifies the state of reading behavior. |
static java.lang.String |
TAGREADING_ERROR_EXTERNAL_KEY
Deprecated. use TAG_READING_ERROR_EXTERNAL_KEY |
static java.lang.String |
TAGREADING_EXTERNAL_KEY
Deprecated. use TAG_READING_EXTERNAL_KEY |
static java.lang.String |
TAGREADING_GET_EXTERNAL_KEY
Deprecated. use TAG_READING_GET_EXTERNAL_KEY |
static java.lang.String |
TAGREADING_READ_EXTERNAL_KEY
Deprecated. use TAG_READING_READ_EXTERNAL_KEY |
static java.lang.String |
TAGREADING_WRITE_EXTERNAL_KEY
Deprecated. use TAG_READING_WRITE_EXTERNAL_KEY |
static java.lang.String |
TagReadingExpression
The TagReadingExpression is an LDAP expression to trigger the state of tag reading based on input pin and control values. |
static java.lang.String |
TAGREADINGEXPRESSION_ERROR_EXTERNAL_KEY
Deprecated. use TAG_READING_EXPRESSION_ERROR_EXTERNAL_KEY |
static java.lang.String |
TAGREADINGEXPRESSION_EXTERNAL_KEY
Deprecated. use TAG_READING_EXPRESSION_EXTERNAL_KEY |
static java.lang.String |
TAGREADINGEXPRESSION_GET_EXTERNAL_KEY
Deprecated. use TAG_READING_EXPRESSION_GET_EXTERNAL_KEY |
static java.lang.String |
TAGREADINGEXPRESSION_KEY
Deprecated. use TAG_READING_EXPRESSION_KEY |
static java.lang.String |
TAGREADINGEXPRESSION_READ_EXTERNAL_KEY
Deprecated. use TAG_READING_EXPRESSION_READ_EXTERNAL_KEY |
static java.lang.String |
TAGREADINGEXPRESSION_WRITE_EXTERNAL_KEY
Deprecated. use TAG_READING_EXPRESSION_WRITE_EXTERNAL_KEY |
static java.lang.String |
TagReport
TagReport is a signal containing tag data in a map structure. |
static java.lang.String |
TAGREPORT_ERROR_EXTERNAL_KEY
Deprecated. use TAG_REPORT_ERROR_EXTERNAL_KEY |
static java.lang.String |
TAGREPORT_EXTERNAL_KEY
Deprecated. use TAG_REPORT_EXTERNAL_KEY |
static java.lang.String |
TAGREPORT_TRIGGER_EXTERNAL_KEY
Deprecated. use TAG_REPORT_TRIGGER_EXTERNAL_KEY |
static java.lang.String |
TAGS_DATA_KEY
The value stored at the "tags" key of the TagReport is a nested map which contains tag data, keyed by tag ID string. |
static java.lang.String |
TID_DATA_KEY
The value stored at the "tid" key of the read-event map is the TID of the tag. |
static java.lang.String |
TIMESTAMP_FIRST_DATA_KEY
The value stored at the "timestampFirst" key of the read-event map is the initial timestamp that this tag was read during the reporting cycle. |
static java.lang.String |
TIMESTAMP_LAST_DATA_KEY
The value stored at the "timestampLast" key of the read-event map is the final timestamp that this tag was read during the reporting cycle. |
static java.lang.String |
TIMESTAMPFIRST_DATA_KEY
Deprecated. use TIMESTAMP_FIRST_DATA_KEY |
static java.lang.String |
TIMESTAMPLAST_DATA_KEY
Deprecated. use TIMESTAMP_LAST_DATA_KEY |
static java.lang.String |
USERDATA_DATA_KEY
The value stored at the "userdata" key of the read-event map is the user data of the tag. |
| Field Detail |
|---|
static final java.lang.String SERVICE_NAME
static final java.lang.String RfidInventoryProfile
static final java.lang.String TagReadingExpression
static final java.lang.String TAG_READING_EXPRESSION_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/TagReadingExpression",
Constant Field Valuesstatic final java.lang.String TAGREADINGEXPRESSION_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/TagReadingExpression",
Constant Field Valuesstatic final java.lang.String TAG_READING_EXPRESSION_GET_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/TagReadingExpression/get"static final java.lang.String TAGREADINGEXPRESSION_GET_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/TagReadingExpression/get"static final java.lang.String TAG_READING_EXPRESSION_READ_EXTERNAL_KEY
TagReadingExpression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/TagReadingExpression/read"static final java.lang.String TAGREADINGEXPRESSION_READ_EXTERNAL_KEY
TagReadingExpression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/TagReadingExpression/read"static final java.lang.String TAG_READING_EXPRESSION_WRITE_EXTERNAL_KEY
TagReadingExpression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/TagReadingExpression/write"static final java.lang.String TAGREADINGEXPRESSION_WRITE_EXTERNAL_KEY
TagReadingExpression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/TagReadingExpression/write"static final java.lang.String TAG_READING_EXPRESSION_ERROR_EXTERNAL_KEY
TagReadingExpression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/TagReadingExpression/error"static final java.lang.String TAGREADINGEXPRESSION_ERROR_EXTERNAL_KEY
TagReadingExpression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/TagReadingExpression/error"static final java.lang.String TAG_READING_EXPRESSION_KEY
static final java.lang.String TAGREADINGEXPRESSION_KEY
static final java.lang.String TagReading
static final java.lang.String TAG_READING_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/TagReading",
Constant Field Valuesstatic final java.lang.String TAGREADING_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/TagReading",
Constant Field Valuesstatic final java.lang.String TAG_READING_GET_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/TagReading/get"static final java.lang.String TAGREADING_GET_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/TagReading/get"static final java.lang.String TAG_READING_READ_EXTERNAL_KEY
TagReading,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/TagReading/read"static final java.lang.String TAGREADING_READ_EXTERNAL_KEY
TagReading,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/TagReading/read"static final java.lang.String TAG_READING_WRITE_EXTERNAL_KEY
TagReading,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/TagReading/write"static final java.lang.String TAGREADING_WRITE_EXTERNAL_KEY
TagReading,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/TagReading/write"static final java.lang.String TAG_READING_ERROR_EXTERNAL_KEY
TagReading,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/TagReading/error"static final java.lang.String TAGREADING_ERROR_EXTERNAL_KEY
TagReading,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/TagReading/error"static final java.lang.String TagAggregatingExpression
static final java.lang.String TAG_AGGREGATING_EXPRESSION_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/TagAggregatingExpression",
Constant Field Valuesstatic final java.lang.String TAGAGGREGATINGEXPRESSION_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/TagAggregatingExpression",
Constant Field Valuesstatic final java.lang.String TAG_AGGREGATING_EXPRESSION_GET_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/TagAggregatingExpression/get"static final java.lang.String TAGAGGREGATINGEXPRESSION_GET_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/TagAggregatingExpression/get"static final java.lang.String TAG_AGGREGATING_EXPRESSION_READ_EXTERNAL_KEY
TagAggregatingExpression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/TagAggregatingExpression/read"static final java.lang.String TAGAGGREGATINGEXPRESSION_READ_EXTERNAL_KEY
TagAggregatingExpression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/TagAggregatingExpression/read"static final java.lang.String TAG_AGGREGATING_EXPRESSION_WRITE_EXTERNAL_KEY
TagAggregatingExpression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/TagAggregatingExpression/write"static final java.lang.String TAGAGGREGATINGEXPRESSION_WRITE_EXTERNAL_KEY
TagAggregatingExpression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/TagAggregatingExpression/write"static final java.lang.String TAG_AGGREGATING_EXPRESSION_ERROR_EXTERNAL_KEY
TagAggregatingExpression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/TagAggregatingExpression/error"static final java.lang.String TAGAGGREGATINGEXPRESSION_ERROR_EXTERNAL_KEY
TagAggregatingExpression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/TagAggregatingExpression/error"static final java.lang.String TAG_AGGREGATING_EXPRESSION_KEY
static final java.lang.String TAGAGGREGATINGEXPRESSION_KEY
static final java.lang.String TagAggregating
static final java.lang.String TAG_AGGREGATING_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/TagAggregating",
Constant Field Valuesstatic final java.lang.String TAGAGGREGATING_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/TagAggregating",
Constant Field Valuesstatic final java.lang.String TAG_AGGREGATING_GET_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/TagAggregating/get"static final java.lang.String TAGAGGREGATING_GET_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/TagAggregating/get"static final java.lang.String TAG_AGGREGATING_READ_EXTERNAL_KEY
TagAggregating,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/TagAggregating/read"static final java.lang.String TAGAGGREGATING_READ_EXTERNAL_KEY
TagAggregating,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/TagAggregating/read"static final java.lang.String TAG_AGGREGATING_WRITE_EXTERNAL_KEY
TagAggregating,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/TagAggregating/write"static final java.lang.String TAGAGGREGATING_WRITE_EXTERNAL_KEY
TagAggregating,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/TagAggregating/write"static final java.lang.String TAG_AGGREGATING_ERROR_EXTERNAL_KEY
TagAggregating,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/TagAggregating/error"static final java.lang.String TAGAGGREGATING_ERROR_EXTERNAL_KEY
TagAggregating,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/TagAggregating/error"static final java.lang.String TagMaskSetting
static final java.lang.String TAG_MASK_SETTING_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/TagMaskSetting",
Constant Field Valuesstatic final java.lang.String TAGMASKSETTING_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/TagMaskSetting",
Constant Field Valuesstatic final java.lang.String TAG_MASK_SETTING_GET_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/TagMaskSetting/get"static final java.lang.String TAGMASKSETTING_GET_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/TagMaskSetting/get"static final java.lang.String TAG_MASK_SETTING_READ_EXTERNAL_KEY
TagMaskSetting,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/TagMaskSetting/read"static final java.lang.String TAGMASKSETTING_READ_EXTERNAL_KEY
TagMaskSetting,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/TagMaskSetting/read"static final java.lang.String TAG_MASK_SETTING_WRITE_EXTERNAL_KEY
TagMaskSetting,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/TagMaskSetting/write"static final java.lang.String TAGMASKSETTING_WRITE_EXTERNAL_KEY
TagMaskSetting,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/TagMaskSetting/write"static final java.lang.String TAG_MASK_SETTING_ERROR_EXTERNAL_KEY
TagMaskSetting,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/TagMaskSetting/error"static final java.lang.String TAGMASKSETTING_ERROR_EXTERNAL_KEY
TagMaskSetting,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/TagMaskSetting/error"static final java.lang.String TAG_MASK_SETTING_KEY
static final java.lang.String TAGMASKSETTING_KEY
static final java.lang.String DuplicateFilteringExpression
static final java.lang.String DUPLICATE_FILTERING_EXPRESSION_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/DuplicateFilteringExpression",
Constant Field Valuesstatic final java.lang.String DUPLICATEFILTERINGEXPRESSION_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/DuplicateFilteringExpression",
Constant Field Valuesstatic final java.lang.String DUPLICATE_FILTERING_EXPRESSION_GET_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/DuplicateFilteringExpression/get"static final java.lang.String DUPLICATEFILTERINGEXPRESSION_GET_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/DuplicateFilteringExpression/get"static final java.lang.String DUPLICATE_FILTERING_EXPRESSION_READ_EXTERNAL_KEY
DuplicateFilteringExpression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/DuplicateFilteringExpression/read"static final java.lang.String DUPLICATEFILTERINGEXPRESSION_READ_EXTERNAL_KEY
DuplicateFilteringExpression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/DuplicateFilteringExpression/read"static final java.lang.String DUPLICATE_FILTERING_EXPRESSION_WRITE_EXTERNAL_KEY
DuplicateFilteringExpression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/DuplicateFilteringExpression/write"static final java.lang.String DUPLICATEFILTERINGEXPRESSION_WRITE_EXTERNAL_KEY
DuplicateFilteringExpression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/DuplicateFilteringExpression/write"static final java.lang.String DUPLICATE_FILTERING_EXPRESSION_ERROR_EXTERNAL_KEY
DuplicateFilteringExpression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/DuplicateFilteringExpression/error"static final java.lang.String DUPLICATEFILTERINGEXPRESSION_ERROR_EXTERNAL_KEY
DuplicateFilteringExpression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/DuplicateFilteringExpression/error"static final java.lang.String DUPLICATE_FILTERING_EXPRESSION_KEY
static final java.lang.String DUPLICATEFILTERINGEXPRESSION_KEY
static final java.lang.String DuplicateFiltering
static final java.lang.String DUPLICATE_FILTERING_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/DuplicateFiltering",
Constant Field Valuesstatic final java.lang.String DUPLICATEFILTERING_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/DuplicateFiltering",
Constant Field Valuesstatic final java.lang.String DUPLICATE_FILTERING_GET_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/DuplicateFiltering/get"static final java.lang.String DUPLICATEFILTERING_GET_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/DuplicateFiltering/get"static final java.lang.String DUPLICATE_FILTERING_READ_EXTERNAL_KEY
DuplicateFiltering,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/DuplicateFiltering/read"static final java.lang.String DUPLICATEFILTERING_READ_EXTERNAL_KEY
DuplicateFiltering,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/DuplicateFiltering/read"static final java.lang.String DUPLICATE_FILTERING_WRITE_EXTERNAL_KEY
DuplicateFiltering,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/DuplicateFiltering/write"static final java.lang.String DUPLICATEFILTERING_WRITE_EXTERNAL_KEY
DuplicateFiltering,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/DuplicateFiltering/write"static final java.lang.String DUPLICATE_FILTERING_ERROR_EXTERNAL_KEY
DuplicateFiltering,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/DuplicateFiltering/error"static final java.lang.String DUPLICATEFILTERING_ERROR_EXTERNAL_KEY
DuplicateFiltering,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/DuplicateFiltering/error"static final java.lang.String AggregationMaskSetting
static final java.lang.String AGGREGATION_MASK_SETTING_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/AggregationMaskSetting",
Constant Field Valuesstatic final java.lang.String AGGREGATIONMASKSETTING_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/AggregationMaskSetting",
Constant Field Valuesstatic final java.lang.String AGGREGATION_MASK_SETTING_GET_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/AggregationMaskSetting/get"static final java.lang.String AGGREGATIONMASKSETTING_GET_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/AggregationMaskSetting/get"static final java.lang.String AGGREGATION_MASK_SETTING_READ_EXTERNAL_KEY
AggregationMaskSetting,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/AggregationMaskSetting/read"static final java.lang.String AGGREGATIONMASKSETTING_READ_EXTERNAL_KEY
AggregationMaskSetting,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/AggregationMaskSetting/read"static final java.lang.String AGGREGATION_MASK_SETTING_WRITE_EXTERNAL_KEY
AggregationMaskSetting,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/AggregationMaskSetting/write"static final java.lang.String AGGREGATIONMASKSETTING_WRITE_EXTERNAL_KEY
AggregationMaskSetting,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/AggregationMaskSetting/write"static final java.lang.String AGGREGATION_MASK_SETTING_ERROR_EXTERNAL_KEY
AggregationMaskSetting,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/AggregationMaskSetting/error"static final java.lang.String AGGREGATIONMASKSETTING_ERROR_EXTERNAL_KEY
AggregationMaskSetting,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/AggregationMaskSetting/error"static final java.lang.String AGGREGATION_MASK_SETTING_KEY
static final java.lang.String AGGREGATIONMASKSETTING_KEY
static final java.lang.String DataExtensions
static final java.lang.String DATA_EXTENSIONS_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/DataExtensions",
Constant Field Valuesstatic final java.lang.String DATAEXTENSIONS_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/DataExtensions",
Constant Field Valuesstatic final java.lang.String DATA_EXTENSIONS_GET_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/DataExtensions/get"static final java.lang.String DATAEXTENSIONS_GET_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/DataExtensions/get"static final java.lang.String DATA_EXTENSIONS_READ_EXTERNAL_KEY
DataExtensions,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/DataExtensions/read"static final java.lang.String DATAEXTENSIONS_READ_EXTERNAL_KEY
DataExtensions,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/DataExtensions/read"static final java.lang.String DATA_EXTENSIONS_WRITE_EXTERNAL_KEY
DataExtensions,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/DataExtensions/write"static final java.lang.String DATAEXTENSIONS_WRITE_EXTERNAL_KEY
DataExtensions,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/DataExtensions/write"static final java.lang.String DATA_EXTENSIONS_ERROR_EXTERNAL_KEY
DataExtensions,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/DataExtensions/error"static final java.lang.String DATAEXTENSIONS_ERROR_EXTERNAL_KEY
DataExtensions,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/DataExtensions/error"static final java.lang.String TagReport
static final java.lang.String TAG_REPORT_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/TagReport",
Constant Field Valuesstatic final java.lang.String TAGREPORT_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/TagReport",
Constant Field Valuesstatic final java.lang.String TAG_REPORT_TRIGGER_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/TagReport/trigger"static final java.lang.String TAGREPORT_TRIGGER_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/TagReport/trigger"static final java.lang.String TAG_REPORT_ERROR_EXTERNAL_KEY
TagReport,
org.eclipse.soda.dk.notification.service.NotificationService#TRIGGER_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/TagReport/error"static final java.lang.String TAGREPORT_ERROR_EXTERNAL_KEY
TagReport,
org.eclipse.soda.dk.notification.service.NotificationService#TRIGGER_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/TagReport/error"static final java.lang.String TagAggregationReport
static final java.lang.String TAG_AGGREGATION_REPORT_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/TagAggregationReport",
Constant Field Valuesstatic final java.lang.String TAGAGGREGATIONREPORT_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/TagAggregationReport",
Constant Field Valuesstatic final java.lang.String TAG_AGGREGATION_REPORT_TRIGGER_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/TagAggregationReport/trigger"static final java.lang.String TAGAGGREGATIONREPORT_TRIGGER_EXTERNAL_KEY
The value of this field is "prefix/RfidInventory/TagAggregationReport/trigger"static final java.lang.String TAG_AGGREGATION_REPORT_ERROR_EXTERNAL_KEY
TagAggregationReport,
org.eclipse.soda.dk.notification.service.NotificationService#TRIGGER_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/TagAggregationReport/error"static final java.lang.String TAGAGGREGATIONREPORT_ERROR_EXTERNAL_KEY
TagAggregationReport,
org.eclipse.soda.dk.notification.service.NotificationService#TRIGGER_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventory/TagAggregationReport/error"static final java.lang.String[] ALL_COMMANDS
static final java.lang.String[] ALL_SIGNALS
static final java.lang.String[] ALL_MEASUREMENTS
static final java.lang.String TAGS_DATA_KEY
static final java.lang.String ANTENNA_DATA_KEY
static final java.lang.String COUNT_DATA_KEY
static final java.lang.String READER_DATA_KEY
static final java.lang.String TIMESTAMP_FIRST_DATA_KEY
static final java.lang.String TIMESTAMPFIRST_DATA_KEY
static final java.lang.String TIMESTAMP_LAST_DATA_KEY
static final java.lang.String TIMESTAMPLAST_DATA_KEY
static final java.lang.String DATA_EXTENSIONS_DATA_KEY
static final java.lang.String DATAEXTENSIONS_DATA_KEY
static final java.lang.String TID_DATA_KEY
static final java.lang.String USERDATA_DATA_KEY
static final java.lang.String READ_STOP_TIMEOUT
static final java.lang.String READSTOPTIMEOUT_KEY
static final int READ_STOP_TIMEOUT_DEFAULT
READ_STOP_TIMEOUT,
Constant Field Valuesstatic final int READSTOPTIMEOUT_DEFAULT
READ_STOP_TIMEOUT,
Constant Field Valuesstatic final int DEFAULT_READSTOPTIMEOUT
READ_STOP_TIMEOUT,
Constant Field Valuesstatic final java.lang.String SERVICE_DESCRIPTION
static final java.lang.String Status
static final java.lang.String STATUS_EXTERNAL_KEY
The value of this field is "prefix/RfidInventoryProfile/Status",
Constant Field Valuesstatic final java.lang.String STATUS_GET_EXTERNAL_KEY
The value of this field is "prefix/RfidInventoryProfile/Status/get"static final java.lang.String STATUS_ERROR_EXTERNAL_KEY
Status,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventoryProfile/Status/error"static final java.lang.String Configuration
static final java.lang.String CONFIGURATION_EXTERNAL_KEY
The value of this field is "prefix/RfidInventoryProfile/Configuration",
Constant Field Valuesstatic final java.lang.String CONFIGURATION_GET_EXTERNAL_KEY
The value of this field is "prefix/RfidInventoryProfile/Configuration/get"static final java.lang.String CONFIGURATION_ERROR_EXTERNAL_KEY
Configuration,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventoryProfile/Configuration/error"static final java.lang.String Capabilities
static final java.lang.String CAPABILITIES_EXTERNAL_KEY
The value of this field is "prefix/RfidInventoryProfile/Capabilities",
Constant Field Valuesstatic final java.lang.String CAPABILITIES_GET_EXTERNAL_KEY
The value of this field is "prefix/RfidInventoryProfile/Capabilities/get"static final java.lang.String CAPABILITIES_ERROR_EXTERNAL_KEY
Capabilities,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventoryProfile/Capabilities/error"static final java.lang.String Metrics
static final java.lang.String METRICS_EXTERNAL_KEY
The value of this field is "prefix/RfidInventoryProfile/Metrics",
Constant Field Valuesstatic final java.lang.String METRICS_GET_EXTERNAL_KEY
The value of this field is "prefix/RfidInventoryProfile/Metrics/get"static final java.lang.String METRICS_ERROR_EXTERNAL_KEY
Metrics,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/RfidInventoryProfile/Metrics/error"
|
2008-02-07 1.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||