public interface Result
| Modifier and Type | Method and Description |
|---|---|
String |
getUID()
Returns a unique identifier for this Result.
|
String getUID()
(...) the UIDs are unique in the context of all possible members of the full result set. Each UID MAY be based on part of the content of its associated item (...) or on an internal table index. Another possible method is to serialize the XML of the item and then hash it to generate the UID. Note: The requesting entity MUST treat all UIDs as opaque.
Copyright © 2009–2017 Ignite Realtime. All rights reserved.