2008-02-07 1.1.0

org.eclipse.soda.dk.rfid.inventory.profile.service
Interface RfidInventoryProfileService

All Known Implementing Classes:
RfidInventoryProfile

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:

Version:
1.1.0
See Also:
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

SERVICE_NAME

static final java.lang.String SERVICE_NAME
Define the OSGi service name.

See Also:
Constant Field Values

RfidInventoryProfile

static final java.lang.String RfidInventoryProfile
Define the RfidInventoryProfile key.

See Also:
Constant Field Values

TagReadingExpression

static final java.lang.String TagReadingExpression
The TagReadingExpression is an LDAP expression to trigger the state of tag reading based on input pin and control values.

See Also:
Constant Field Values

TAG_READING_EXPRESSION_EXTERNAL_KEY

static final 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.

See Also:
The value of this field is "prefix/RfidInventory/TagReadingExpression", Constant Field Values

TAGREADINGEXPRESSION_EXTERNAL_KEY

static final java.lang.String TAGREADINGEXPRESSION_EXTERNAL_KEY
Deprecated. use 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.

See Also:
The value of this field is "prefix/RfidInventory/TagReadingExpression", Constant Field Values

TAG_READING_EXPRESSION_GET_EXTERNAL_KEY

static final 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.

See Also:
The value of this field is "prefix/RfidInventory/TagReadingExpression/get"

TAGREADINGEXPRESSION_GET_EXTERNAL_KEY

static final java.lang.String TAGREADINGEXPRESSION_GET_EXTERNAL_KEY
Deprecated. use 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.

See Also:
The value of this field is "prefix/RfidInventory/TagReadingExpression/get"

TAG_READING_EXPRESSION_READ_EXTERNAL_KEY

static final 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.

See Also:
TagReadingExpression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/RfidInventory/TagReadingExpression/read"

TAGREADINGEXPRESSION_READ_EXTERNAL_KEY

static final java.lang.String TAGREADINGEXPRESSION_READ_EXTERNAL_KEY
Deprecated. use 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.

See Also:
TagReadingExpression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/RfidInventory/TagReadingExpression/read"

TAG_READING_EXPRESSION_WRITE_EXTERNAL_KEY

static final 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.

See Also:
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"

TAGREADINGEXPRESSION_WRITE_EXTERNAL_KEY

static final java.lang.String TAGREADINGEXPRESSION_WRITE_EXTERNAL_KEY
Deprecated. use 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.

See Also:
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"

TAG_READING_EXPRESSION_ERROR_EXTERNAL_KEY

static final 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.

See Also:
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"

TAGREADINGEXPRESSION_ERROR_EXTERNAL_KEY

static final java.lang.String TAGREADINGEXPRESSION_ERROR_EXTERNAL_KEY
Deprecated. use 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.

See Also:
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"

TAG_READING_EXPRESSION_KEY

static final java.lang.String TAG_READING_EXPRESSION_KEY
Configuration TAG_READING_EXPRESSION_KEY key.

See Also:
Constant Field Values

TAGREADINGEXPRESSION_KEY

static final java.lang.String TAGREADINGEXPRESSION_KEY
Deprecated. use TAG_READING_EXPRESSION_KEY
Configuration TAG_READING_EXPRESSION_KEY key.

See Also:
Constant Field Values

TagReading

static final java.lang.String 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. .

See Also:
Constant Field Values

TAG_READING_EXTERNAL_KEY

static final java.lang.String TAG_READING_EXTERNAL_KEY
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. .

See Also:
The value of this field is "prefix/RfidInventory/TagReading", Constant Field Values

TAGREADING_EXTERNAL_KEY

static final java.lang.String TAGREADING_EXTERNAL_KEY
Deprecated. use TAG_READING_EXTERNAL_KEY
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. .

See Also:
The value of this field is "prefix/RfidInventory/TagReading", Constant Field Values

TAG_READING_GET_EXTERNAL_KEY

static final java.lang.String TAG_READING_GET_EXTERNAL_KEY
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. .

See Also:
The value of this field is "prefix/RfidInventory/TagReading/get"

TAGREADING_GET_EXTERNAL_KEY

static final java.lang.String TAGREADING_GET_EXTERNAL_KEY
Deprecated. use TAG_READING_GET_EXTERNAL_KEY
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. .

See Also:
The value of this field is "prefix/RfidInventory/TagReading/get"

TAG_READING_READ_EXTERNAL_KEY

static final java.lang.String TAG_READING_READ_EXTERNAL_KEY
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. .

See Also:
TagReading, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/RfidInventory/TagReading/read"

TAGREADING_READ_EXTERNAL_KEY

static final java.lang.String TAGREADING_READ_EXTERNAL_KEY
Deprecated. use TAG_READING_READ_EXTERNAL_KEY
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. .

See Also:
TagReading, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/RfidInventory/TagReading/read"

TAG_READING_WRITE_EXTERNAL_KEY

static final java.lang.String TAG_READING_WRITE_EXTERNAL_KEY
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. .

See Also:
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"

TAGREADING_WRITE_EXTERNAL_KEY

static final java.lang.String TAGREADING_WRITE_EXTERNAL_KEY
Deprecated. use TAG_READING_WRITE_EXTERNAL_KEY
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. .

See Also:
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"

TAG_READING_ERROR_EXTERNAL_KEY

static final java.lang.String TAG_READING_ERROR_EXTERNAL_KEY
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. .

See Also:
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"

TAGREADING_ERROR_EXTERNAL_KEY

static final java.lang.String TAGREADING_ERROR_EXTERNAL_KEY
Deprecated. use TAG_READING_ERROR_EXTERNAL_KEY
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. .

See Also:
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"

TagAggregatingExpression

static final java.lang.String TagAggregatingExpression
The TagAggregatingExpression is an LDAP expression to trigger the behavior of aggregating based on input pin and control values. .

See Also:
Constant Field Values

TAG_AGGREGATING_EXPRESSION_EXTERNAL_KEY

static final 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. .

See Also:
The value of this field is "prefix/RfidInventory/TagAggregatingExpression", Constant Field Values

TAGAGGREGATINGEXPRESSION_EXTERNAL_KEY

static final java.lang.String TAGAGGREGATINGEXPRESSION_EXTERNAL_KEY
Deprecated. use TAG_AGGREGATING_EXPRESSION_EXTERNAL_KEY
The TagAggregatingExpression is an LDAP expression to trigger the behavior of aggregating based on input pin and control values. .

See Also:
The value of this field is "prefix/RfidInventory/TagAggregatingExpression", Constant Field Values

TAG_AGGREGATING_EXPRESSION_GET_EXTERNAL_KEY

static final 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. .

See Also:
The value of this field is "prefix/RfidInventory/TagAggregatingExpression/get"

TAGAGGREGATINGEXPRESSION_GET_EXTERNAL_KEY

static final java.lang.String TAGAGGREGATINGEXPRESSION_GET_EXTERNAL_KEY
Deprecated. use 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. .

See Also:
The value of this field is "prefix/RfidInventory/TagAggregatingExpression/get"

TAG_AGGREGATING_EXPRESSION_READ_EXTERNAL_KEY

static final 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. .

See Also:
TagAggregatingExpression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/RfidInventory/TagAggregatingExpression/read"

TAGAGGREGATINGEXPRESSION_READ_EXTERNAL_KEY

static final java.lang.String TAGAGGREGATINGEXPRESSION_READ_EXTERNAL_KEY
Deprecated. use 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. .

See Also:
TagAggregatingExpression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/RfidInventory/TagAggregatingExpression/read"

TAG_AGGREGATING_EXPRESSION_WRITE_EXTERNAL_KEY

static final 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. .

See Also:
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"

TAGAGGREGATINGEXPRESSION_WRITE_EXTERNAL_KEY

static final java.lang.String TAGAGGREGATINGEXPRESSION_WRITE_EXTERNAL_KEY
Deprecated. use 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. .

See Also:
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"

TAG_AGGREGATING_EXPRESSION_ERROR_EXTERNAL_KEY

static final 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. .

See Also:
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"

TAGAGGREGATINGEXPRESSION_ERROR_EXTERNAL_KEY

static final java.lang.String TAGAGGREGATINGEXPRESSION_ERROR_EXTERNAL_KEY
Deprecated. use 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. .

See Also:
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"

TAG_AGGREGATING_EXPRESSION_KEY

static final java.lang.String TAG_AGGREGATING_EXPRESSION_KEY
Configuration TAG_AGGREGATING_EXPRESSION_KEY key.

See Also:
Constant Field Values

TAGAGGREGATINGEXPRESSION_KEY

static final java.lang.String TAGAGGREGATINGEXPRESSION_KEY
Deprecated. use TAG_AGGREGATING_EXPRESSION_KEY
Configuration TAG_AGGREGATING_EXPRESSION_KEY key.

See Also:
Constant Field Values

TagAggregating

static final java.lang.String 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. .

See Also:
Constant Field Values

TAG_AGGREGATING_EXTERNAL_KEY

static final java.lang.String TAG_AGGREGATING_EXTERNAL_KEY
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. .

See Also:
The value of this field is "prefix/RfidInventory/TagAggregating", Constant Field Values

TAGAGGREGATING_EXTERNAL_KEY

static final java.lang.String TAGAGGREGATING_EXTERNAL_KEY
Deprecated. use TAG_AGGREGATING_EXTERNAL_KEY
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. .

See Also:
The value of this field is "prefix/RfidInventory/TagAggregating", Constant Field Values

TAG_AGGREGATING_GET_EXTERNAL_KEY

static final java.lang.String TAG_AGGREGATING_GET_EXTERNAL_KEY
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. .

See Also:
The value of this field is "prefix/RfidInventory/TagAggregating/get"

TAGAGGREGATING_GET_EXTERNAL_KEY

static final java.lang.String TAGAGGREGATING_GET_EXTERNAL_KEY
Deprecated. use TAG_AGGREGATING_GET_EXTERNAL_KEY
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. .

See Also:
The value of this field is "prefix/RfidInventory/TagAggregating/get"

TAG_AGGREGATING_READ_EXTERNAL_KEY

static final java.lang.String TAG_AGGREGATING_READ_EXTERNAL_KEY
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. .

See Also:
TagAggregating, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/RfidInventory/TagAggregating/read"

TAGAGGREGATING_READ_EXTERNAL_KEY

static final java.lang.String TAGAGGREGATING_READ_EXTERNAL_KEY
Deprecated. use TAG_AGGREGATING_READ_EXTERNAL_KEY
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. .

See Also:
TagAggregating, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/RfidInventory/TagAggregating/read"

TAG_AGGREGATING_WRITE_EXTERNAL_KEY

static final java.lang.String TAG_AGGREGATING_WRITE_EXTERNAL_KEY
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. .

See Also:
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"

TAGAGGREGATING_WRITE_EXTERNAL_KEY

static final java.lang.String TAGAGGREGATING_WRITE_EXTERNAL_KEY
Deprecated. use TAG_AGGREGATING_WRITE_EXTERNAL_KEY
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. .

See Also:
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"

TAG_AGGREGATING_ERROR_EXTERNAL_KEY

static final java.lang.String TAG_AGGREGATING_ERROR_EXTERNAL_KEY
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. .

See Also:
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"

TAGAGGREGATING_ERROR_EXTERNAL_KEY

static final java.lang.String TAGAGGREGATING_ERROR_EXTERNAL_KEY
Deprecated. use TAG_AGGREGATING_ERROR_EXTERNAL_KEY
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. .

See Also:
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"

TagMaskSetting

static final java.lang.String 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. .

See Also:
Constant Field Values

TAG_MASK_SETTING_EXTERNAL_KEY

static final java.lang.String TAG_MASK_SETTING_EXTERNAL_KEY
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. .

See Also:
The value of this field is "prefix/RfidInventory/TagMaskSetting", Constant Field Values

TAGMASKSETTING_EXTERNAL_KEY

static final java.lang.String TAGMASKSETTING_EXTERNAL_KEY
Deprecated. use TAG_MASK_SETTING_EXTERNAL_KEY
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. .

See Also:
The value of this field is "prefix/RfidInventory/TagMaskSetting", Constant Field Values

TAG_MASK_SETTING_GET_EXTERNAL_KEY

static final java.lang.String TAG_MASK_SETTING_GET_EXTERNAL_KEY
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. .

See Also:
The value of this field is "prefix/RfidInventory/TagMaskSetting/get"

TAGMASKSETTING_GET_EXTERNAL_KEY

static final java.lang.String TAGMASKSETTING_GET_EXTERNAL_KEY
Deprecated. use TAG_MASK_SETTING_GET_EXTERNAL_KEY
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. .

See Also:
The value of this field is "prefix/RfidInventory/TagMaskSetting/get"

TAG_MASK_SETTING_READ_EXTERNAL_KEY

static final java.lang.String TAG_MASK_SETTING_READ_EXTERNAL_KEY
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. .

See Also:
TagMaskSetting, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/RfidInventory/TagMaskSetting/read"

TAGMASKSETTING_READ_EXTERNAL_KEY

static final java.lang.String TAGMASKSETTING_READ_EXTERNAL_KEY
Deprecated. use TAG_MASK_SETTING_READ_EXTERNAL_KEY
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. .

See Also:
TagMaskSetting, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/RfidInventory/TagMaskSetting/read"

TAG_MASK_SETTING_WRITE_EXTERNAL_KEY

static final java.lang.String TAG_MASK_SETTING_WRITE_EXTERNAL_KEY
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. .

See Also:
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"

TAGMASKSETTING_WRITE_EXTERNAL_KEY

static final java.lang.String TAGMASKSETTING_WRITE_EXTERNAL_KEY
Deprecated. use TAG_MASK_SETTING_WRITE_EXTERNAL_KEY
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. .

See Also:
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"

TAG_MASK_SETTING_ERROR_EXTERNAL_KEY

static final java.lang.String TAG_MASK_SETTING_ERROR_EXTERNAL_KEY
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. .

See Also:
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"

TAGMASKSETTING_ERROR_EXTERNAL_KEY

static final java.lang.String TAGMASKSETTING_ERROR_EXTERNAL_KEY
Deprecated. use TAG_MASK_SETTING_ERROR_EXTERNAL_KEY
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. .

See Also:
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"

TAG_MASK_SETTING_KEY

static final java.lang.String TAG_MASK_SETTING_KEY
Configuration TAG_MASK_SETTING_KEY key.

See Also:
Constant Field Values

TAGMASKSETTING_KEY

static final java.lang.String TAGMASKSETTING_KEY
Deprecated. use TAG_MASK_SETTING_KEY
Configuration TAG_MASK_SETTING_KEY key.

See Also:
Constant Field Values

DuplicateFilteringExpression

static final 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. .

See Also:
Constant Field Values

DUPLICATE_FILTERING_EXPRESSION_EXTERNAL_KEY

static final 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. .

See Also:
The value of this field is "prefix/RfidInventory/DuplicateFilteringExpression", Constant Field Values

DUPLICATEFILTERINGEXPRESSION_EXTERNAL_KEY

static final java.lang.String DUPLICATEFILTERINGEXPRESSION_EXTERNAL_KEY
Deprecated. use 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. .

See Also:
The value of this field is "prefix/RfidInventory/DuplicateFilteringExpression", Constant Field Values

DUPLICATE_FILTERING_EXPRESSION_GET_EXTERNAL_KEY

static final 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. .

See Also:
The value of this field is "prefix/RfidInventory/DuplicateFilteringExpression/get"

DUPLICATEFILTERINGEXPRESSION_GET_EXTERNAL_KEY

static final java.lang.String DUPLICATEFILTERINGEXPRESSION_GET_EXTERNAL_KEY
Deprecated. use 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. .

See Also:
The value of this field is "prefix/RfidInventory/DuplicateFilteringExpression/get"

DUPLICATE_FILTERING_EXPRESSION_READ_EXTERNAL_KEY

static final 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. .

See Also:
DuplicateFilteringExpression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/RfidInventory/DuplicateFilteringExpression/read"

DUPLICATEFILTERINGEXPRESSION_READ_EXTERNAL_KEY

static final java.lang.String DUPLICATEFILTERINGEXPRESSION_READ_EXTERNAL_KEY
Deprecated. use 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. .

See Also:
DuplicateFilteringExpression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/RfidInventory/DuplicateFilteringExpression/read"

DUPLICATE_FILTERING_EXPRESSION_WRITE_EXTERNAL_KEY

static final 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. .

See Also:
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"

DUPLICATEFILTERINGEXPRESSION_WRITE_EXTERNAL_KEY

static final java.lang.String DUPLICATEFILTERINGEXPRESSION_WRITE_EXTERNAL_KEY
Deprecated. use 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. .

See Also:
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"

DUPLICATE_FILTERING_EXPRESSION_ERROR_EXTERNAL_KEY

static final 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. .

See Also:
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"

DUPLICATEFILTERINGEXPRESSION_ERROR_EXTERNAL_KEY

static final java.lang.String DUPLICATEFILTERINGEXPRESSION_ERROR_EXTERNAL_KEY
Deprecated. use 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. .

See Also:
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"

DUPLICATE_FILTERING_EXPRESSION_KEY

static final java.lang.String DUPLICATE_FILTERING_EXPRESSION_KEY
Configuration DUPLICATE_FILTERING_EXPRESSION_KEY key.

See Also:
Constant Field Values

DUPLICATEFILTERINGEXPRESSION_KEY

static final java.lang.String DUPLICATEFILTERINGEXPRESSION_KEY
Deprecated. use DUPLICATE_FILTERING_EXPRESSION_KEY
Configuration DUPLICATE_FILTERING_EXPRESSION_KEY key.

See Also:
Constant Field Values

DuplicateFiltering

static final java.lang.String 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. .

See Also:
Constant Field Values

DUPLICATE_FILTERING_EXTERNAL_KEY

static final java.lang.String DUPLICATE_FILTERING_EXTERNAL_KEY
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. .

See Also:
The value of this field is "prefix/RfidInventory/DuplicateFiltering", Constant Field Values

DUPLICATEFILTERING_EXTERNAL_KEY

static final java.lang.String DUPLICATEFILTERING_EXTERNAL_KEY
Deprecated. use DUPLICATE_FILTERING_EXTERNAL_KEY
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. .

See Also:
The value of this field is "prefix/RfidInventory/DuplicateFiltering", Constant Field Values

DUPLICATE_FILTERING_GET_EXTERNAL_KEY

static final java.lang.String DUPLICATE_FILTERING_GET_EXTERNAL_KEY
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. .

See Also:
The value of this field is "prefix/RfidInventory/DuplicateFiltering/get"

DUPLICATEFILTERING_GET_EXTERNAL_KEY

static final java.lang.String DUPLICATEFILTERING_GET_EXTERNAL_KEY
Deprecated. use DUPLICATE_FILTERING_GET_EXTERNAL_KEY
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. .

See Also:
The value of this field is "prefix/RfidInventory/DuplicateFiltering/get"

DUPLICATE_FILTERING_READ_EXTERNAL_KEY

static final java.lang.String DUPLICATE_FILTERING_READ_EXTERNAL_KEY
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. .

See Also:
DuplicateFiltering, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/RfidInventory/DuplicateFiltering/read"

DUPLICATEFILTERING_READ_EXTERNAL_KEY

static final java.lang.String DUPLICATEFILTERING_READ_EXTERNAL_KEY
Deprecated. use DUPLICATE_FILTERING_READ_EXTERNAL_KEY
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. .

See Also:
DuplicateFiltering, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/RfidInventory/DuplicateFiltering/read"

DUPLICATE_FILTERING_WRITE_EXTERNAL_KEY

static final java.lang.String DUPLICATE_FILTERING_WRITE_EXTERNAL_KEY
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. .

See Also:
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"

DUPLICATEFILTERING_WRITE_EXTERNAL_KEY

static final java.lang.String DUPLICATEFILTERING_WRITE_EXTERNAL_KEY
Deprecated. use DUPLICATE_FILTERING_WRITE_EXTERNAL_KEY
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. .

See Also:
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"

DUPLICATE_FILTERING_ERROR_EXTERNAL_KEY

static final java.lang.String DUPLICATE_FILTERING_ERROR_EXTERNAL_KEY
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. .

See Also:
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"

DUPLICATEFILTERING_ERROR_EXTERNAL_KEY

static final java.lang.String DUPLICATEFILTERING_ERROR_EXTERNAL_KEY
Deprecated. use DUPLICATE_FILTERING_ERROR_EXTERNAL_KEY
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. .

See Also:
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"

AggregationMaskSetting

static final java.lang.String 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. .

See Also:
Constant Field Values

AGGREGATION_MASK_SETTING_EXTERNAL_KEY

static final java.lang.String AGGREGATION_MASK_SETTING_EXTERNAL_KEY
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. .

See Also:
The value of this field is "prefix/RfidInventory/AggregationMaskSetting", Constant Field Values

AGGREGATIONMASKSETTING_EXTERNAL_KEY

static final java.lang.String AGGREGATIONMASKSETTING_EXTERNAL_KEY
Deprecated. use AGGREGATION_MASK_SETTING_EXTERNAL_KEY
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. .

See Also:
The value of this field is "prefix/RfidInventory/AggregationMaskSetting", Constant Field Values

AGGREGATION_MASK_SETTING_GET_EXTERNAL_KEY

static final java.lang.String AGGREGATION_MASK_SETTING_GET_EXTERNAL_KEY
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. .

See Also:
The value of this field is "prefix/RfidInventory/AggregationMaskSetting/get"

AGGREGATIONMASKSETTING_GET_EXTERNAL_KEY

static final java.lang.String AGGREGATIONMASKSETTING_GET_EXTERNAL_KEY
Deprecated. use AGGREGATION_MASK_SETTING_GET_EXTERNAL_KEY
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. .

See Also:
The value of this field is "prefix/RfidInventory/AggregationMaskSetting/get"

AGGREGATION_MASK_SETTING_READ_EXTERNAL_KEY

static final java.lang.String AGGREGATION_MASK_SETTING_READ_EXTERNAL_KEY
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. .

See Also:
AggregationMaskSetting, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/RfidInventory/AggregationMaskSetting/read"

AGGREGATIONMASKSETTING_READ_EXTERNAL_KEY

static final java.lang.String AGGREGATIONMASKSETTING_READ_EXTERNAL_KEY
Deprecated. use AGGREGATION_MASK_SETTING_READ_EXTERNAL_KEY
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. .

See Also:
AggregationMaskSetting, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/RfidInventory/AggregationMaskSetting/read"

AGGREGATION_MASK_SETTING_WRITE_EXTERNAL_KEY

static final java.lang.String AGGREGATION_MASK_SETTING_WRITE_EXTERNAL_KEY
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. .

See Also:
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"

AGGREGATIONMASKSETTING_WRITE_EXTERNAL_KEY

static final java.lang.String AGGREGATIONMASKSETTING_WRITE_EXTERNAL_KEY
Deprecated. use AGGREGATION_MASK_SETTING_WRITE_EXTERNAL_KEY
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. .

See Also:
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"

AGGREGATION_MASK_SETTING_ERROR_EXTERNAL_KEY

static final java.lang.String AGGREGATION_MASK_SETTING_ERROR_EXTERNAL_KEY
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. .

See Also:
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"

AGGREGATIONMASKSETTING_ERROR_EXTERNAL_KEY

static final java.lang.String AGGREGATIONMASKSETTING_ERROR_EXTERNAL_KEY
Deprecated. use AGGREGATION_MASK_SETTING_ERROR_EXTERNAL_KEY
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. .

See Also:
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"

AGGREGATION_MASK_SETTING_KEY

static final java.lang.String AGGREGATION_MASK_SETTING_KEY
Configuration AGGREGATION_MASK_SETTING_KEY key.

See Also:
Constant Field Values

AGGREGATIONMASKSETTING_KEY

static final java.lang.String AGGREGATIONMASKSETTING_KEY
Deprecated. use AGGREGATION_MASK_SETTING_KEY
Configuration AGGREGATION_MASK_SETTING_KEY key.

See Also:
Constant Field Values

DataExtensions

static final java.lang.String 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. .

See Also:
Constant Field Values

DATA_EXTENSIONS_EXTERNAL_KEY

static final java.lang.String DATA_EXTENSIONS_EXTERNAL_KEY
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. .

See Also:
The value of this field is "prefix/RfidInventory/DataExtensions", Constant Field Values

DATAEXTENSIONS_EXTERNAL_KEY

static final java.lang.String DATAEXTENSIONS_EXTERNAL_KEY
Deprecated. use DATA_EXTENSIONS_EXTERNAL_KEY
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. .

See Also:
The value of this field is "prefix/RfidInventory/DataExtensions", Constant Field Values

DATA_EXTENSIONS_GET_EXTERNAL_KEY

static final java.lang.String DATA_EXTENSIONS_GET_EXTERNAL_KEY
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. .

See Also:
The value of this field is "prefix/RfidInventory/DataExtensions/get"

DATAEXTENSIONS_GET_EXTERNAL_KEY

static final java.lang.String DATAEXTENSIONS_GET_EXTERNAL_KEY
Deprecated. use DATA_EXTENSIONS_GET_EXTERNAL_KEY
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. .

See Also:
The value of this field is "prefix/RfidInventory/DataExtensions/get"

DATA_EXTENSIONS_READ_EXTERNAL_KEY

static final java.lang.String DATA_EXTENSIONS_READ_EXTERNAL_KEY
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. .

See Also:
DataExtensions, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/RfidInventory/DataExtensions/read"

DATAEXTENSIONS_READ_EXTERNAL_KEY

static final java.lang.String DATAEXTENSIONS_READ_EXTERNAL_KEY
Deprecated. use DATA_EXTENSIONS_READ_EXTERNAL_KEY
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. .

See Also:
DataExtensions, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/RfidInventory/DataExtensions/read"

DATA_EXTENSIONS_WRITE_EXTERNAL_KEY

static final java.lang.String DATA_EXTENSIONS_WRITE_EXTERNAL_KEY
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. .

See Also:
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"

DATAEXTENSIONS_WRITE_EXTERNAL_KEY

static final java.lang.String DATAEXTENSIONS_WRITE_EXTERNAL_KEY
Deprecated. use DATA_EXTENSIONS_WRITE_EXTERNAL_KEY
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. .

See Also:
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"

DATA_EXTENSIONS_ERROR_EXTERNAL_KEY

static final java.lang.String DATA_EXTENSIONS_ERROR_EXTERNAL_KEY
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. .

See Also:
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"

DATAEXTENSIONS_ERROR_EXTERNAL_KEY

static final java.lang.String DATAEXTENSIONS_ERROR_EXTERNAL_KEY
Deprecated. use DATA_EXTENSIONS_ERROR_EXTERNAL_KEY
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. .

See Also:
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"

TagReport

static final java.lang.String 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. .

See Also:
Constant Field Values

TAG_REPORT_EXTERNAL_KEY

static final java.lang.String TAG_REPORT_EXTERNAL_KEY
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. .

See Also:
The value of this field is "prefix/RfidInventory/TagReport", Constant Field Values

TAGREPORT_EXTERNAL_KEY

static final java.lang.String TAGREPORT_EXTERNAL_KEY
Deprecated. use TAG_REPORT_EXTERNAL_KEY
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. .

See Also:
The value of this field is "prefix/RfidInventory/TagReport", Constant Field Values

TAG_REPORT_TRIGGER_EXTERNAL_KEY

static final java.lang.String TAG_REPORT_TRIGGER_EXTERNAL_KEY
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. .

See Also:
The value of this field is "prefix/RfidInventory/TagReport/trigger"

TAGREPORT_TRIGGER_EXTERNAL_KEY

static final java.lang.String TAGREPORT_TRIGGER_EXTERNAL_KEY
Deprecated. use TAG_REPORT_TRIGGER_EXTERNAL_KEY
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. .

See Also:
The value of this field is "prefix/RfidInventory/TagReport/trigger"

TAG_REPORT_ERROR_EXTERNAL_KEY

static final java.lang.String TAG_REPORT_ERROR_EXTERNAL_KEY
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. .

See Also:
TagReport, org.eclipse.soda.dk.notification.service.NotificationService#TRIGGER_EXTERNAL_KEY, The value of this field is "prefix/RfidInventory/TagReport/error"

TAGREPORT_ERROR_EXTERNAL_KEY

static final java.lang.String TAGREPORT_ERROR_EXTERNAL_KEY
Deprecated. use TAG_REPORT_ERROR_EXTERNAL_KEY
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. .

See Also:
TagReport, org.eclipse.soda.dk.notification.service.NotificationService#TRIGGER_EXTERNAL_KEY, The value of this field is "prefix/RfidInventory/TagReport/error"

TagAggregationReport

static final java.lang.String 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. .

See Also:
Constant Field Values

TAG_AGGREGATION_REPORT_EXTERNAL_KEY

static final java.lang.String TAG_AGGREGATION_REPORT_EXTERNAL_KEY
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. .

See Also:
The value of this field is "prefix/RfidInventory/TagAggregationReport", Constant Field Values

TAGAGGREGATIONREPORT_EXTERNAL_KEY

static final java.lang.String TAGAGGREGATIONREPORT_EXTERNAL_KEY
Deprecated. use TAG_AGGREGATION_REPORT_EXTERNAL_KEY
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. .

See Also:
The value of this field is "prefix/RfidInventory/TagAggregationReport", Constant Field Values

TAG_AGGREGATION_REPORT_TRIGGER_EXTERNAL_KEY

static final java.lang.String TAG_AGGREGATION_REPORT_TRIGGER_EXTERNAL_KEY
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. .

See Also:
The value of this field is "prefix/RfidInventory/TagAggregationReport/trigger"

TAGAGGREGATIONREPORT_TRIGGER_EXTERNAL_KEY

static final java.lang.String TAGAGGREGATIONREPORT_TRIGGER_EXTERNAL_KEY
Deprecated. use TAG_AGGREGATION_REPORT_TRIGGER_EXTERNAL_KEY
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. .

See Also:
The value of this field is "prefix/RfidInventory/TagAggregationReport/trigger"

TAG_AGGREGATION_REPORT_ERROR_EXTERNAL_KEY

static final java.lang.String TAG_AGGREGATION_REPORT_ERROR_EXTERNAL_KEY
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. .

See Also:
TagAggregationReport, org.eclipse.soda.dk.notification.service.NotificationService#TRIGGER_EXTERNAL_KEY, The value of this field is "prefix/RfidInventory/TagAggregationReport/error"

TAGAGGREGATIONREPORT_ERROR_EXTERNAL_KEY

static final java.lang.String TAGAGGREGATIONREPORT_ERROR_EXTERNAL_KEY
Deprecated. use TAG_AGGREGATION_REPORT_ERROR_EXTERNAL_KEY
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. .

See Also:
TagAggregationReport, org.eclipse.soda.dk.notification.service.NotificationService#TRIGGER_EXTERNAL_KEY, The value of this field is "prefix/RfidInventory/TagAggregationReport/error"

ALL_COMMANDS

static final java.lang.String[] ALL_COMMANDS
Comprehensive list of all the command identifiers.


ALL_SIGNALS

static final java.lang.String[] ALL_SIGNALS
Comprehensive list of all the signal identifiers.


ALL_MEASUREMENTS

static final java.lang.String[] ALL_MEASUREMENTS
Comprehensive list of all the measurement identifiers.


TAGS_DATA_KEY

static final 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. Each tag ID is the index for a nested map structure containing details about the read-events for that tag. The event data map may include the keys "antenna", "count", "reader", "timestampFirst", "timestampLast", and "dataExtensions". . The value of this field is "tags"

See Also:
Constant Field Values

ANTENNA_DATA_KEY

static final 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. It is included in the read-event map if the reader is configured to report which antenna read the tag. The value of this field is "antenna"

See Also:
Constant Field Values

COUNT_DATA_KEY

static final 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. . The value of this field is "count"

See Also:
Constant Field Values

READER_DATA_KEY

static final 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. The value of this field is "reader"

See Also:
Constant Field Values

TIMESTAMP_FIRST_DATA_KEY

static final 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. The value of this field is "timestampFirst"

See Also:
Constant Field Values

TIMESTAMPFIRST_DATA_KEY

static final java.lang.String TIMESTAMPFIRST_DATA_KEY
Deprecated. use 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. The value of this field is "timestampFirst"

See Also:
Constant Field Values

TIMESTAMP_LAST_DATA_KEY

static final 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. The value of this field is "timestampLast"

See Also:
Constant Field Values

TIMESTAMPLAST_DATA_KEY

static final java.lang.String TIMESTAMPLAST_DATA_KEY
Deprecated. use 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. The value of this field is "timestampLast"

See Also:
Constant Field Values

DATA_EXTENSIONS_DATA_KEY

static final 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. The value of this field is "dataExtensions"

See Also:
Constant Field Values

DATAEXTENSIONS_DATA_KEY

static final java.lang.String DATAEXTENSIONS_DATA_KEY
Deprecated. use 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. The value of this field is "dataExtensions"

See Also:
Constant Field Values

TID_DATA_KEY

static final java.lang.String TID_DATA_KEY
The value stored at the "tid" key of the read-event map is the TID of the tag. The value of this field is "tid"

See Also:
Constant Field Values

USERDATA_DATA_KEY

static final 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. The value of this field is "userdata"

See Also:
Constant Field Values

READ_STOP_TIMEOUT

static final java.lang.String READ_STOP_TIMEOUT
Custom parameter readStopTimeout configuration key.

See Also:
Constant Field Values

READSTOPTIMEOUT_KEY

static final java.lang.String READSTOPTIMEOUT_KEY
Deprecated. use READ_STOP_TIMEOUT
Custom parameter readStopTimeout configuration key.

See Also:
Constant Field Values

READ_STOP_TIMEOUT_DEFAULT

static final int READ_STOP_TIMEOUT_DEFAULT
Custom parameter readStopTimeout configuration default value.

See Also:
READ_STOP_TIMEOUT, Constant Field Values

READSTOPTIMEOUT_DEFAULT

static final int READSTOPTIMEOUT_DEFAULT
Deprecated. use READ_STOP_TIMEOUT_DEFAULT
Custom parameter readStopTimeout configuration default value.

See Also:
READ_STOP_TIMEOUT, Constant Field Values

DEFAULT_READSTOPTIMEOUT

static final int DEFAULT_READSTOPTIMEOUT
Custom parameter readStopTimeout configuration default value.

See Also:
READ_STOP_TIMEOUT, Constant Field Values

SERVICE_DESCRIPTION

static final java.lang.String SERVICE_DESCRIPTION
Description of the test.

See Also:
Constant Field Values

Status

static final java.lang.String Status
Define the Rfid Inventory Profile Status measurement.

See Also:
Constant Field Values

STATUS_EXTERNAL_KEY

static final java.lang.String STATUS_EXTERNAL_KEY
Define the Rfid Inventory Profile Status measurement.

See Also:
The value of this field is "prefix/RfidInventoryProfile/Status", Constant Field Values

STATUS_GET_EXTERNAL_KEY

static final java.lang.String STATUS_GET_EXTERNAL_KEY
Define the Rfid Inventory Profile Status measurement.

See Also:
The value of this field is "prefix/RfidInventoryProfile/Status/get"

STATUS_ERROR_EXTERNAL_KEY

static final java.lang.String STATUS_ERROR_EXTERNAL_KEY
Define the Rfid Inventory Profile Status measurement.

See Also:
Status, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/RfidInventoryProfile/Status/error"

Configuration

static final java.lang.String Configuration
Define the Rfid Inventory Profile Configuration measurement.

See Also:
Constant Field Values

CONFIGURATION_EXTERNAL_KEY

static final java.lang.String CONFIGURATION_EXTERNAL_KEY
Define the Rfid Inventory Profile Configuration measurement.

See Also:
The value of this field is "prefix/RfidInventoryProfile/Configuration", Constant Field Values

CONFIGURATION_GET_EXTERNAL_KEY

static final java.lang.String CONFIGURATION_GET_EXTERNAL_KEY
Define the Rfid Inventory Profile Configuration measurement.

See Also:
The value of this field is "prefix/RfidInventoryProfile/Configuration/get"

CONFIGURATION_ERROR_EXTERNAL_KEY

static final java.lang.String CONFIGURATION_ERROR_EXTERNAL_KEY
Define the Rfid Inventory Profile Configuration measurement.

See Also:
Configuration, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/RfidInventoryProfile/Configuration/error"

Capabilities

static final java.lang.String Capabilities
Define the Rfid Inventory Profile Capabilities measurement.

See Also:
Constant Field Values

CAPABILITIES_EXTERNAL_KEY

static final java.lang.String CAPABILITIES_EXTERNAL_KEY
Define the Rfid Inventory Profile Capabilities measurement.

See Also:
The value of this field is "prefix/RfidInventoryProfile/Capabilities", Constant Field Values

CAPABILITIES_GET_EXTERNAL_KEY

static final java.lang.String CAPABILITIES_GET_EXTERNAL_KEY
Define the Rfid Inventory Profile Capabilities measurement.

See Also:
The value of this field is "prefix/RfidInventoryProfile/Capabilities/get"

CAPABILITIES_ERROR_EXTERNAL_KEY

static final java.lang.String CAPABILITIES_ERROR_EXTERNAL_KEY
Define the Rfid Inventory Profile Capabilities measurement.

See Also:
Capabilities, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/RfidInventoryProfile/Capabilities/error"

Metrics

static final java.lang.String Metrics
Define the Rfid Inventory Profile Metrics measurement.

See Also:
Constant Field Values

METRICS_EXTERNAL_KEY

static final java.lang.String METRICS_EXTERNAL_KEY
Define the Rfid Inventory Profile Metrics measurement.

See Also:
The value of this field is "prefix/RfidInventoryProfile/Metrics", Constant Field Values

METRICS_GET_EXTERNAL_KEY

static final java.lang.String METRICS_GET_EXTERNAL_KEY
Define the Rfid Inventory Profile Metrics measurement.

See Also:
The value of this field is "prefix/RfidInventoryProfile/Metrics/get"

METRICS_ERROR_EXTERNAL_KEY

static final java.lang.String METRICS_ERROR_EXTERNAL_KEY
Define the Rfid Inventory Profile Metrics measurement.

See Also:
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

Copyright (c) 2008 IBM. See license in Legal section.