DataDescriptor
- The containing type for the data. A simple example would be URIpublic interface SearchableVersionedDataFinder<DataDescriptor>
Modifier and Type | Method and Description |
---|---|
Class<DataDescriptor> |
getDataDescriptorClass() |
DataDescriptor |
getLatestVersion(DataDescriptor descriptorBase,
Pattern pattern)
Get's a DataDescriptor to the latest "version" of a data quantum starting with descriptorBase and matching based on pattern
|
DataDescriptor getLatestVersion(DataDescriptor descriptorBase, Pattern pattern)
descriptorBase
- The base unit of describing the data.pattern
- A pattern which must match in order for a DataDescriptor to be considered.Class<DataDescriptor> getDataDescriptorClass()
Copyright © 2011–2015. All rights reserved.