DataDescriptor - The containing type for the data. A simple example would be URIpublic interface SearchableVersionedDataFinder<DataDescriptor>
| Modifier and Type | Method and Description | 
|---|---|
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, @Nullable Pattern pattern)
descriptorBase - The base unit of describing the data.pattern - A pattern which must match in order for a DataDescriptor to be considered.Copyright © 2011–2018. All rights reserved.